diff options
Diffstat (limited to 'packages')
-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 |