diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-05-27 15:57:32 +0000 |
---|---|---|
committer | John Bowler <jbowler@nslu2-linux.org> | 2005-05-27 15:57:32 +0000 |
commit | db81f176add4d94b2348ea92d0e57ae31e1dd517 (patch) | |
tree | e5f52c13ad05780aa753f3389f688d3342ceb18c /packages/meta/openslug-packages.bb | |
parent | ba72365e84cf61c7c39f6b2d1414e31a1c2e507a (diff) |
Image description changes: packages not required for a
bootable image have been moved to the openslug.conf
file so that an image can be built without them (by
overriding the OPENSLUG_EXTRA_RDEPENDS variable.)
Image release name changed to 1.20-pre1
BKrev: 4297436cqk3HFrq4AoEgLcOBYWcbpw
Diffstat (limited to 'packages/meta/openslug-packages.bb')
-rw-r--r-- | packages/meta/openslug-packages.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/meta/openslug-packages.bb b/packages/meta/openslug-packages.bb index 9b51a78602..b538e5bba0 100644 --- a/packages/meta/openslug-packages.bb +++ b/packages/meta/openslug-packages.bb @@ -2,6 +2,7 @@ DESCRIPTION = "Packages that are compatible with the OpenSlug firmware" LICENSE = MIT PR = "r3" +INHIBIT_DEFAULT_DEPS = "1" ALLOW_EMPTY = 1 PACKAGES = "${PN}" @@ -55,12 +56,14 @@ OPENSLUG_PACKAGES = "\ db4 \ openldap \ ntp \ + reiserfsprogs reiser4progs \ " # These packages only build on TARGET_OS=linux, not # TARGET_OS=linux-uclibc OPENSLUG_PACKAGES_append_linux = "\ php \ + libpam \ yp-tools ypbind ypserv \ " |