diff options
author | Rod Whitby <rod@whitby.id.au> | 2005-09-07 03:59:45 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-07 03:59:45 +0000 |
commit | 7b6f536279f23d47cb074c362c169f690abeb89d (patch) | |
tree | f81b1f0ff8e39f1adb9701b485cc32bf43657fbc /packages | |
parent | be9f46dc283647519bbe309face327f0b659076c (diff) |
openslug-packages, ucslugc-packages, openslug-native: added 'file'
Diffstat (limited to 'packages')
-rw-r--r-- | packages/meta/openslug-native.bb | 3 | ||||
-rw-r--r-- | packages/meta/openslug-packages.bb | 3 | ||||
-rw-r--r-- | packages/meta/ucslugc-packages.bb | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/packages/meta/openslug-native.bb b/packages/meta/openslug-native.bb index b52d2ef6eb..cef0bd6a49 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 = "r10" +PR = "r11" INHIBIT_DEFAULT_DEPS = "1" ALLOW_EMPTY = 1 @@ -16,6 +16,7 @@ OPENSLUG_NATIVE = "\ coreutils \ cpp cpp-symlinks \ cvs \ + file \ flex \ gawk \ g++ g++-symlinks \ diff --git a/packages/meta/openslug-packages.bb b/packages/meta/openslug-packages.bb index 8bb2f048cf..f864187cad 100644 --- a/packages/meta/openslug-packages.bb +++ b/packages/meta/openslug-packages.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Packages that are compatible with the OpenSlug firmware" LICENSE = MIT -PR = "r5" +PR = "r6" INHIBIT_DEFAULT_DEPS = "1" ALLOW_EMPTY = 1 @@ -33,6 +33,7 @@ OPENSLUG_PACKAGES = "\ diffutils \ dnsmasq \ expat \ + file \ findutils \ flex \ ftpd-topfield \ diff --git a/packages/meta/ucslugc-packages.bb b/packages/meta/ucslugc-packages.bb index d69e873fe2..bb52048fd7 100644 --- a/packages/meta/ucslugc-packages.bb +++ b/packages/meta/ucslugc-packages.bb @@ -4,7 +4,7 @@ # do not necessarily work. DESCRIPTION = "Packages that are compatible with the UcSlugC firmware" LICENSE = MIT -PR = "r0" +PR = "r1" INHIBIT_DEFAULT_DEPS = "1" ALLOW_EMPTY = 1 @@ -38,6 +38,7 @@ UCSLUGC_PACKAGES = "\ diffutils \ dnsmasq \ expat \ + file \ findutils \ flac \ flex \ |