diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-08-04 14:47:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-04 14:47:37 +0000 |
commit | 2273c62b8dd1440b9cb04e18827174a587025f8b (patch) | |
tree | 6576934113a7096fa0479ef6c46bf73ce2ac2492 | |
parent | 941dee3b894a93b0d8596cc0faef31a84b28e358 (diff) |
Add netpbm (missed out from packages before), add wakelan, clean up the
.conf file (remove things which do not build)
-rw-r--r-- | conf/distro/ucslugc-packages.conf | 7 | ||||
-rw-r--r-- | packages/meta/ucslugc-packages.bb | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/conf/distro/ucslugc-packages.conf b/conf/distro/ucslugc-packages.conf index 6d9dbef8fc..05498dc1c1 100644 --- a/conf/distro/ucslugc-packages.conf +++ b/conf/distro/ucslugc-packages.conf @@ -1,4 +1,4 @@ -# hand editted from bitbake freeze output +# automatically generated by bitbake freeze BBFILES := "\ ${PKGDIR}/packages/atftp/*.bb \ ${PKGDIR}/packages/audiofile/*.bb \ @@ -79,8 +79,6 @@ ${PKGDIR}/packages/lzo/*.bb \ ${PKGDIR}/packages/m4/*.bb \ ${PKGDIR}/packages/make/*.bb \ ${PKGDIR}/packages/makedevs/*.bb \ -${PKGDIR}/packages/man-pages/*.bb \ -${PKGDIR}/packages/man/*.bb \ ${PKGDIR}/packages/meta/*.bb \ ${PKGDIR}/packages/miau/*.bb \ ${PKGDIR}/packages/microcom/*.bb \ @@ -120,7 +118,6 @@ ${PKGDIR}/packages/popt/*.bb \ ${PKGDIR}/packages/portmap/*.bb \ ${PKGDIR}/packages/ppp/*.bb \ ${PKGDIR}/packages/procps/*.bb \ -${PKGDIR}/packages/psmisc/*.bb \ ${PKGDIR}/packages/puppy/*.bb \ ${PKGDIR}/packages/pwc/*.bb \ ${PKGDIR}/packages/python/*.bb \ @@ -131,7 +128,6 @@ ${PKGDIR}/packages/reiserfsprogs/*.bb \ ${PKGDIR}/packages/rsync/*.bb \ ${PKGDIR}/packages/samba/*.bb \ ${PKGDIR}/packages/sane-backends/*.bb \ -${PKGDIR}/packages/screen/*.bb \ ${PKGDIR}/packages/sed/*.bb \ ${PKGDIR}/packages/setpwc/*.bb \ ${PKGDIR}/packages/slugimage/*.bb \ @@ -150,6 +146,7 @@ ${PKGDIR}/packages/update-modules/*.bb \ ${PKGDIR}/packages/update-rc.d/*.bb \ ${PKGDIR}/packages/util-linux/*.bb \ ${PKGDIR}/packages/vlan/*.bb \ +${PKGDIR}/packages/wakelan/*.bb \ ${PKGDIR}/packages/wget/*.bb \ ${PKGDIR}/packages/zlib/*.bb \ ${UCSLUGC_EXTRA_BBFILES}" diff --git a/packages/meta/ucslugc-packages.bb b/packages/meta/ucslugc-packages.bb index 1244eaa8d3..7074cfff48 100644 --- a/packages/meta/ucslugc-packages.bb +++ b/packages/meta/ucslugc-packages.bb @@ -66,6 +66,7 @@ UCSLUGC_PACKAGES = "\ nano \ ncftp \ ncurses \ + netpbm \ ntp \ obexftp openobex openobex-apps ircp \ openldap \ @@ -98,6 +99,7 @@ UCSLUGC_PACKAGES = "\ unionfs-modules unionfs-utils \ util-linux \ vlan \ + wakelan \ wget \ zlib \ " |