From: AshishKumar Mishra <emailaddress.ashish@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: AshishKumar Mishra <ashishkumar.mishra@bmwtechworks.in>
Subject: [meta-oe][PATCH v3 3/3] android-tools: removes selinux dependency from android-tools_29.0.6.r14.bb
Date: Tue, 5 May 2026 20:36:33 +0530 [thread overview]
Message-ID: <20260505150634.192651-4-emailaddress.ashish@gmail.com> (raw)
In-Reply-To: <20260505150634.192651-1-emailaddress.ashish@gmail.com>
From: AshishKumar Mishra <ashishkumar.mishra@bmwtechworks.in>
Signed-off-by: AshishKumar Mishra <ashishkumar.mishra@bmwtechworks.in>
---
.../android-tools/android-tools_29.0.6.r14.bb | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/meta-oe/recipes-devtools/android-tools/android-tools_29.0.6.r14.bb b/meta-oe/recipes-devtools/android-tools/android-tools_29.0.6.r14.bb
index 3d4e95b496..b3a3f78254 100644
--- a/meta-oe/recipes-devtools/android-tools/android-tools_29.0.6.r14.bb
+++ b/meta-oe/recipes-devtools/android-tools/android-tools_29.0.6.r14.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = " \
file://${COMMON_LICENSE_DIR}/BSD-2-Clause;md5=cb641bc04cda31daea161b1bc15da69f \
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"
@@ -191,3 +191,6 @@ FILES:${PN}-fstools = "\
FILES:${PN} += "${libdir}/android ${libdir}/android/*"
BBCLASSEXTEND = "native"
+
+PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}"
+PACKAGECONFIG[selinux] = ",,libselinux"
--
2.43.0
next prev parent reply other threads:[~2026-05-05 15:07 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-05 15:06 [meta-oe][PATCH v3 0/3] android-tools: migration and cleanup AshishKumar Mishra
2026-05-05 15:06 ` [meta-oe][PATCH v3 1/3] android-tools: remove android-tools 5.x from meta-oe/recipes-devtools AshishKumar Mishra
2026-05-05 15:06 ` [meta-oe][PATCH v3 2/3] android-tools: move android-tools v29.x from dynamic-layers/selinux to meta-oe AshishKumar Mishra
2026-05-05 15:06 ` AshishKumar Mishra [this message]
2026-05-07 5:09 ` [meta-oe][PATCH v3 0/3] android-tools: migration and cleanup Ashish Mishra
2026-05-13 6:47 ` AshishKumar Mishra
2026-05-13 6:57 ` [oe] " Gyorgy Sarvari
2026-05-13 7:26 ` Khem Raj
2026-05-13 8:21 ` AshishKumar Mishra
2026-05-13 19:49 ` Khem Raj
2026-05-14 8:02 ` AshishKumar Mishra
2026-05-15 10:23 ` AshishKumar Mishra
2026-05-15 10:37 ` [oe] " Gyorgy Sarvari
2026-05-15 13:13 ` Khem Raj
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260505150634.192651-4-emailaddress.ashish@gmail.com \
--to=emailaddress.ashish@gmail.com \
--cc=ashishkumar.mishra@bmwtechworks.in \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.