diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-09-06 20:31:36 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-06 20:31:36 +0000 |
commit | 412469753744572609eebca9636f69a0f9683d33 (patch) | |
tree | 9ece03d3852ee46dc63ccbf139930d7918fbb2c5 /packages/meta/ucslugc-packages.bb | |
parent | eeb51b853fc1c0ee24f3643cdd66d936fe36c291 (diff) |
ucslugc-packages: add ucslugc-native, alsa-lib, alsa-utils
ucslugc-native has the uclibc dependencies to ensure that installing the
native package gives everything required for debugging on ucslugc.
Diffstat (limited to 'packages/meta/ucslugc-packages.bb')
-rw-r--r-- | packages/meta/ucslugc-packages.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/meta/ucslugc-packages.bb b/packages/meta/ucslugc-packages.bb index 44eb82cf58..55fc193037 100644 --- a/packages/meta/ucslugc-packages.bb +++ b/packages/meta/ucslugc-packages.bb @@ -13,6 +13,8 @@ PACKAGES = "${PN}" # The list of packages to build for the ucslugc DISTRO. # KEEP IN ALPHABETICAL ORDER UCSLUGC_PACKAGES = "\ + alsa-lib \ + alsa-utils \ atftp \ audiofile \ autoconf \ @@ -153,4 +155,4 @@ UCSLUGC_UNSUPPORTABLE_PACKAGES = "\ # The package-index at the end causes regeneration of the Packages.gz and # other control files. -DEPENDS = "openslug-image ${UCSLUGC_PACKAGES} openslug-native package-index" +DEPENDS = "openslug-image ${UCSLUGC_PACKAGES} ucslugc-native package-index" |