diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/meta/openslug-native-packages.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/meta/openslug-native-packages.bb b/packages/meta/openslug-native-packages.bb new file mode 100644 index 0000000000..d856bbfe87 --- /dev/null +++ b/packages/meta/openslug-native-packages.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "Packages that are to be compiled nativly for the OpenSlug firmware" +LICENSE = MIT +PR = "r1" + +INHIBIT_DEFAULT_DEPS = "1" +ALLOW_EMPTY = 1 +PACKAGES = "${PN}" + +OPENSLUG_NATIVE_PACKAGES = "\ + " + +BROKEN_PACKAGES = "\ + " + +DEPENDS = '${OPENSLUG_NATIVE_PACKAGES} \ + package-index' |