mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
android-tools: removes selinux dependency from android-tools_29.0.6.r14.bb
Signed-off-by: AshishKumar Mishra <ashishkumar.mishra@bmwtechworks.in> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
committed by
Khem Raj
parent
66f56dda5e
commit
72dfc0df76
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = " \
|
|||||||
file://${COMMON_LICENSE_DIR}/BSD-2-Clause;md5=cb641bc04cda31daea161b1bc15da69f \
|
file://${COMMON_LICENSE_DIR}/BSD-2-Clause;md5=cb641bc04cda31daea161b1bc15da69f \
|
||||||
file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9 \
|
file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9 \
|
||||||
"
|
"
|
||||||
DEPENDS = "libbsd libpcre zlib libcap libusb squashfs-tools 7zip libselinux googletest"
|
DEPENDS = "libbsd libpcre zlib libcap libusb squashfs-tools 7zip googletest"
|
||||||
|
|
||||||
SRCREV_core = "abfd66fafcbb691d7860df059f1df1c9b1ef29da"
|
SRCREV_core = "abfd66fafcbb691d7860df059f1df1c9b1ef29da"
|
||||||
|
|
||||||
@@ -191,3 +191,6 @@ FILES:${PN}-fstools = "\
|
|||||||
FILES:${PN} += "${libdir}/android ${libdir}/android/*"
|
FILES:${PN} += "${libdir}/android ${libdir}/android/*"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|
||||||
|
PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}"
|
||||||
|
PACKAGECONFIG[selinux] = ",,libselinux"
|
||||||
|
|||||||
Reference in New Issue
Block a user