diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-09-09 00:51:19 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-09-09 00:51:19 +0000 |
commit | 68ca6156e403400178816d99a7b8d53abfb4390d (patch) | |
tree | 3749843d69b2f5d9d77ece374f210cafb122b863 | |
parent | 0e3eb51fbcc63f041b10ae1ffda4b066bb9ad7b7 (diff) | |
parent | 9bc55c918c2689434ebf4e4eaafb6d31a0a63c24 (diff) |
merge of '1997f387bbe1e6c453064b78bebac0eeaaa1dc02'
and '2cc0e62b5fabb44bea5aaf3a8c0d61e75a2888ad'
-rw-r--r-- | packages/meta/slugos-packages.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/meta/slugos-packages.bb b/packages/meta/slugos-packages.bb index fe9cb506d5..b35b50c83f 100644 --- a/packages/meta/slugos-packages.bb +++ b/packages/meta/slugos-packages.bb @@ -16,6 +16,9 @@ ALLOW_EMPTY = 1 # The list of packages to build for the slugos DISTRO. # KEEP IN ALPHABETICAL ORDER +# Do *not* simply comment out a line. That will break. Instead +# remove the package and place it in the corresponding "broken" list + SLUGOS_PACKAGES = "\ alsa-lib \ alsa-utils \ @@ -74,7 +77,6 @@ SLUGOS_PACKAGES = "\ gtk-doc \ gzip \ hdparm \ -# icecast \ ifupdown \ ipkg-utils \ iptables \ @@ -185,7 +187,7 @@ SLUGOS_BROKEN_PACKAGES = "\ qc-usb-messenger \ unionfs-modules \ unionfs-utils \ - ushare \ + icecast \ " # These packages will never build because uclibc lacks (and always will lack) @@ -207,6 +209,7 @@ UCLIBC_BROKEN_PACKAGES = "\ boost \ linphone \ sudo \ + ushare \ " # Packages which build only with glibc (some of these use internal |