git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75bef6c
)
uim: remove S definition from native recipe
author
Rolf Leggewie
<oe-devel@rolf.leggewie.biz>
Wed, 17 Jun 2009 10:56:15 +0000
(19:56 +0900)
committer
Rolf Leggewie
<oe-devel@rolf.leggewie.biz>
Wed, 17 Jun 2009 11:18:09 +0000
(20:18 +0900)
* as suggested by recipe_sanity
* has probably become unnecessary with the introduction of BPN
recipes/uim/uim-native_1.3.1.bb
patch
|
blob
|
history
diff --git
a/recipes/uim/uim-native_1.3.1.bb
b/recipes/uim/uim-native_1.3.1.bb
index
f23f6bd
..
3404a36
100644
(file)
--- a/
recipes/uim/uim-native_1.3.1.bb
+++ b/
recipes/uim/uim-native_1.3.1.bb
@@
-3,6
+3,4
@@
DEPENDS = "gtk+ anthy intltool-native"
inherit native autotools pkgconfig
PR = "r2"
-S = "${WORKDIR}/uim-${PV}"
-
EXTRA_OECONF += "--disable-xim"