blob: 9493f62e0b9e863bd66bb3468b06bf1a9d12eff6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
require v4l-utils.inc
PRIORITY = "9"
inherit native
S = "${WORKDIR}/git"
LIC_FILES_CHKSUM ??= "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
SRC_URI += "git://review.tizen.org/platform/upstream/v4l-utils;protocol=ssh;tag=9e9479b7191e3ca64026aa67add29c260c17a83e"
require v4l-utils-native-extraconf.inc
|