From bd67d54f55611b1b38c4739fbe3b6662fa4bd4f9 Mon Sep 17 00:00:00 2001 From: Adrian Alonso Date: Tue, 13 Dec 2011 20:07:57 -0600 Subject: [PATCH] amd-gpu-x11-bin-mx51: add libz160 to rdepends * Add libz160 runtime dependency; libz160 was not installed in rootfs, adding libz160 dependecy info fix this. * Bump PR. Signed-off-by: Adrian Alonso --- .../amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb b/meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb index bccc986f..8bbe2558 100644 --- a/meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb +++ b/meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb @@ -4,11 +4,12 @@ DESCRIPTION = "GPU driver and apps for x11 on mx51" LICENSE = "MIT" SECTION = "libs" -PR = "r0" +PR = "r1" #todo: Replace for correct AMD license LIC_FILES_CHKSUM = "file://usr/include/VG/openvg.h;endline=30;md5=b0109611dd76961057d4c45ae6519802" DEPENDS = "virtual/libx11 libz160" +RDEPENDS = "libz160" SRC_URI = "file://${PN}-${PV}.tar.gz" SRC_URI[md5sum] = "499a2cc08dd48a6c5f7db8d231428548" -- 2.40.1