diff options
author | Etienne Cordonnier <ecordonnier@snap.com> | 2023-03-02 12:59:59 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-03-06 10:21:41 -0800 |
commit | bd4c6b9d5d57e1868774088f272d9b07c49a7f99 (patch) | |
tree | 104b846c329f229c0229881e6c969159666498ff | |
parent | 1afdd9572a2e69ea2479eecc1b47aa38afbd50cb (diff) | |
download | meta-clang-bd4c6b9d5d57e1868774088f272d9b07c49a7f99.tar.gz |
android-tools-conf: remove PACKAGE_ARCH = MACHINE_ARCH
android-tools inherits the native class, and RDEPENDS on android-tools-conf.
This line causes an error when trying to build android-tools-native:
"""
ERROR: Required build target 'android-tools-native' has no buildable providers.
Missing or unbuildable dependency chain was: ['android-tools-native', 'clang-native-x86_64']
"""
Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
-rw-r--r-- | dynamic-layers/selinux/android-tools/android-tools-conf_1.0.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dynamic-layers/selinux/android-tools/android-tools-conf_1.0.bb b/dynamic-layers/selinux/android-tools/android-tools-conf_1.0.bb index 34b1a9b..06f5d55 100644 --- a/dynamic-layers/selinux/android-tools/android-tools-conf_1.0.bb +++ b/dynamic-layers/selinux/android-tools/android-tools-conf_1.0.bb | |||
@@ -5,8 +5,6 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda | |||
5 | 5 | ||
6 | SRC_URI = "file://android-gadget-setup" | 6 | SRC_URI = "file://android-gadget-setup" |
7 | 7 | ||
8 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
9 | |||
10 | do_install() { | 8 | do_install() { |
11 | install -d ${D}${bindir} | 9 | install -d ${D}${bindir} |
12 | install -m 0755 ${WORKDIR}/android-gadget-setup ${D}${bindir} | 10 | install -m 0755 ${WORKDIR}/android-gadget-setup ${D}${bindir} |