diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2019-09-05 13:44:15 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-06 08:15:45 +0100 |
commit | 1c115da44666f8ab1e39cd0b20111464b08ed945 (patch) | |
tree | 2707d62ea8736af6cbe4de5905cf95d3386d2464 /meta/recipes-core | |
parent | aaa6e45a286180150e182ba28a3092b6975d3615 (diff) | |
download | poky-1c115da44666f8ab1e39cd0b20111464b08ed945.tar.gz |
Clean up remnants of glibc-initial
Remove remnants of the glibc-initial recipe.
(From OE-Core rev: 332b1e21db3e0cbeeb14f12dd6aeedb89b76d761)
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/glibc/glibc-package.inc | 9 |
1 files changed, 1 insertions, 8 deletions
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 () { | |||
88 | rm -f ${D}${sysconfdir}/ld.so.conf | 88 | rm -f ${D}${sysconfdir}/ld.so.conf |
89 | rm -f ${D}${base_sbindir}/ldconfig | 89 | rm -f ${D}${base_sbindir}/ldconfig |
90 | # This directory will be empty now so remove it too. | 90 | # This directory will be empty now so remove it too. |
91 | # But check whether it exists first, since it won't for glibc-initial. | 91 | rmdir ${D}${sysconfdir} |
92 | if [ -d ${D}${sysconfdir} ]; then | ||
93 | rmdir ${D}${sysconfdir} | ||
94 | fi | ||
95 | fi | ||
96 | |||
97 | if echo ${PN}|grep -q "glibc-initial"; then | ||
98 | return | ||
99 | fi | 92 | fi |
100 | 93 | ||
101 | install -d ${D}${sysconfdir}/init.d | 94 | install -d ${D}${sysconfdir}/init.d |