[oe-commits] Frans Meulenbroeks : cdparanoia_svn.bb: updated SVN version; fixed LICENSE, added pkgconfig stuff

git version control git at git.openembedded.org
Sun Dec 5 20:54:41 UTC 2010


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

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sun Dec  5 21:52:36 2010 +0100

cdparanoia_svn.bb: updated SVN version; fixed LICENSE, added pkgconfig stuff

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

---

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

diff --git a/recipes/cdparanoia/cdparanoia_svn.bb b/recipes/cdparanoia/cdparanoia_svn.bb
index 5610450..bdbad60 100644
--- a/recipes/cdparanoia/cdparanoia_svn.bb
+++ b/recipes/cdparanoia/cdparanoia_svn.bb
@@ -2,11 +2,11 @@
 # Copyright (C) 2005, Advanced Micro Devices, Inc.  All Rights Reserved
 # Released under the MIT license (see packages/COPYING)
 
-PR = "r3"
-LICENSE = "GPL"
+PR = "r0"
+LICENSE = "GPLv2"
 
 PV = "10.2+svnr${SRCPV}"
-SRCREV = "16684"
+SRCREV = "17714"
 
 SRC_URI = "svn://svn.xiph.org/trunk;module=cdparanoia;proto=http \
 	 file://fixes10.patch \
@@ -19,7 +19,7 @@ S = "${WORKDIR}/cdparanoia"
 
 PARALLEL_MAKE = ""
 
-inherit autotools
+inherit autotools pkgconfig
 
 PACKAGES += "libcdparanoia libcdparanoia-dev libcdparanoia-static"
 
@@ -36,5 +36,7 @@ FILES_libcdparanoia-static = "${libdir}/*.a"
 
 do_install() {
 	oe_runmake BINDIR="${D}/usr/bin" MANDIR="${D}/usr/share/man/" \
-		   INCLUDEDIR="${D}/usr/include/" LIBDIR="${D}/usr/lib" install
+		   INCLUDEDIR="${D}/usr/include/" LIBDIR="${D}/usr/lib" \
+		   PKGCONFIGDIR="${D}/usr/lib/pkgconfig" \
+		   install
 }





More information about the Openembedded-commits mailing list