diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-08-11 16:57:39 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-11 16:57:39 +0000 |
commit | 5f016dabf20ee6196f7e141e7f499a09b7342f91 (patch) | |
tree | 2b2e5d955480707ad3f1a18eee6bede7048c8611 /packages | |
parent | 56bf549bcf6204d7e064d7333bcb5de15180e26f (diff) |
ucslugc, UCSLUGC_PACKAGES: make various prerequesite packages explicit in
the build list, therefore if the dependent package is removed the
prerequisite packages are still built.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/meta/ucslugc-packages.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/meta/ucslugc-packages.bb b/packages/meta/ucslugc-packages.bb index e9377823b6..82d9dfd633 100644 --- a/packages/meta/ucslugc-packages.bb +++ b/packages/meta/ucslugc-packages.bb @@ -14,6 +14,7 @@ PACKAGES = "${PN}" # KEEP IN ALPHABETICAL ORDER UCSLUGC_PACKAGES = "\ atftp \ + audiofile \ autoconf \ automake \ bash \ @@ -36,6 +37,7 @@ UCSLUGC_PACKAGES = "\ dnsmasq \ expat \ findutils \ + flac \ flex \ ftpd-topfield \ gawk \ @@ -50,9 +52,15 @@ UCSLUGC_PACKAGES = "\ ipkg-utils \ jpeg \ less \ + libao \ + libid3tag \ + libmad \ + libmikmod \ + libogg \ libpng \ libtool \ libusb \ + libvorbis \ libxml2 \ lsof \ m4 \ @@ -120,6 +128,13 @@ UCSLUGC_BROKEN_PACKAGES = "\ xinetd \ " +# These packages have problems with thumb or thumb-interwork compilation - they +# should really be fixed (if still in the build it is because there is a hacky +# work round.) The problem here is that _call_via_r2 is apparently inaccessible +# under some circumstances. +THUMB_BROKEN_PACKAGES = "\ + " + # These packages will never build because uclibc lacks (and always will lack) # appropriate support. This define is for documentation of this fact! The # normal cause is that the package uses the "NIS" interfaces (once known as |