diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-07-01 10:33:36 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-01 10:33:36 +0000 |
commit | 63f04a6a3c2ad5a5503787afcbfbfa80136767f2 (patch) | |
tree | f7020d875a42ad85fdcaf4b0088cfe8a8f3b0249 /packages | |
parent | 1c7e4caee631c4ae5b8744bfcfdf9d8511db8f24 (diff) |
Moved atftp back into BROKEN_PACKAGES until it is fixed.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/meta/openslug-packages.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/meta/openslug-packages.bb b/packages/meta/openslug-packages.bb index 97ffe04054..ee5f080460 100644 --- a/packages/meta/openslug-packages.bb +++ b/packages/meta/openslug-packages.bb @@ -42,7 +42,6 @@ OPENSLUG_DEVELOPMENT_append_linux = "\ OPENSLUG_PACKAGES = "\ - atftp \ bash \ bluez-utils-nodbus bridge-utils \ coreutils cron \ @@ -78,6 +77,7 @@ OPENSLUG_PACKAGES_append_linux = "\ nfs-utils \ " BROKEN_PACKAGES = "\ + atftp \ strace \ mgetty \ " |