[meta-ti] [thud][PATCH] ti-img-rogue-umlibs: Add missing wayland, expat rdepends

Denys Dmytriyenko denys at ti.com
Tue Jul 2 09:32:49 PDT 2019


On Mon, Jul 01, 2019 at 06:47:27PM -0500, Gowtham Tammana wrote:
> Signed-off-by: Gowtham Tammana <g-tammana at ti.com>
> ---
>  .../libgles/ti-img-rogue-umlibs_1.10.5187610.bb             | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5187610.bb b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5187610.bb
> index f21432e2..26dfb7ca 100644
> --- a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5187610.bb
> +++ b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5187610.bb
> @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7232b98c1c58f99e3baa03de5207e76f"
>  PACKAGE_ARCH = "${MACHINE_ARCH}"
>  COMPATIBLE_MACHINE = "j7-evm"
>  
> -PR = "r6"
> +PR = "r7"
>  
>  BRANCH = "linuxws/thud/k4.19/${PV}"
>  
> @@ -24,10 +24,10 @@ inherit update-rc.d
>  
>  PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 virtual/libgbm"
>  
> -DEPENDS += "libdrm"
> +DEPENDS += "libdrm wayland expat"

I don't believe you need these in DEPENDS - these are build-time dependencies.


>  RDEPENDS_${PN} += "bash"
>  RDEPENDS_${PN} += "python-core"
> -RDEPENDS_${PN} += "ti-img-rogue-driver"
> +RDEPENDS_${PN} += "ti-img-rogue-driver wayland expat"
>  
>  RPROVIDES_${PN} = "libegl libgles1 libgles2 libgbm"
>  RPROVIDES_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev libgbm-dev"
> -- 
> 2.22.0
> 


More information about the meta-ti mailing list