aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/uim
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2009-06-17 19:56:15 +0900
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2009-06-17 20:18:09 +0900
commit47de8a5f73ff55914745953704a73f3c33ff49a2 (patch)
treeee83342bfda15369660867efd85256cdcf60efd9 /recipes/uim
parent75bef6ce9fd468deb44a16e47fef4fc408448766 (diff)
downloadopenembedded-47de8a5f73ff55914745953704a73f3c33ff49a2.tar.gz
uim: remove S definition from native recipe
* as suggested by recipe_sanity * has probably become unnecessary with the introduction of BPN
Diffstat (limited to 'recipes/uim')
-rw-r--r--recipes/uim/uim-native_1.3.1.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes/uim/uim-native_1.3.1.bb b/recipes/uim/uim-native_1.3.1.bb
index f23f6bd945..3404a36ab5 100644
--- 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"