* fixes:
  http://errors.yoctoproject.org/Errors/Details/704197/

  ERROR: QA Issue: libblockdev: configure was passed unrecognised options: 
--disable-introspection [unknown-configure-option]

* since:
  
https://git.openembedded.org/openembedded-core/commit/meta/classes-recipe/gobject-introspection.bbclass?id=4e51c1815c92bb15977a3bdb14171d770da44004
  introspection.m4 doesn't get copied to ${S}/m4 without 
gobject-introspection-data

Signed-off-by: Martin Jansa <martin.ja...@gmail.com>
---
 meta-oe/recipes-extended/libblockdev/libblockdev_2.28.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-extended/libblockdev/libblockdev_2.28.bb 
b/meta-oe/recipes-extended/libblockdev/libblockdev_2.28.bb
index 44b4e7daf9..f86baa21c8 100644
--- a/meta-oe/recipes-extended/libblockdev/libblockdev_2.28.bb
+++ b/meta-oe/recipes-extended/libblockdev/libblockdev_2.28.bb
@@ -10,6 +10,8 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c"
 
 inherit autotools gobject-introspection pkgconfig
 
+UNKNOWN_CONFIGURE_OPT_IGNORE = "--disable-introspection --enable-introspection"
+
 SRC_URI = 
"git://github.com/storaged-project/libblockdev;branch=2.x-branch;protocol=https 
\
 "
 SRCREV = "1412dc51c8f76bf8d9a6008228737db4a9a26d69"
-- 
2.40.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#102599): 
https://lists.openembedded.org/g/openembedded-devel/message/102599
Mute This Topic: https://lists.openembedded.org/mt/98901362/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to