[oe-commits] Khem Raj : dspgw-utils_3.3.1.bb: Remove do_stage and patch=1

git version control git at git.openembedded.org
Sat Aug 28 07:37:48 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a1fa9b46f57a0541bbd56e45a6b6c517f53f90a3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a1fa9b46f57a0541bbd56e45a6b6c517f53f90a3

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sat Aug 28 00:36:09 2010 -0700

dspgw-utils_3.3.1.bb: Remove do_stage and patch=1

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/dspgw-utils/dspgw-utils_3.3.1.bb |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/recipes/dspgw-utils/dspgw-utils_3.3.1.bb b/recipes/dspgw-utils/dspgw-utils_3.3.1.bb
index 08e11b6..bb20476 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





More information about the Openembedded-commits mailing list