blob: 598a037b44d472d58a94a675627b7e3ae4983de6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
require cert-svc-ui.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/core/security/cert-svc-ui;protocol=ssh;tag=791bd0cb0ac099862c704933404a38c2f068c41b"
require cert-svc-ui-native-extraconf.inc
|