diff options
author | David Karlstrom <daka@thg.se> | 2005-08-03 07:27:10 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-03 07:27:10 +0000 |
commit | bdedcb2aefea95ea9b1bbf87ed63348455605c88 (patch) | |
tree | 72558b561a166e5431aea87598322a79e450efb7 /packages/meta/openslug-native-packages.bb | |
parent | a023b903bfd1a45a026b228dbde5d680fe8bdf6c (diff) |
Add openslug-native-packages.conf and .bb, and update openslug-native.conf to work with them
Diffstat (limited to 'packages/meta/openslug-native-packages.bb')
-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' |