diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-08-05 01:10:30 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-05 01:10:30 +0000 |
commit | b0fe8c3fc05544e64a8b13f1a6c9d0afb2b0a0ff (patch) | |
tree | 983dd1ec402e735c4fb2dd6f4b19d28c492f04f3 | |
parent | 8eb9e1c9dec5c26ae56aa41115410bc9c86ceb79 (diff) | |
parent | 512bf4b04c20c4ad874c406323f09c880d9f6b7c (diff) |
merge of 22665530c2919ac7f1d5892e662bb25164a13935
and d30471d59dea9ad55b02e7745e9e96ee40c87846
-rw-r--r-- | conf/distro/ucslugc-packages.conf | 3 | ||||
-rw-r--r-- | packages/meta/ucslugc-packages.bb | 10 | ||||
-rw-r--r-- | packages/perl/perl_5.8.7.bb | 3 |
3 files changed, 9 insertions, 7 deletions
diff --git a/conf/distro/ucslugc-packages.conf b/conf/distro/ucslugc-packages.conf index 05498dc1c1..b922ffe0b9 100644 --- a/conf/distro/ucslugc-packages.conf +++ b/conf/distro/ucslugc-packages.conf @@ -7,6 +7,7 @@ ${PKGDIR}/packages/automake/*.bb \ ${PKGDIR}/packages/base-files/*.bb \ ${PKGDIR}/packages/base-passwd/*.bb \ ${PKGDIR}/packages/bash/*.bb \ +${PKGDIR}/packages/bind/*.bb \ ${PKGDIR}/packages/binutils/*.bb \ ${PKGDIR}/packages/bison/*.bb \ ${PKGDIR}/packages/bluez-libs/*.bb \ @@ -80,6 +81,7 @@ ${PKGDIR}/packages/m4/*.bb \ ${PKGDIR}/packages/make/*.bb \ ${PKGDIR}/packages/makedevs/*.bb \ ${PKGDIR}/packages/meta/*.bb \ +${PKGDIR}/packages/mgetty/*.bb \ ${PKGDIR}/packages/miau/*.bb \ ${PKGDIR}/packages/microcom/*.bb \ ${PKGDIR}/packages/module-init-tools/*.bb \ @@ -136,6 +138,7 @@ ${PKGDIR}/packages/streamripper/*.bb \ ${PKGDIR}/packages/sudo/*.bb \ ${PKGDIR}/packages/sysfsutils/*.bb \ ${PKGDIR}/packages/sysvinit/*.bb \ +${PKGDIR}/packages/tar/*.bb \ ${PKGDIR}/packages/thttpd/*.bb \ ${PKGDIR}/packages/timezones/*.bb \ ${PKGDIR}/packages/tinylogin/*.bb \ diff --git a/packages/meta/ucslugc-packages.bb b/packages/meta/ucslugc-packages.bb index 7074cfff48..fdbf0d020e 100644 --- a/packages/meta/ucslugc-packages.bb +++ b/packages/meta/ucslugc-packages.bb @@ -17,6 +17,7 @@ UCSLUGC_PACKAGES = "\ autoconf \ automake \ bash \ + bind \ binutils \ bison \ bluez-utils-nodbus \ @@ -55,6 +56,7 @@ UCSLUGC_PACKAGES = "\ lsof \ m4 \ make \ + mgetty \ miau \ microcom \ monotone-4 monotone-5 \ @@ -94,6 +96,7 @@ UCSLUGC_PACKAGES = "\ streamripper \ sudo \ sysfsutils \ + tar \ thttpd \ tiff \ unionfs-modules unionfs-utils \ @@ -107,15 +110,10 @@ UCSLUGC_PACKAGES = "\ # These packages only build on TARGET_OS=linux, but not TARGET_OS=linux-uclibc. # KEEP IN ALPHABETICAL ORDER UCSLUGC_BROKEN_PACKAGES = "\ - bind \ - libpam \ man man-pages \ - mgetty \ php \ - postfix \ psmisc \ screen \ - tar \ timezones \ xinetd \ " @@ -123,7 +121,9 @@ UCSLUGC_BROKEN_PACKAGES = "\ # These packages will never build because uclibc lacks (and always will lack) # appropriate support. This define is for documentation of this fact! UCSLUGC_UNSUPPORTABLE_PACKAGES = "\ + libpam \ nfs-utils \ + postfix \ yp-tools ypbind ypserv \ " diff --git a/packages/perl/perl_5.8.7.bb b/packages/perl/perl_5.8.7.bb index 250c306743..f1f75bbd3d 100644 --- a/packages/perl/perl_5.8.7.bb +++ b/packages/perl/perl_5.8.7.bb @@ -1,12 +1,11 @@ MAINTAINER="David Karlstrom <daka@thg.se>" -DEFAULT_PREFERENCE="-1" include perl.inc SRC_URI += "file://config.sh-armeb-linux \ file://config.sh-i386-linux" -PR = "r12" +PR = "r13" do_configure() { ln -sf ${HOSTPERL} ${STAGING_BINDIR}/hostperl |