This fixes errors from buildhistory changes where packages-split would be empty.
Signed-off-by: Peter Kjellerstedt <peter.kjellerst...@axis.com> --- meta-oe/recipes-support/lvm2/libdevmapper.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/lvm2/libdevmapper.bb b/meta-oe/recipes-support/lvm2/libdevmapper.bb index be558ce1d..3b4439c3a 100644 --- a/meta-oe/recipes-support/lvm2/libdevmapper.bb +++ b/meta-oe/recipes-support/lvm2/libdevmapper.bb @@ -5,6 +5,8 @@ require lvm2.inc DEPENDS += "autoconf-archive-native" +inherit nopackages + TARGET_CC_ARCH += "${LDFLAGS}" do_install() {
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#111653): https://lists.openembedded.org/g/openembedded-devel/message/111653 Mute This Topic: https://lists.openembedded.org/mt/107788169/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-