diff options
Diffstat (limited to 'packages/meta/openslug-native.bb')
-rw-r--r-- | packages/meta/openslug-native.bb | 3 |
1 files changed, 2 insertions, 1 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 \ |