From 2576408b2ff9bb8c2adf0fbae075dd64727dd54b Mon Sep 17 00:00:00 2001 From: Sai Hari Chandana Kalluri Date: Tue, 10 Mar 2020 11:19:44 -0700 Subject: rename libxcrypt.bbappend to libxcrypt_%.bbappend Rename bbappend file so that bitbake finds the right recipe. Else during parse time, a dangling bbappend warning is generated. Signed-off-by: Sai Hari Chandana Kalluri Signed-off-by: Bruce Ashfield --- recipes-core/libxcrypt/libxcrypt.bbappend | 4 ---- recipes-core/libxcrypt/libxcrypt_%.bbappend | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 recipes-core/libxcrypt/libxcrypt.bbappend create mode 100644 recipes-core/libxcrypt/libxcrypt_%.bbappend diff --git a/recipes-core/libxcrypt/libxcrypt.bbappend b/recipes-core/libxcrypt/libxcrypt.bbappend deleted file mode 100644 index 0b4fbb3d..00000000 --- a/recipes-core/libxcrypt/libxcrypt.bbappend +++ /dev/null @@ -1,4 +0,0 @@ -# if vmsep is in distro features, we need a static libxycryp, so we can build -# a static busybox. The end result of this is: -# EXTRA_OECONF_remove = "--disable-static" -EXTRA_OECONF_remove = "${@bb.utils.contains('DISTRO_FEATURES', 'vmsep', '--disable-static', '', d)}" diff --git a/recipes-core/libxcrypt/libxcrypt_%.bbappend b/recipes-core/libxcrypt/libxcrypt_%.bbappend new file mode 100644 index 00000000..0b4fbb3d --- /dev/null +++ b/recipes-core/libxcrypt/libxcrypt_%.bbappend @@ -0,0 +1,4 @@ +# if vmsep is in distro features, we need a static libxycryp, so we can build +# a static busybox. The end result of this is: +# EXTRA_OECONF_remove = "--disable-static" +EXTRA_OECONF_remove = "${@bb.utils.contains('DISTRO_FEATURES', 'vmsep', '--disable-static', '', d)}" -- cgit v1.2.3-54-g00ecf