wlroots: rename release version recipe

This commit is contained in:
Markus Volk 2022-12-08 07:48:24 +01:00
parent c8daeb931e
commit b4b3f39b58
2 changed files with 2 additions and 1 deletions

View File

@ -39,11 +39,12 @@ PACKAGECONFIG ?= " \
SRC_URI = " \ SRC_URI = " \
git://gitlab.freedesktop.org/wlroots/wlroots.git;branch=master;protocol=https \ git://gitlab.freedesktop.org/wlroots/wlroots.git;branch=master;protocol=https \
file://0001-backend-drm-meson.build-dont-use-native-hwdata-0.16.patch \ file://0001-backend-drm-meson.build-dont-use-native-hwdata.patch \
" "
SRCREV = "1712a7d27444d62f8da8eeedf0840b386a810e96" SRCREV = "1712a7d27444d62f8da8eeedf0840b386a810e96"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
PV = "0.16"
inherit meson pkgconfig features_check inherit meson pkgconfig features_check