diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-04-30 15:44:13 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-04-30 15:51:35 +0200 |
commit | 477fc2e392357cd49b6e92629e2369ea287b7e6e (patch) | |
tree | 0c3cd5e07f56484a67f1d91ece424aeaa1879603 /meta-oe | |
parent | cdf2652ef0560185f9a503402c0a69aeff6a4a2d (diff) | |
download | meta-openembedded-477fc2e392357cd49b6e92629e2369ea287b7e6e.tar.gz |
media-ctl: update to latest git
* split out libs
* media-ctl has been relicensed to LGPLv2.1+
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-multimedia/v4l2apps/media-ctl_git.bb | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/meta-oe/recipes-multimedia/v4l2apps/media-ctl_git.bb b/meta-oe/recipes-multimedia/v4l2apps/media-ctl_git.bb index 99ec8e255..76d811be9 100644 --- a/meta-oe/recipes-multimedia/v4l2apps/media-ctl_git.bb +++ b/meta-oe/recipes-multimedia/v4l2apps/media-ctl_git.bb | |||
@@ -1,16 +1,20 @@ | |||
1 | DESCRIPTION = "Media controller control application" | 1 | DESCRIPTION = "Media controller control application" |
2 | LICENSE = "GPLv2" | 2 | LICENSE = "LGPLv2+" |
3 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" | 3 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=d749e86a105281d7a44c2328acebc4b0" |
4 | 4 | ||
5 | SRC_URI = "git://git.ideasonboard.org/media-ctl.git;protocol=git" | 5 | SRC_URI = "git://git.ideasonboard.org/media-ctl.git;protocol=git" |
6 | SRCREV = "a183835abdefb8e40650fc9eb22e2d291aac9883" | 6 | SRCREV = "46bec667b675573cf1ce698c68112e3dbd31930e" |
7 | 7 | ||
8 | PV = "0.0.1" | 8 | PV = "0.0.1" |
9 | PR = "r1" | ||
9 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
10 | 11 | ||
11 | inherit autotools | 12 | inherit autotools |
12 | 13 | ||
13 | # It needs some kernel definitions for v4l2, so it isn't machine specific | 14 | # It needs some kernel definitions only for v4l2, so it isn't machine specific |
14 | EXTRA_OECONF = "--with-kernel-headers=${STAGING_KERNEL_DIR}" | 15 | EXTRA_OECONF = "--with-kernel-headers=${STAGING_KERNEL_DIR}" |
15 | 16 | ||
17 | PACKAGES =+ "libmediactl libv4l2subdev" | ||
18 | FILES_libmediactl = "${libdir}/libmediactl${SOLIBS}" | ||
19 | FILES_libv4l2subdev = "${libdir}/libv4l2subdev${SOLIBS}" | ||
16 | 20 | ||