diff options
author | Ryan Eatmon <reatmon@ti.com> | 2023-08-28 17:03:12 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-08-29 09:54:17 -0500 |
commit | 5e0b4fa2e7f48392e03735fe2489f1f208b267bb (patch) | |
tree | 77764c56433b4720d16202793bd28560c62c5e91 /meta-ti-bsp/recipes-graphics/powervr-umlibs | |
parent | d958630a7150c1d7ae8e7b11b5d73fdd86408611 (diff) | |
download | meta-ti-5e0b4fa2e7f48392e03735fe2489f1f208b267bb.tar.gz |
ti-img-rogue-umlibs: Reset INHIBIT_DEFAULT_DEPS
A recent change to oe-core [1], has caused a pile of QA errors during
packaging for this binary package. The effect of the change in oe-core
was to remove the dependency on the compiler and other compiler adjacent
libraries. But the binary packages need some of the compiler tools as
part of the packaging flow (ie. objdump).
Until the above gets reverted, this patch will fix the issue and can be
reverted itself once oe-core is fixed.
[1] https://git.openembedded.org/openembedded-core/commit/?h=master&id=d1d09bd4d7be88f0e341d5fccbfbefeb98d4b727
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-graphics/powervr-umlibs')
-rw-r--r-- | meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_23.1.6404501.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_23.1.6404501.bb b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_23.1.6404501.bb index f748bd0f..9b45a91f 100644 --- a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_23.1.6404501.bb +++ b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_23.1.6404501.bb | |||
@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/git/LICENSE;md5=7232b98c1c58f99e3baa03de52 | |||
5 | 5 | ||
6 | inherit bin_package | 6 | inherit bin_package |
7 | 7 | ||
8 | INHIBIT_DEFAULT_DEPS = "" | ||
9 | |||
8 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 10 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
9 | COMPATIBLE_MACHINE = "j721e|j721s2|j784s4|am62xx" | 11 | COMPATIBLE_MACHINE = "j721e|j721s2|j784s4|am62xx" |
10 | 12 | ||