summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/distro/ucslugc-packages.conf1
-rw-r--r--packages/meta/ucslugc-native.bb6
2 files changed, 2 insertions, 5 deletions
diff --git a/conf/distro/ucslugc-packages.conf b/conf/distro/ucslugc-packages.conf
index 3d58f51409..0b6a6654cc 100644
--- a/conf/distro/ucslugc-packages.conf
+++ b/conf/distro/ucslugc-packages.conf
@@ -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 \
diff --git a/packages/meta/ucslugc-native.bb b/packages/meta/ucslugc-native.bb
index c878f31562..019ea7a5c3 100644
--- a/packages/meta/ucslugc-native.bb
+++ b/packages/meta/ucslugc-native.bb
@@ -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 \