initscripts: Switch to libc-uclibc
authorTom Rini <tom_rini@mentor.com>
Wed, 19 Jan 2011 00:48:37 +0000 (17:48 -0700)
committerTom Rini <tom_rini@mentor.com>
Wed, 19 Jan 2011 01:04:05 +0000 (18:04 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/initscripts/initscripts_1.0.bb

index 3987c60..fc0086e 100644 (file)
@@ -4,7 +4,7 @@ PRIORITY = "required"
 DEPENDS = "makedevs"
 RDEPENDS_${PN} = "makedevs"
 LICENSE = "GPL"
-PR = "r125"
+PR = "r126"
 
 SRC_URI = "file://functions \
            file://halt \
@@ -140,10 +140,6 @@ do_install_append_hipox () {
 }
 
 # uclibc's date does support only SUSv3 strptime()
-do_install_append_linux-uclibc() {
-       install -m 0755    ${WORKDIR}/save-rtc-uclibc.sh ${D}${sysconfdir}/init.d/save-rtc.sh
-}
-
-do_install_append_linux-uclibceabi() {
+do_install_append_libc-uclibc() {
        install -m 0755    ${WORKDIR}/save-rtc-uclibc.sh ${D}${sysconfdir}/init.d/save-rtc.sh
 }