diff mbox series

[meta-oe,1/4] libblockdev: add introspection options to UNKNOWN_CONFIGURE_OPT_IGNORE

Message ID 20230515113620.42510-1-Martin.Jansa@gmail.com
State New
Headers show
Series [meta-oe,1/4] libblockdev: add introspection options to UNKNOWN_CONFIGURE_OPT_IGNORE | expand

Commit Message

Martin Jansa May 15, 2023, 11:36 a.m. UTC
* 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.Jansa@gmail.com>
---
 meta-oe/recipes-extended/libblockdev/libblockdev_2.28.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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"