ucslugc: le/glibc version: fix ucslugc-native for gcc and remove patcher
authorJohn Bowler <jbowler@nslu2-linux.org>
Thu, 6 Oct 2005 20:41:30 +0000 (20:41 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 6 Oct 2005 20:41:30 +0000 (20:41 +0000)
Patcher is no longer required, so is not in ucslugc-packages.conf

conf/distro/ucslugc-packages.conf
packages/meta/ucslugc-native.bb

index 3d58f51..0b6a665 100644 (file)
@@ -125,7 +125,6 @@ ${PKGDIR}/packages/openssh/*.bb \
 ${PKGDIR}/packages/openssl/*.bb \
 ${PKGDIR}/packages/openvpn/*.bb \
 ${PKGDIR}/packages/patch/*.bb \
-${PKGDIR}/packages/patcher/*.bb \
 ${PKGDIR}/packages/pciutils/*.bb \
 ${PKGDIR}/packages/pcmcia-cs/*.bb \
 ${PKGDIR}/packages/pcre/*.bb \
index c878f31..019ea7a 100644 (file)
@@ -9,8 +9,8 @@ PACKAGES = "${PN}"
 # Run-time only (RDEPENDS) stuff - no package explicitly provides
 # these targets.
 UCSLUGC_NATIVE_RT_prepend_linux = "\
-       glibc-utils \
-       libc6-dev \
+       glibc-extra-nss glibc-utils \
+       libc6 libc6-dev \
        "
 UCSLUGC_NATIVE_RT_prepend_linux-uclibc = "\
        uclibc-dev uclibc-utils \
@@ -33,8 +33,6 @@ UCSLUGC_NATIVE_RT = "\
 
 # Run-time and DEPENDS
 UCSLUGC_NATIVE_prepend_linux = "\
-       glibc-extra-nss \
-       libc6 \
        "
 UCSLUGC_NATIVE_prepend_linux-uclibc = "\
        libiconv \