uim: remove S definition from native recipe
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Wed, 17 Jun 2009 10:56:15 +0000 (19:56 +0900)
committerRolf 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

index f23f6bd..3404a36 100644 (file)
@@ -3,6 +3,4 @@ DEPENDS = "gtk+ anthy intltool-native"
 inherit native autotools pkgconfig
 PR = "r2"
 
-S = "${WORKDIR}/uim-${PV}"
-
 EXTRA_OECONF += "--disable-xim"