From: Mingli Yu <[email protected]> The bbappend only has below logic: inherit autotools-brokensep
Actually libbsd can build successfully with a separate build directory which also means B != S, so no need to switch to inherit autotools-brokensep from the default autotools class. Signed-off-by: Mingli Yu <[email protected]> --- meta-openstack/recipes-support/libbsd/libbsd_0.9.%.bbappend | 1 - 1 file changed, 1 deletion(-) delete mode 100644 meta-openstack/recipes-support/libbsd/libbsd_0.9.%.bbappend diff --git a/meta-openstack/recipes-support/libbsd/libbsd_0.9.%.bbappend b/meta-openstack/recipes-support/libbsd/libbsd_0.9.%.bbappend deleted file mode 100644 index 7447c56..0000000 --- a/meta-openstack/recipes-support/libbsd/libbsd_0.9.%.bbappend +++ /dev/null @@ -1 +0,0 @@ -inherit autotools-brokensep -- 2.7.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
