From: Martin Jansa Date: Mon, 25 Oct 2010 08:48:01 +0000 (+0200) Subject: sjf2410-linux-native: drop empty do_stage() X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f231e22c6f7de53eae8db932be45e87ddcb92d0;p=openembedded.git sjf2410-linux-native: drop empty do_stage() Signed-off-by: Martin Jansa --- diff --git a/recipes/samsung-soc-utils/sjf2410-linux-native_svn.bb b/recipes/samsung-soc-utils/sjf2410-linux-native_svn.bb index 2554ef2833..5f3178077d 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 " 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() { : }