From: Rolf Leggewie Date: Wed, 17 Jun 2009 10:56:15 +0000 (+0900) Subject: uim: remove S definition from native recipe X-Git-Tag: Release-2010-05/1~3131^2~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47de8a5f73ff55914745953704a73f3c33ff49a2;p=openembedded.git uim: remove S definition from native recipe * as suggested by recipe_sanity * has probably become unnecessary with the introduction of BPN --- 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"