From 1c115da44666f8ab1e39cd0b20111464b08ed945 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Thu, 5 Sep 2019 13:44:15 +0000 Subject: Clean up remnants of glibc-initial Remove remnants of the glibc-initial recipe. (From OE-Core rev: 332b1e21db3e0cbeeb14f12dd6aeedb89b76d761) Signed-off-by: Nathan Rossi Signed-off-by: Richard Purdie --- meta/recipes-core/glibc/glibc-package.inc | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'meta/recipes-core/glibc') diff --git a/meta/recipes-core/glibc/glibc-package.inc b/meta/recipes-core/glibc/glibc-package.inc index f796876a87..9b1e7b7903 100644 --- a/meta/recipes-core/glibc/glibc-package.inc +++ b/meta/recipes-core/glibc/glibc-package.inc @@ -88,14 +88,7 @@ do_install_append () { rm -f ${D}${sysconfdir}/ld.so.conf rm -f ${D}${base_sbindir}/ldconfig # This directory will be empty now so remove it too. - # But check whether it exists first, since it won't for glibc-initial. - if [ -d ${D}${sysconfdir} ]; then - rmdir ${D}${sysconfdir} - fi - fi - - if echo ${PN}|grep -q "glibc-initial"; then - return + rmdir ${D}${sysconfdir} fi install -d ${D}${sysconfdir}/init.d -- cgit v1.2.3-54-g00ecf