avoid tags in SRCREV

update some recipes on the way
This commit is contained in:
Markus Volk
2022-02-01 04:34:57 +01:00
parent 06cbbaeb7a
commit 49dbb1b91d
43 changed files with 73 additions and 68 deletions

View File

@ -13,7 +13,7 @@ SRC_URI = " \
"
PV = "0.6.1"
SRCREV = "v${PV}"
SRCREV = "a205468bc5d3a353fb15dae2398a101dff52f2d3"
S = "${WORKDIR}/git"
EXTRA_OECMAKE = " \
@ -35,5 +35,3 @@ EXTRA_OECMAKE = " \
CXXFLAGS:append:arm = " -mfp16-format=ieee"
do_compile[network] = "1"

View File

@ -1,14 +1,15 @@
SUMMARY = " C++ binding for Wayland using the most modern C++ technology"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=7f6b13e4480850c59e176edd427d996e"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3aae28cc66d61975114c2b14df215407"
SRC_URI = "git://github.com/NilsBrause/waylandpp.git;tag=${PV};protocol=https;branch=master"
SRC_URI = "git://github.com/NilsBrause/waylandpp.git;protocol=https;branch=master"
DEPENDS:class-native = " pugixml-native"
DEPENDS:class-target = " waylandpp-native wayland virtual/egl virtual/libgles2"
S = "${WORKDIR}/git"
PV = "0.2.8"
SRCREV = "e5bc48c12651872711ce08ec8da4871e7c522571"
PV = "0.2.9"
inherit cmake pkgconfig