kakasi: remove S definition from native recipe
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Wed, 17 Jun 2009 10:52:05 +0000 (19:52 +0900)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Wed, 17 Jun 2009 11:18:08 +0000 (20:18 +0900)
* as suggested by recipe_sanity
* has probably become unnecessary with the introduction of BPN

recipes/kakasi/kakasi-native_2.3.4.bb

index 86a4c81..18f0061 100644 (file)
@@ -2,8 +2,6 @@ require kakasi.inc
 
 inherit native
 
-S = "${WORKDIR}/kakasi-${PV}"
-
 do_stage() {
         install src/mkkanwa ${STAGING_BINDIR}
 }