sjf2410-linux-native: drop empty do_stage()
authorMartin Jansa <Martin.Jansa@gmail.com>
Mon, 25 Oct 2010 08:48:01 +0000 (10:48 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Mon, 25 Oct 2010 08:51:12 +0000 (10:51 +0200)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/samsung-soc-utils/sjf2410-linux-native_svn.bb

index 2554ef2..5f31780 100644 (file)
@@ -4,7 +4,7 @@ AUTHOR = "Harald Welte <laforge@openmoko.org>"
 LICENSE = "GPL"
 SRCREV = "4268"
 PV = "0.1+svnr${SRCPV}"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=sjf2410-linux;proto=http"
 S = "${WORKDIR}/sjf2410-linux"
@@ -22,10 +22,6 @@ do_deploy() {
         install -m 0755 sjf2410 ${DEPLOY_DIR_TOOLS}/sjf2410-${PV}
 }
 
-do_stage() {
-       :
-}
-
 do_install() {
        :
 }