diff options
author | Koen Kooi <koen@openembedded.org> | 2009-02-19 13:29:46 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-02-19 13:29:46 +0100 |
commit | 04743842569d1ca1d88dd9b500daef99b086dca5 (patch) | |
tree | 588b84048e8f3e4cb12f40dce5b73abd7157f9ae /packages/gob2 | |
parent | fde0a3a96fdf8f1313da535b87180ca3c545d0e7 (diff) |
gob2: add -native version
Diffstat (limited to 'packages/gob2')
-rw-r--r-- | packages/gob2/gob2-native_2.0.14.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/gob2/gob2-native_2.0.14.bb b/packages/gob2/gob2-native_2.0.14.bb new file mode 100644 index 0000000000..e6a26f13d2 --- /dev/null +++ b/packages/gob2/gob2-native_2.0.14.bb @@ -0,0 +1,5 @@ +require gob2_${PV}.bb +DEPENDS = "bison-native flex-native" +inherit native + + |