diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-06-09 00:33:04 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-06-09 00:33:04 +0000 |
commit | 1aa563b9801083d0774c22f552bb33fb7c141fc8 (patch) | |
tree | e74754368b9fc75a8647b8fc43fd8178d5ede75e | |
parent | 9b0e00437a696224900ed6bdb42195120f25a5af (diff) | |
parent | 300ae16f722b26be61d064ddc2c02d6b48012ff6 (diff) |
merge of '66da92b8617b2b12ed4b88764898faf67c060098'
and 'ffb800106daf409e2cc662fcf7e757d10a3c9843'
-rw-r--r-- | packages/anthy/anthy-native_7811.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/anthy/anthy-native_7811.bb b/packages/anthy/anthy-native_7811.bb index 138abe87c8..38305ddf84 100644 --- a/packages/anthy/anthy-native_7811.bb +++ b/packages/anthy/anthy-native_7811.bb @@ -1,4 +1,9 @@ require anthy_${PV}.bb -PACKAGES = "" + DEPENDS = "" +PACKAGES = "" +PR = "r1" + +S = "${WORKDIR}/anthy-${PV}" + inherit native |