Browse Source

eglinfo: Upgrade contained waf version to 2.0.11 release

Fixes build with python 3.7+ on build host

(From OE-Core rev: 3655743d0f37ced4323e84bfba5900bba0e9dea5)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Khem Raj 7 years ago
parent
commit
c756901cac
2 changed files with 172 additions and 1 deletions
  1. 5 1
      meta/recipes-graphics/eglinfo/eglinfo.inc
  2. 167 0
      meta/recipes-graphics/eglinfo/files/waf

+ 5 - 1
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}
 }

File diff suppressed because it is too large
+ 167 - 0
meta/recipes-graphics/eglinfo/files/waf


Some files were not shown because too many files changed in this diff