blob: 9887bd1295c9ab0ea652b29761373cca959da559 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
SRCREV = "1bac758bf6cf884c112b80545d5fc5b668fc7d71"
SRC_URI = "git://github.com/SELinuxProject/selinux.git;protocol=http"
include selinux_common.inc
# ${S} is set in selinux_common above, but we need to change it here since the
# top level directory is named differently
S = "${WORKDIR}/git/${BPN}"
DEFAULT_PREFERENCE = "-1"
|