aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-10-03 09:21:05 +0200
committerKoen Kooi <koen@openembedded.org>2010-10-03 09:21:05 +0200
commit92e23e98bdbd1bdacb23f5d2c848159cbab6d057 (patch)
tree4295e25a3f43b7048effe7e3d5fe528be2be5330
parent23c3ccb8f6ee26d3e20539ac8a615eb1fce61ad2 (diff)
downloadopenembedded-92e23e98bdbd1bdacb23f5d2c848159cbab6d057.tar.gz
libcdio: remove deprecated field, fix DEPENDS
libcddb: fix DEPENDS
-rw-r--r--recipes/libcddb/libcddb_1.3.2.bb3
-rw-r--r--recipes/libcdio/libcdio.inc2
2 files changed, 3 insertions, 2 deletions
diff --git a/recipes/libcddb/libcddb_1.3.2.bb b/recipes/libcddb/libcddb_1.3.2.bb
index 853956978f..a7ad612e70 100644
--- a/recipes/libcddb/libcddb_1.3.2.bb
+++ b/recipes/libcddb/libcddb_1.3.2.bb
@@ -3,7 +3,8 @@ HOMEPAGE = "http://libcddb.sourceforge.net"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "LGPLv2"
-MAINTAINER = "Andreas Frisch <andreas.frisch@multimedia-labs.de>"
+
+DEPENDS = "libcdio"
SRC_URI = "http://downloads.sourceforge.net/${PN}/${P}.tar.bz2"
diff --git a/recipes/libcdio/libcdio.inc b/recipes/libcdio/libcdio.inc
index 7030293bf8..e84c25def4 100644
--- a/recipes/libcdio/libcdio.inc
+++ b/recipes/libcdio/libcdio.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.gnu.org/software/libcdio/"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPLv3+"
-DEPENDS = "libcddb ncurses"
+DEPENDS = "ncurses"
INC_PR = "r1"
SRC_URI = "${GNU_MIRROR}/${PN}/${P}.tar.gz"