diff options
| -rw-r--r-- | meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb | 6 |
1 files changed, 5 insertions, 1 deletions
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 8bbe2558e..8ebaef369 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,7 +4,7 @@ | |||
| 4 | DESCRIPTION = "GPU driver and apps for x11 on mx51" | 4 | DESCRIPTION = "GPU driver and apps for x11 on mx51" |
| 5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
| 6 | SECTION = "libs" | 6 | SECTION = "libs" |
| 7 | PR = "r1" | 7 | PR = "r2" |
| 8 | 8 | ||
| 9 | #todo: Replace for correct AMD license | 9 | #todo: Replace for correct AMD license |
| 10 | LIC_FILES_CHKSUM = "file://usr/include/VG/openvg.h;endline=30;md5=b0109611dd76961057d4c45ae6519802" | 10 | LIC_FILES_CHKSUM = "file://usr/include/VG/openvg.h;endline=30;md5=b0109611dd76961057d4c45ae6519802" |
| @@ -32,6 +32,10 @@ do_install () { | |||
| 32 | install -m 0755 ${S}/usr/bin/* ${D}${bindir} | 32 | install -m 0755 ${S}/usr/bin/* ${D}${bindir} |
| 33 | } | 33 | } |
| 34 | 34 | ||
| 35 | |||
| 36 | INSANE_SKIP_${PN} = "ldflags" | ||
| 37 | INSANE_SKIP_${PN}-dev = "ldflags" | ||
| 38 | INSANE_SKIP_${PN}-staticdev = "ldflags" | ||
| 35 | FILES_${PN} = "${bindir}/* ${libdir}/*.so*" | 39 | FILES_${PN} = "${bindir}/* ${libdir}/*.so*" |
| 36 | FILES_${PN}-dev = "\ | 40 | FILES_${PN}-dev = "\ |
| 37 | ${includedir}/EGL/*.h \ | 41 | ${includedir}/EGL/*.h \ |
