summaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2009-06-17 19:52:05 +0900
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2009-06-17 20:18:08 +0900
commit75bef6ce9fd468deb44a16e47fef4fc408448766 (patch)
tree28bd92997e019fd2d27f78ffba0ce6b3bc5e0340 /recipes
parentf6adf3a14d2af0926e3526e4f1e26f01b851bc45 (diff)
downloadopenembedded-75bef6ce9fd468deb44a16e47fef4fc408448766.tar.gz
kakasi: remove S definition from native recipe
* as suggested by recipe_sanity * has probably become unnecessary with the introduction of BPN
Diffstat (limited to 'recipes')
-rw-r--r--recipes/kakasi/kakasi-native_2.3.4.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes/kakasi/kakasi-native_2.3.4.bb b/recipes/kakasi/kakasi-native_2.3.4.bb
index 86a4c81b44..18f0061cfe 100644
--- a/recipes/kakasi/kakasi-native_2.3.4.bb
+++ b/recipes/kakasi/kakasi-native_2.3.4.bb
@@ -2,8 +2,6 @@ require kakasi.inc
inherit native
-S = "${WORKDIR}/kakasi-${PV}"
-
do_stage() {
install src/mkkanwa ${STAGING_BINDIR}
}