recipes/libdvdread/libdvdread_0.9.7.bb: do not depends to libdvdcss
authorghost <andreas.monzner@multimedia-labs.de>
Fri, 19 Feb 2010 23:05:18 +0000 (00:05 +0100)
committerghost <andreas.monzner@multimedia-labs.de>
Fri, 19 Feb 2010 23:05:18 +0000 (00:05 +0100)
recipes/libdvdread/libdvdread_0.9.7.bb

index 9c9f7ef..e799a94 100644 (file)
@@ -4,9 +4,10 @@ It parses IFO files, reads NAV-blocks, and performs CSS authentication and descr
 HOMEPAGE = "http://www.dtek.chalmers.se/groups/dvd/development.shtml"
 LICENSE = "GPL"
 DEPENDS = "libdvdcss"
+DEPENDS_opendreambox = ""
 SECTION = "libs/multimedia"
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://www.dtek.chalmers.se/groups/dvd/dist/libdvdread-${PV}.tar.gz"
 
@@ -16,6 +17,8 @@ EXTRA_OECONF = " --with-libdvdcss-includes=${STAGING_INCDIR} \
                  --with-libdvdcss-libs=${STAGING_LIBDIR} \
 "
 
+EXTRA_OECONF_opendreambox = ""
+
 do_stage() {
        autotools_stage_all
 }