aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/eglinfo/eglinfo.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-09-03 12:18:47 -0700
committerKhem Raj <raj.khem@gmail.com>2018-09-03 14:17:21 -0700
commitc23554ba6b96b566a0fe37b12cf4375858473648 (patch)
tree8b8273be51ba1f1a76d4580c124b55a4400bc940 /meta/recipes-graphics/eglinfo/eglinfo.inc
parent79f2f50f164248e382e0c192fd41ab04d255096b (diff)
downloadopenembedded-core-contrib-c23554ba6b96b566a0fe37b12cf4375858473648.tar.gz
eglinfo: Upgrade contained waf version to 2.0.11 releasekraj/misc
Fixes build with python 3.7+ on build host Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-graphics/eglinfo/eglinfo.inc')
-rw-r--r--meta/recipes-graphics/eglinfo/eglinfo.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-graphics/eglinfo/eglinfo.inc b/meta/recipes-graphics/eglinfo/eglinfo.inc
index c8f0e897bf..07ad07220b 100644
--- a/meta/recipes-graphics/eglinfo/eglinfo.inc
+++ b/meta/recipes-graphics/eglinfo/eglinfo.inc
@@ -7,9 +7,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8d4f33bc3add976f7dfae85dab66f03c"
DEPENDS = "virtual/egl"
SRC_URI = "git://github.com/dv1/eglinfo.git;branch=master \
+ file://waf \
file://0001-Add-STAGING_INCDIR-to-searchpath-for-egl-headers.patch \
file://0001-Check-for-libegl-using-pkg-config.patch \
- "
+ "
SRCREV = "4b317648ec6cf39556a9e5d8078f605bc0edd5de"
CVE_PRODUCT = "eglinfo"
@@ -29,6 +30,9 @@ EXTRA_OECONF = "--platform=${EGLINFO_PLATFORM} \
--device=${EGLINFO_DEVICE} \
--sysroot ${STAGING_DIR_TARGET}"
+do_configure_prepend() {
+ install -D -m 0755 ${WORKDIR}/waf ${S}/waf
+}
do_install_append() {
mv ${D}/${bindir}/eglinfo ${D}/${bindir}/${EGLINFO_BINARY_NAME}
}