diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-07-25 13:42:17 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-25 13:42:17 +0000 |
commit | f810a84e35c6e96efe0ec50790522ac974fd7452 (patch) | |
tree | 712ff545499ebd9654604a248032cb5006b81ea1 /packages/meta/openslug-native.bb | |
parent | eaf512c3dc86837311f9b73b4e7809ca8e6ef1b6 (diff) | |
parent | 87f6843910aba73f925b263c64d3e5f7aad08179 (diff) |
propagate from branch 'org.openembedded.dev' (head d8f77bc6335858610b8f332521ddee863aa71db6)
to branch 'org.openembedded.nslu2-linux' (head 5eed6a33ad11ce5261d69a9ce69f62e744fa7e8e)
Diffstat (limited to 'packages/meta/openslug-native.bb')
-rw-r--r-- | packages/meta/openslug-native.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/meta/openslug-native.bb b/packages/meta/openslug-native.bb index 4ac2cfd4b1..e03e211560 100644 --- a/packages/meta/openslug-native.bb +++ b/packages/meta/openslug-native.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Packages that are required for the OpenSlug native build environment" LICENSE = MIT -PR = "r2" +PR = "r4" INHIBIT_DEFAULT_DEPS = "1" ALLOW_EMPTY = 1 @@ -9,11 +9,11 @@ PACKAGES = "${PN}" OPENSLUG_NATIVE = "\ automake \ bash \ - binutils binutils-dev \ + binutils binutils-dev binutils-symlinks \ bison \ bzip2 \ coreutils \ - cpp \ + cpp cpp-symlinks \ cvs \ flex \ gawk \ @@ -40,3 +40,4 @@ OPENSLUG_NATIVE = "\ " RDEPENDS = '${OPENSLUG_NATIVE}' + |