[oe-commits] Frans Meulenbroeks : cdparanoia: oe-stylized

git version control git at git.openembedded.org
Wed Aug 18 17:38:37 UTC 2010


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

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Wed Aug 18 19:38:21 2010 +0200

cdparanoia: oe-stylized

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/cdparanoia/cdparanoia_svn.bb |   24 +++++++++++++-----------
 1 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/recipes/cdparanoia/cdparanoia_svn.bb b/recipes/cdparanoia/cdparanoia_svn.bb
index 56a5450..0f81d6c 100644
--- a/recipes/cdparanoia/cdparanoia_svn.bb
+++ b/recipes/cdparanoia/cdparanoia_svn.bb
@@ -1,25 +1,27 @@
 # cdparanoia OE build file
 # Copyright (C) 2005, Advanced Micro Devices, Inc.  All Rights Reserved
 # Released under the MIT license (see packages/COPYING)
+
+PR = "r2"
 LICENSE = "GPL"
+
 PV = "10.2+svnr${SRCPV}"
-PR = "r2"
+SRCREV = "16684"
 
 SRC_URI = "svn://svn.xiph.org/trunk;module=cdparanoia;proto=http \
-         file://fixes10.patch \
-         file://Makefile.in.patch \
-         file://interface_Makefile.in.patch \
-         file://paranoia_Makefile.in.patch \
-         file://configure.in.patch "
+	 file://fixes10.patch \
+	 file://Makefile.in.patch \
+	 file://interface_Makefile.in.patch \
+	 file://paranoia_Makefile.in.patch \
+	 file://configure.in.patch "
 
-SRCREV = "16684"
 S = "${WORKDIR}/cdparanoia"
 
+PARALLEL_MAKE = ""
+
 inherit autotools
 
 do_install() {
-        oe_runmake BINDIR="${D}/usr/bin" MANDIR="${D}/usr/share/man/" \
-                   INCLUDEDIR="${D}/usr/include/" LIBDIR="${D}/usr/lib" install
+	oe_runmake BINDIR="${D}/usr/bin" MANDIR="${D}/usr/share/man/" \
+		   INCLUDEDIR="${D}/usr/include/" LIBDIR="${D}/usr/lib" install
 }
-
-PARALLEL_MAKE = ""





More information about the Openembedded-commits mailing list