From bdedcb2aefea95ea9b1bbf87ed63348455605c88 Mon Sep 17 00:00:00 2001 From: David Karlstrom Date: Wed, 3 Aug 2005 07:27:10 +0000 Subject: Add openslug-native-packages.conf and .bb, and update openslug-native.conf to work with them --- packages/meta/openslug-native-packages.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 packages/meta/openslug-native-packages.bb (limited to 'packages') 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' -- cgit v1.2.3