[oe-commits] Nobuhiro Iwamatsu : media-ctl: Remove recipe

git at git.openembedded.org git at git.openembedded.org
Wed Dec 10 12:34:01 UTC 2014


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

Author: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj at renesas.com>
Date:   Mon Dec  8 10:19:09 2014 +0900

media-ctl: Remove recipe

media-ctl was merged into v4l-utils.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj at renesas.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-multimedia/v4l2apps/media-ctl_git.bb    | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/meta-oe/recipes-multimedia/v4l2apps/media-ctl_git.bb b/meta-oe/recipes-multimedia/v4l2apps/media-ctl_git.bb
deleted file mode 100644
index 86e5364..0000000
--- a/meta-oe/recipes-multimedia/v4l2apps/media-ctl_git.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-SUMMARY = "Media controller control application"
-LICENSE = "LGPLv2+"
-LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=d749e86a105281d7a44c2328acebc4b0"
-
-DEPENDS = "linux-libc-headers"
-
-SRC_URI = "git://git.ideasonboard.org/media-ctl.git"
-SRCREV = "a6ec4a37028952ffd6e62eb52648cf66248eb519"
-
-PV = "0.0.1"
-PR = "r4"
-S = "${WORKDIR}/git"
-
-inherit autotools pkgconfig
-
-EXTRA_OECONF = "--with-kernel-headers=${STAGING_EXECPREFIXDIR}"
-
-PACKAGES =+ "libmediactl libv4l2subdev"
-FILES_libmediactl = "${libdir}/libmediactl${SOLIBS}"
-FILES_libv4l2subdev = "${libdir}/libv4l2subdev${SOLIBS}"
-



More information about the Openembedded-commits mailing list