All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/3] libblockdev: Inherit pkgconfig
@ 2021-09-23  1:25 Khem Raj
  2021-09-23  1:25 ` [meta-networking][PATCH 2/3] ntopng: " Khem Raj
  2021-09-23  1:25 ` [meta-networking][PATCH 3/3] mosquitto: " Khem Raj
  0 siblings, 2 replies; 3+ messages in thread
From: Khem Raj @ 2021-09-23  1:25 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Fixes
| checking for gobject-introspection... ../git/configure: line 13943: syntax error near unexpected token `gobject-introspection-1.0,,'
| ../git/configure: line 13943: `            PKG_CHECK_EXISTS(gobject-introspection-1.0,,'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-extended/libblockdev/libblockdev_2.26.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/libblockdev/libblockdev_2.26.bb b/meta-oe/recipes-extended/libblockdev/libblockdev_2.26.bb
index 14168e6bb1..7325b26e35 100644
--- a/meta-oe/recipes-extended/libblockdev/libblockdev_2.26.bb
+++ b/meta-oe/recipes-extended/libblockdev/libblockdev_2.26.bb
@@ -8,7 +8,7 @@ SECTION = "devel/lib"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c"
 
-inherit autotools gobject-introspection
+inherit autotools gobject-introspection pkgconfig
 
 SRC_URI = "git://github.com/storaged-project/libblockdev;branch=2.x-branch"
 SRCREV = "47ff12242c89e36a33259d18b7068b26c3bb1c64"
-- 
2.33.0


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

end of thread, other threads:[~2021-09-23  1:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-23  1:25 [meta-oe][PATCH 1/3] libblockdev: Inherit pkgconfig Khem Raj
2021-09-23  1:25 ` [meta-networking][PATCH 2/3] ntopng: " Khem Raj
2021-09-23  1:25 ` [meta-networking][PATCH 3/3] mosquitto: " Khem Raj

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.