diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2006-09-09 00:03:10 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2006-09-09 00:03:10 +0000 |
commit | e22c47b69764b6a41b86aa256e9d84265c7986de (patch) | |
tree | 662bc03411c8c43e79b4bc62fbe8cd3e503e0f67 /packages/meta | |
parent | e776e094a54c4141b4f1797cec5e1f1823687587 (diff) |
slugos-packages: Remove icecast, add note about commenting
Diffstat (limited to 'packages/meta')
-rw-r--r-- | packages/meta/slugos-packages.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/meta/slugos-packages.bb b/packages/meta/slugos-packages.bb index 12aaf89ca5..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,6 +187,7 @@ SLUGOS_BROKEN_PACKAGES = "\ qc-usb-messenger \ unionfs-modules \ unionfs-utils \ + icecast \ " # These packages will never build because uclibc lacks (and always will lack) |