From 9f231e22c6f7de53eae8db932be45e87ddcb92d0 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 25 Oct 2010 10:48:01 +0200 Subject: [PATCH] sjf2410-linux-native: drop empty do_stage() Signed-off-by: Martin Jansa --- recipes/samsung-soc-utils/sjf2410-linux-native_svn.bb | 6 +----- 1 file changed, 1 insertion(+), 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 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() { : } -- 2.39.5