From 989bef00bdae174eae9e58f92d1421105f1f692d Mon Sep 17 00:00:00 2001 From: smlee Date: Thu, 16 Aug 2018 11:39:44 +0900 Subject: [PATCH 1/1] [libvupl] example updated. --- .../libvupl-examples/libvupl-example-cube_0.2.0.bb | 26 ---------------------- .../libvupl-examples/libvupl-example-cube_0.2.1.bb | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta-openvuplus/recipes-extended/libvupl-examples/libvupl-example-cube_0.2.0.bb create mode 100644 meta-openvuplus/recipes-extended/libvupl-examples/libvupl-example-cube_0.2.1.bb diff --git a/meta-openvuplus/recipes-extended/libvupl-examples/libvupl-example-cube_0.2.0.bb b/meta-openvuplus/recipes-extended/libvupl-examples/libvupl-example-cube_0.2.0.bb deleted file mode 100644 index 2b5dde5..0000000 --- a/meta-openvuplus/recipes-extended/libvupl-examples/libvupl-example-cube_0.2.0.bb +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "Cube Demo example for libvupl" -SECTION = "devel" -HOMEPAGE = "https://code.google.com/archive/p/opengles-book-samples/" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=7c01ce978e205f99897d26c061b2c09a" - -PR = "r1" - -DEPENDS = "libvupl libgles" -RDEPENDS_${PN} = "libvupl libgles" - -SRC_URI = "http://archive.vuplus.com/download/build_support/${PN}-${PV}.${PR}.tar.gz" - -S = "${WORKDIR}/${PN}-${PV}" - -EXTRA_OECMAKE += "-DVUPLUS=1" - -inherit cmake - -do_install() { - install -d ${D}/usr/bin - install -m 0755 ${WORKDIR}/build/Simple_VertexShader/Simple_VertexShader ${D}/usr/bin/cube -} - -SRC_URI[md5sum] = "fe812abfc9c52ed26c4aa7192f94fe03" -SRC_URI[sha256sum] = "0cc58ec3d6d0d1be358e805268fa29704dde6fceeace8bc60d001bb63dac26ee" diff --git a/meta-openvuplus/recipes-extended/libvupl-examples/libvupl-example-cube_0.2.1.bb b/meta-openvuplus/recipes-extended/libvupl-examples/libvupl-example-cube_0.2.1.bb new file mode 100644 index 0000000..89d13d9 --- /dev/null +++ b/meta-openvuplus/recipes-extended/libvupl-examples/libvupl-example-cube_0.2.1.bb @@ -0,0 +1,26 @@ +DESCRIPTION = "Cube Demo example for libvupl" +SECTION = "devel" +HOMEPAGE = "https://code.google.com/archive/p/opengles-book-samples/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=7c01ce978e205f99897d26c061b2c09a" + +PR = "r1" + +DEPENDS = "libvupl libgles" +RDEPENDS_${PN} = "libvupl libgles" + +SRC_URI = "http://archive.vuplus.com/download/build_support/${PN}-${PV}.${PR}.tar.gz" + +S = "${WORKDIR}/${PN}-${PV}" + +EXTRA_OECMAKE += "-DVUPLUS=1" + +inherit cmake + +do_install() { + install -d ${D}/usr/bin + install -m 0755 ${WORKDIR}/build/Simple_VertexShader/Simple_VertexShader ${D}/usr/bin/cube +} + +SRC_URI[md5sum] = "a904074c39b7d37293e1ff2cfe990b77" +SRC_URI[sha256sum] = "eeda739794d85a79e0beaafd836136367ff50d85a7adf8bba5b40874c3377c9f" -- 2.7.4