mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
selinux: Add git inc file for selinux bb recipes.
This commit is contained in:
parent
79e007d509
commit
f8b0394e7d
20
recipes-security/selinux/selinux_git.inc
Normal file
20
recipes-security/selinux/selinux_git.inc
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
HOMEPAGE = "http://userspace.selinuxproject.org"
|
||||
|
||||
SRC_URI = "git://oss.tresys.com/git/selinux.git;protocol=http"
|
||||
SRC_URI[md5sum] = "4ec64a0d24aaa77c80b86e74d271e464"
|
||||
SRC_URI[sha256sum] = "9c8a8643c9a4dd0eb76fcda1420d636b750b84b27656c6f8bc6886a829d7e520"
|
||||
|
||||
do_compile() {
|
||||
oe_runmake all \
|
||||
INCLUDEDIR='${STAGING_INCDIR}' \
|
||||
LIBDIR='${STAGING_LIBDIR}'
|
||||
}
|
||||
|
||||
do_install() {
|
||||
oe_runmake install \
|
||||
DESTDIR="${D}" \
|
||||
PREFIX="${D}/${prefix}" \
|
||||
INCLUDEDIR="${D}/${includedir}" \
|
||||
LIBDIR="${D}/${libdir}" \
|
||||
SHLIBDIR="${D}/${base_libdir}"
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user