From d45465b6c74239ae0b2982b1b563c188ad004338 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 18 Oct 2013 00:34:23 +0000 Subject: [PATCH] libdc1394: Remove redundant dependencies (From meta-openembedded rev: 6e6e0f4faf1b7db0acdbedd15a940bc83c444d2a) Signed-off-by: Khem Raj Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- .../meta-multimedia/recipes-multimedia/libdc1394/libdc1394_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-openembedded/meta-multimedia/recipes-multimedia/libdc1394/libdc1394_git.bb b/meta-openembedded/meta-multimedia/recipes-multimedia/libdc1394/libdc1394_git.bb index 87a12bd..2ce439d 100755 --- a/meta-openembedded/meta-multimedia/recipes-multimedia/libdc1394/libdc1394_git.bb +++ b/meta-openembedded/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" -- 2.7.4