summaryrefslogtreecommitdiff
path: root/packages/meta/openslug-native-packages.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/meta/openslug-native-packages.bb')
-rw-r--r--packages/meta/openslug-native-packages.bb19
1 files changed, 19 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..8a32b9cb70
--- /dev/null
+++ b/packages/meta/openslug-native-packages.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "Packages that are to be compiled nativly for the OpenSlug firmware"
+LICENSE = MIT
+PR = "r2"
+
+INHIBIT_DEFAULT_DEPS = "1"
+ALLOW_EMPTY = 1
+PACKAGES = "${PN}"
+
+# Just something the test with
+OPENSLUG_NATIVE_PACKAGES = "\
+ gzip \
+ vlan \
+ "
+
+BROKEN_PACKAGES = "\
+ "
+
+DEPENDS = '${OPENSLUG_NATIVE_PACKAGES} \
+ package-index'