[oe-commits] Khem Raj : libdc1394: Remove redundant dependencies

git at git.openembedded.org git at git.openembedded.org
Mon Oct 21 10:00:45 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 6e6e0f4faf1b7db0acdbedd15a940bc83c444d2a
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=6e6e0f4faf1b7db0acdbedd15a940bc83c444d2a

Author: Khem Raj <raj.khem at gmail.com>
Date:   Fri Oct 18 00:34:23 2013 +0000

libdc1394: Remove redundant dependencies

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-multimedia/libdc1394/libdc1394_git.bb  |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-multimedia/recipes-multimedia/libdc1394/libdc1394_git.bb b/meta-multimedia/recipes-multimedia/libdc1394/libdc1394_git.bb
index 87a12bd..2ce439d 100755
--- a/meta-multimedia/recipes-multimedia/libdc1394/libdc1394_git.bb
+++ b/meta-multimedia/recipes-multimedia/libdc1394/libdc1394_git.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://sourceforge.net/projects/libdc1394/"
 SECTION = "libs"
 LICENSE = "LGPL-2.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=c848e78d9a4a5cc69906178e4d6fbd64"
-DEPENDS += "libxv virtual/libsdl virtual/libx11 libusb1 libraw1394"
+DEPENDS += "libusb1 libraw1394"
 
 PV = "2.2.1+gitr${SRCPV}"
 
@@ -15,6 +15,6 @@ SRC_URI = "git://git.code.sf.net/p/libdc1394/code;branch=master;protocol=git \
 
 S = "${WORKDIR}/git/${PN}"
 
-inherit autotools pkgconfig sdl
+inherit autotools pkgconfig
 
 EXTRA_OECONF += "--disable-doxygen-doc"



More information about the Openembedded-commits mailing list