diff mbox series

[meta-rockchip,3/4] u-boot: remove upstreamed dependency

Message ID 20240522230808.14409-3-twoerner@gmail.com
State New
Headers show
Series [meta-rockchip,1/4] rename root partition | expand

Commit Message

Trevor Woerner May 22, 2024, 11:08 p.m. UTC
The dependency on pyelftools is now in upstream oe-core making this one
redundant.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 recipes-bsp/u-boot/u-boot_%.bbappend | 2 --
 1 file changed, 2 deletions(-)

Comments

Quentin Schulz May 23, 2024, 8:02 a.m. UTC | #1
Hi Trevor,

On 5/23/24 1:08 AM, Trevor Woerner via lists.yoctoproject.org wrote:
> The dependency on pyelftools is now in upstream oe-core making this one
> redundant.
> 
> Signed-off-by: Trevor Woerner <twoerner@gmail.com>

I could add that this was added in:

70eca6a5ccf4 ("u-boot: add missing dependency on pyelftools-native")

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>

Thanks!
Quentin
diff mbox series

Patch

diff --git a/recipes-bsp/u-boot/u-boot_%.bbappend b/recipes-bsp/u-boot/u-boot_%.bbappend
index 33b521021a1c..5c9e442cca8d 100644
--- a/recipes-bsp/u-boot/u-boot_%.bbappend
+++ b/recipes-bsp/u-boot/u-boot_%.bbappend
@@ -3,8 +3,6 @@  FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
 SRC_URI:append:rk-u-boot-env = " file://rockchip-enable-environment-mmc.cfg"
 SRCREV:rk-u-boot-env = "cdfcc37428e06f4730ab9a17cc084eeb7676ea1a"
 
-# various machines require the pyelftools library for parsing dtb files
-DEPENDS:append = " python3-pyelftools-native"
 DEPENDS:append:rk3308 = " u-boot-tools-native"
 DEPENDS:append:rock-pi-4 = " gnutls-native"
 DEPENDS:append:rk-u-boot-env = " u-boot-mkenvimage-native"