All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/3] libgusb: Allow building in native mode
@ 2023-03-30 13:43 Zoltán Böszörményi
  2023-03-30 13:43 ` [meta-oe][PATCH 2/3] libfprint: New recipe Zoltán Böszörményi
  2023-03-30 13:43 ` [meta-oe][PATCH 3/3] fprintd: " Zoltán Böszörményi
  0 siblings, 2 replies; 14+ messages in thread
From: Zoltán Böszörményi @ 2023-03-30 13:43 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Zoltán Böszörményi

Dependency of libfprint-native.

Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
---
 meta-oe/recipes-support/libgusb/libgusb_0.3.10.bb | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/libgusb/libgusb_0.3.10.bb b/meta-oe/recipes-support/libgusb/libgusb_0.3.10.bb
index c208a2090..491b6a7a1 100644
--- a/meta-oe/recipes-support/libgusb/libgusb_0.3.10.bb
+++ b/meta-oe/recipes-support/libgusb/libgusb_0.3.10.bb
@@ -6,9 +6,13 @@ DEPENDS = "glib-2.0 libusb"
 
 inherit meson gobject-introspection gtk-doc gettext vala
 
-PACKAGECONFIG ??= "${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'vapi', '', d)}"
+PACKAGECONFIG:class-target ??= "${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'vapi', '', d)}"
 PACKAGECONFIG[vapi] = "-Dvapi=true,-Dvapi=false"
 
+EXTRA_OEMESON:append:class-native = " -Dtests=false -Dintrospection=false"
+
 SRC_URI = "git://github.com/hughsie/libgusb.git;branch=main;protocol=https"
 SRCREV = "332d5b987ffecb824426e88518e05547faf2b520"
 S = "${WORKDIR}/git"
+
+BBCLASSEXTEND = "native"
-- 
2.39.2



^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2023-04-01 12:55 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-30 13:43 [meta-oe][PATCH 1/3] libgusb: Allow building in native mode Zoltán Böszörményi
2023-03-30 13:43 ` [meta-oe][PATCH 2/3] libfprint: New recipe Zoltán Böszörményi
2023-03-30 13:50   ` [oe] " Alexander Kanavin
2023-03-30 14:22     ` Böszörményi Zoltán
2023-03-30 15:24     ` Böszörményi Zoltán
2023-03-30 15:40       ` Alexander Kanavin
2023-03-30 17:20         ` Böszörményi Zoltán
2023-03-30 17:37           ` Alexander Kanavin
     [not found]     ` <17513BCD51B17AEE.27612@lists.openembedded.org>
2023-03-30 15:52       ` Böszörményi Zoltán
2023-03-30 16:44         ` Alexander Kanavin
2023-03-31 17:41   ` Khem Raj
2023-04-01  6:01     ` Böszörményi Zoltán
2023-04-01 12:55       ` Khem Raj
2023-03-30 13:43 ` [meta-oe][PATCH 3/3] fprintd: " Zoltán Böszörményi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.