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