Recent commits to buildhistory uncovered a build error here. Since the recipe does not build packages, the find performed in buildhistory_list_pkg_files was failing but was previously covered up by a for loop.
(Introduced by OE-Core kirkstone rev: e4de762adbfa38af7c5fdc86b46c840e77f4f984) Signed-off-by: Charlie Johnston <[email protected]> --- meta-oe/recipes-support/lvm2/libdevmapper_2.03.11.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/lvm2/libdevmapper_2.03.11.bb b/meta-oe/recipes-support/lvm2/libdevmapper_2.03.11.bb index be558ce1d..1264e4784 100644 --- a/meta-oe/recipes-support/lvm2/libdevmapper_2.03.11.bb +++ b/meta-oe/recipes-support/lvm2/libdevmapper_2.03.11.bb @@ -13,5 +13,6 @@ do_install() { # Do not generate package libdevmapper PACKAGES = "" +inherit nopackages BBCLASSEXTEND = "native nativesdk" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#112541): https://lists.openembedded.org/g/openembedded-devel/message/112541 Mute This Topic: https://lists.openembedded.org/mt/108703059/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
