blob: e7795725bfbcad8a07a9c73d0cad61c747052584 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
require device-mapper.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/device-mapper;protocol=ssh;tag=911d8280f4873d65ea93f12a23eddf79a40b38eb"
require device-mapper-native-extraconf.inc
|