diff options
Diffstat (limited to 'meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb')
-rw-r--r-- | meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb b/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb index 3069528301..87dc7a7be6 100644 --- a/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb +++ b/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb | |||
@@ -2,23 +2,13 @@ SUMMARY = "Yet Another V4L2 Test Application" | |||
2 | LICENSE = "GPL-2.0-only" | 2 | LICENSE = "GPL-2.0-only" |
3 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" | 3 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" |
4 | 4 | ||
5 | SRC_URI = "git://git.ideasonboard.org/yavta.git;branch=master \ | 5 | SRC_URI = "git://git.ideasonboard.org/yavta.git;branch=master;protocol=https \ |
6 | " | 6 | " |
7 | SRCREV = "65f740aa1758531fd810339bc1b7d1d33666e28a" | 7 | SRCREV = "52c975e5542504ac10bed8b1d68df5c75951d202" |
8 | 8 | ||
9 | PV = "0.0" | 9 | PV = "0.0" |
10 | S = "${WORKDIR}/git" | ||
11 | |||
12 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | ||
13 | |||
14 | # The yavta sources include copies of the headers required to build in the | ||
15 | # include directory. The Makefile uses CFLAGS to include these, but since | ||
16 | # we override the CFLAGS then we need to add this include path back in. | ||
17 | CFLAGS += "-I${S}/include" | ||
18 | |||
19 | do_install() { | ||
20 | install -d ${D}${bindir} | ||
21 | install -m 0755 yavta ${D}${bindir} | ||
22 | } | ||
23 | 10 | ||
11 | # Upstream repo does not tag | ||
12 | UPSTREAM_CHECK_COMMITS = "1" | ||
24 | 13 | ||
14 | inherit meson | ||