From: Fabio Estevam Date: Tue, 9 Jan 2024 01:09:50 +0000 (-0300) Subject: kmscube: Add package version X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be1b8f2c7f6763f64f7fdfd6e17586403bd63a7e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git kmscube: Add package version kmscube meson.build passes version : '0.0.1', so add a package version entry to match. Suggested-by: Martin Jansa Signed-off-by: Fabio Estevam Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-graphics/kmscube/kmscube_git.bb b/meta/recipes-graphics/kmscube/kmscube_git.bb index 63f29fd169f..505acb024ba 100644 --- a/meta/recipes-graphics/kmscube/kmscube_git.bb +++ b/meta/recipes-graphics/kmscube/kmscube_git.bb @@ -19,6 +19,9 @@ UPSTREAM_CHECK_COMMITS = "1" S = "${WORKDIR}/git" +BASEPV = "0.0.1" +PV = "${BASEPV}+git" + inherit meson pkgconfig features_check REQUIRED_DISTRO_FEATURES = "opengl"