diff options
author | Koen Kooi <koen@openembedded.org> | 2010-02-07 20:06:13 +0100 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2010-02-07 22:56:23 +0000 |
commit | dac96029c41f24444699160f778c440741f1e833 (patch) | |
tree | 323903a7ec78d933eaaa4c23f462bf09773a7f94 /recipes/mtd/mtd-utils-native_1.3.1.bb | |
parent | 0198e0e9c38a966e954fef68a2d3b3bd70c6d1d3 (diff) |
mtd-utils(-native): add v1.3.1
* also convert mtd-utils(-native) to new-style staging
* old-style ubifs commands have been removed in v1.3.1
Diffstat (limited to 'recipes/mtd/mtd-utils-native_1.3.1.bb')
-rw-r--r-- | recipes/mtd/mtd-utils-native_1.3.1.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/mtd/mtd-utils-native_1.3.1.bb b/recipes/mtd/mtd-utils-native_1.3.1.bb new file mode 100644 index 0000000000..85692a0e91 --- /dev/null +++ b/recipes/mtd/mtd-utils-native_1.3.1.bb @@ -0,0 +1,7 @@ +# Doesn't build for everyone, errors range from missing includes to linking errors +DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_angstrom = "1" + +require mtd-utils_${PV}.bb +require mtd-utils-native.inc +DEPENDS += "e2fsprogs-libs-native" |