From: Khem Raj Date: Sat, 28 Aug 2010 07:36:09 +0000 (-0700) Subject: dspgw-utils_3.3.1.bb: Remove do_stage and patch=1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1fa9b46f57a0541bbd56e45a6b6c517f53f90a3;p=openembedded.git dspgw-utils_3.3.1.bb: Remove do_stage and patch=1 Signed-off-by: Khem Raj --- diff --git a/recipes/dspgw-utils/dspgw-utils_3.3.1.bb b/recipes/dspgw-utils/dspgw-utils_3.3.1.bb index 08e11b6313..bb20476fe4 100644 --- a/recipes/dspgw-utils/dspgw-utils_3.3.1.bb +++ b/recipes/dspgw-utils/dspgw-utils_3.3.1.bb @@ -2,10 +2,10 @@ DESCRIPTION = "DSP Gateway Utilities" HOMEPAGE = "http://dspgateway.sourceforge.net" LICENSE = "GPL" DEPENDS = "bison flex udev" -PR = "r0" +PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/dspgateway/dspgw-${PV}-arm.tar.bz2 \ - file://yytext_ptr.patch;patch=1 \ + file://yytext_ptr.patch \ file://dsp \ file://dsp.rules " @@ -22,10 +22,6 @@ INITSCRIPT_PARAMS = "defaults" do_configure () { } -# Skipping... -do_stage () { -} - do_compile () { cd ${S}/dsp_dld/arm && oe_runmake cd ${S}/dspctl && oe_runmake