[oe-commits] Martin Jansa : sjf2410-linux-native: drop empty do_stage()

git version control git at git.openembedded.org
Mon Oct 25 08:55:38 UTC 2010


Module: openembedded.git
Branch: master
Commit: 9f231e22c6f7de53eae8db932be45e87ddcb92d0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9f231e22c6f7de53eae8db932be45e87ddcb92d0

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Oct 25 10:48:01 2010 +0200

sjf2410-linux-native: drop empty do_stage()

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../samsung-soc-utils/sjf2410-linux-native_svn.bb  |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/recipes/samsung-soc-utils/sjf2410-linux-native_svn.bb b/recipes/samsung-soc-utils/sjf2410-linux-native_svn.bb
index 2554ef2..5f31780 100644
--- a/recipes/samsung-soc-utils/sjf2410-linux-native_svn.bb
+++ b/recipes/samsung-soc-utils/sjf2410-linux-native_svn.bb
@@ -4,7 +4,7 @@ AUTHOR = "Harald Welte <laforge at 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() {
 	:
 }





More information about the Openembedded-commits mailing list