aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/amd-gpu-x11-bin
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/amd-gpu-x11-bin')
-rw-r--r--recipes-graphics/amd-gpu-x11-bin/libz160_11.05.01.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-graphics/amd-gpu-x11-bin/libz160_11.05.01.bb b/recipes-graphics/amd-gpu-x11-bin/libz160_11.05.01.bb
index 4257bcd..1561690 100644
--- a/recipes-graphics/amd-gpu-x11-bin/libz160_11.05.01.bb
+++ b/recipes-graphics/amd-gpu-x11-bin/libz160_11.05.01.bb
@@ -4,11 +4,10 @@
DESCRIPTION = "AMD libz160 gpu driver"
LICENSE = "MIT"
SECTION = "libs"
-PR = "r0"
+PR = "r1"
#todo: Replace for correct AMD license
LIC_FILES_CHKSUM = "file://usr/include/z160.h;endline=28;md5=65dd44cd769091092f38e34cd52cc271"
-RDEPENDS_${PN}-dev = ""
SRC_URI = "http://auslxsc01.mtwk.freescale.net/ppp/${PN}-bin-${PV}.tar.gz"
SRC_URI[md5sum] = "f934ab967285aad10ec4bb0263ad549f"
@@ -22,3 +21,5 @@ do_install () {
}
S = "${WORKDIR}/${PN}-bin-${PV}"
+FILES_${PN} = "${libdir}/*.so*"
+FILES_${PN}-dev = "${includedir}/*.h"