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

git version control git at git.openembedded.org
Mon Aug 9 19:26:25 UTC 2010


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

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Mon Aug  9 21:25:57 2010 +0200

cdparanoia: oe-stylize

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

---

 recipes/cdparanoia/cdparanoia_10.2.bb     |    9 ++++-----
 recipes/cdparanoia/cdparanoia_9.8alpha.bb |    8 +++-----
 recipes/cdparanoia/cdparanoia_svn.bb      |   23 ++++++++++-------------
 3 files changed, 17 insertions(+), 23 deletions(-)

diff --git a/recipes/cdparanoia/cdparanoia_10.2.bb b/recipes/cdparanoia/cdparanoia_10.2.bb
index 2e6648c..7bb6035 100644
--- a/recipes/cdparanoia/cdparanoia_10.2.bb
+++ b/recipes/cdparanoia/cdparanoia_10.2.bb
@@ -9,18 +9,17 @@ SRC_URI = "http://downloads.xiph.org/releases/cdparanoia/cdparanoia-III-10.2.src
          file://interface_Makefile.in.patch \
          file://paranoia_Makefile.in.patch \
          file://cdparanoia-III-10.2-privatefix.patch \
-	 file://configure.in.patch"
+         file://configure.in.patch"
+SRC_URI[md5sum] = "b304bbe8ab63373924a744eac9ebc652"
+SRC_URI[sha256sum] = "005db45ef4ee017f5c32ec124f913a0546e77014266c6a1c50df902a55fe64df"
 
 S = "${WORKDIR}/cdparanoia-III-10.2"
 
 inherit autotools
 
-PARALLEL_MAKE = ""
-
 do_install() {
         oe_runmake BINDIR="${D}/usr/bin" MANDIR="${D}/usr/share/man/" \
                    INCLUDEDIR="${D}/usr/include/" LIBDIR="${D}/usr/lib" install
 }
 
-SRC_URI[md5sum] = "b304bbe8ab63373924a744eac9ebc652"
-SRC_URI[sha256sum] = "005db45ef4ee017f5c32ec124f913a0546e77014266c6a1c50df902a55fe64df"
+PARALLEL_MAKE = ""
diff --git a/recipes/cdparanoia/cdparanoia_9.8alpha.bb b/recipes/cdparanoia/cdparanoia_9.8alpha.bb
index 2855814..44c4c5e 100644
--- a/recipes/cdparanoia/cdparanoia_9.8alpha.bb
+++ b/recipes/cdparanoia/cdparanoia_9.8alpha.bb
@@ -2,23 +2,21 @@
 # Copyright (C) 2005, Advanced Micro Devices, Inc.  All Rights Reserved
 # Released under the MIT license (see packages/COPYING)
 LICENSE = "GPL"
-
 PR = "r3"
 
 SRC_URI = "http://downloads.xiph.org/releases/cdparanoia/cdparanoia-III-alpha9.8.src.tgz \
          file://fixes.patch \
          file://Makefile.patch"
+SRC_URI[md5sum] = "7218e778b5970a86c958e597f952f193"
+SRC_URI[sha256sum] = "1b79fae1aedc692f87d1344410f5c6b666961afccdc78bc5c4c257c450dfa008"
 
 S = "${WORKDIR}/cdparanoia-III-alpha9.8"
 
 inherit autotools
 
-PARALLEL_MAKE = ""
-
 do_install() {
         oe_runmake BINDIR="${D}/usr/bin" MANDIR="${D}/usr/share/man/" \
                    INCLUDEDIR="${D}/usr/include/" LIBDIR="${D}/usr/lib" install
 }
 
-SRC_URI[md5sum] = "7218e778b5970a86c958e597f952f193"
-SRC_URI[sha256sum] = "1b79fae1aedc692f87d1344410f5c6b666961afccdc78bc5c4c257c450dfa008"
+PARALLEL_MAKE = ""
diff --git a/recipes/cdparanoia/cdparanoia_svn.bb b/recipes/cdparanoia/cdparanoia_svn.bb
index 2bad00e..56a5450 100644
--- a/recipes/cdparanoia/cdparanoia_svn.bb
+++ b/recipes/cdparanoia/cdparanoia_svn.bb
@@ -1,28 +1,25 @@
 # 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}"
-SRCREV = "16684"
+PR = "r2"
 
 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