diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2023-05-31 10:59:48 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-31 10:59:48 -0300 |
commit | 9efac7ace543932334eeddfc74d441f64ac34e74 (patch) | |
tree | 2c3c8163a176d93357fba511701d5f96f401161b | |
parent | a846b664842f5903248a4269b6b82f8d0fcbbe7b (diff) | |
parent | c77a3e2391f5a2e26cd4b3b1664f577dae95a4b4 (diff) | |
download | meta-freescale-9efac7ace543932334eeddfc74d441f64ac34e74.tar.gz |
Merge pull request #1554 from Villemoes/uuu-drop-compat
uuu: drop bogus COMPATIBLE_MACHINE
-rw-r--r-- | recipes-devtools/uuu/uuu_git.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-devtools/uuu/uuu_git.bb b/recipes-devtools/uuu/uuu_git.bb index 08fa51c24..6b1ecb1f6 100644 --- a/recipes-devtools/uuu/uuu_git.bb +++ b/recipes-devtools/uuu/uuu_git.bb | |||
@@ -15,6 +15,4 @@ S = "${WORKDIR}/git" | |||
15 | 15 | ||
16 | DEPENDS = "libusb zlib bzip2 openssl" | 16 | DEPENDS = "libusb zlib bzip2 openssl" |
17 | 17 | ||
18 | COMPATIBLE_MACHINE = "(imx-generic-bsp)" | ||
19 | |||
20 | BBCLASSEXTEND = "native nativesdk" | 18 | BBCLASSEXTEND = "native nativesdk" |