[oe-commits] Andreas Oberritter : libcdio: fix build dependencies

GIT User account git at amethyst.openembedded.net
Tue Oct 21 10:48:52 UTC 2008


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

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Sat Oct 18 10:22:25 2008 +0200

libcdio: fix build dependencies

---

 packages/libcdio/libcdio_0.80.bb |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/packages/libcdio/libcdio_0.80.bb b/packages/libcdio/libcdio_0.80.bb
index 298abc1..4ab29cd 100644
--- a/packages/libcdio/libcdio_0.80.bb
+++ b/packages/libcdio/libcdio_0.80.bb
@@ -4,7 +4,7 @@ SECTION = "libs"
 PRIORITY = "optional"
 LICENSE = "GPL"
 MAINTAINER = "Andreas Frisch <andreas.frisch at multimedia-labs.de>"
-PR="r1"
+PR="r2"
 
 SRC_URI = "http://ftp.gnu.org/pub/gnu/libcdio/${PN}-${PV}.tar.gz\
 	    file://${PN}-${PV}-configure-crosscompile.patch;patch=1\
@@ -16,8 +16,7 @@ inherit pkgconfig autotools libtool
 
 EXTRA_OECONF="--enable-cddb --disable-cpp-progs --disable-vcd-info --disable-maintainer-mode --without-cd-paranoia --without-cdda-player --disable-cxx --disable-example-progs --disable-joliet --without-cd-drive --without-cd-read --without-iso-info --without-iso-read --without-cd-info"
 
-RDEPEND = "cddb? ( >=media-libs/libcddb-1.0.1 ) virtual/libintl"
-DEPEND = "sys-devel/gettext dev-util/pkgconfig"
+DEPENDS = "libcddb virtual/libintl"
 
 do_compile_append () {
 	install -d ${D}${bindir}





More information about the Openembedded-commits mailing list