[oe-commits] Koen Kooi : cdparanoia svn: convert to new style staging

git version control git at git.openembedded.org
Sat Mar 13 19:04:30 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 00cb5a7688c9cc4cea5beec891117dcc6a159811
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=00cb5a7688c9cc4cea5beec891117dcc6a159811

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Mar 12 10:23:12 2010 +0100

cdparanoia svn: convert to new style staging

---

 recipes/cdparanoia/cdparanoia_svn.bb |   19 +++++--------------
 1 files changed, 5 insertions(+), 14 deletions(-)

diff --git a/recipes/cdparanoia/cdparanoia_svn.bb b/recipes/cdparanoia/cdparanoia_svn.bb
index 71fafee..783d507 100644
--- a/recipes/cdparanoia/cdparanoia_svn.bb
+++ b/recipes/cdparanoia/cdparanoia_svn.bb
@@ -2,19 +2,19 @@
 # Copyright (C) 2005, Advanced Micro Devices, Inc.  All Rights Reserved
 # Released under the MIT license (see packages/COPYING)
 
-PR ="r1"
-LICENSE="GPL"
+PR = "r2"
+LICENSE = "GPL"
 
 PV = "10.2+svnr${SRCPV}"
 
-SRC_URI="svn://svn.xiph.org/trunk;module=cdparanoia;proto=http \
+SRC_URI = "svn://svn.xiph.org/trunk;module=cdparanoia;proto=http \
 	 file://fixes10.patch;patch=1 \
 	 file://Makefile.in.patch;patch=1 \
 	 file://interface_Makefile.in.patch;patch=1 \
 	 file://paranoia_Makefile.in.patch;patch=1 \
-         file://configure.in.patch;patch=1 "
+	 file://configure.in.patch;patch=1 "
 
-S="${WORKDIR}/cdparanoia"
+S = "${WORKDIR}/cdparanoia"
 
 PARALLEL_MAKE = ""
 
@@ -25,12 +25,3 @@ do_install() {
 		   INCLUDEDIR="${D}/usr/include/" LIBDIR="${D}/usr/lib" install
 }
 
-do_stage() {
-	install -d ${STAGING_INCDIR} ${STAGING_LIBDIR}
-
-	install -m 0644 paranoia/cdda_paranoia.h ${STAGING_INCDIR}
-	install -m 0644 interface/cdda_interface.h ${STAGING_INCDIR}
-
-	oe_libinstall -C interface libcdda_interface ${STAGING_LIBDIR}
-	oe_libinstall -C paranoia libcdda_paranoia ${STAGING_LIBDIR}
-}





More information about the Openembedded-commits mailing list