From: Ross Burton Date: Wed, 5 Feb 2025 16:13:58 +0000 (+0000) Subject: libslirp: set the PV in the filename X-Git-Tag: yocto-5.2~550 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2c7c9eb6ff996639a632059102de4d1168958eb6;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libslirp: set the PV in the filename As this recipe builds the tagged releases we can put the PV in the filename. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/slirp/libslirp_git.bb b/meta/recipes-connectivity/slirp/libslirp_4.9.0.bb similarity index 92% rename from meta/recipes-connectivity/slirp/libslirp_git.bb rename to meta/recipes-connectivity/slirp/libslirp_4.9.0.bb index 5b99a3168e1..a159ed7c67d 100644 --- a/meta/recipes-connectivity/slirp/libslirp_git.bb +++ b/meta/recipes-connectivity/slirp/libslirp_4.9.0.bb @@ -6,12 +6,10 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=bca0186b14e6b05e338e729f106db727" SRC_URI = "git://gitlab.freedesktop.org/slirp/libslirp.git;protocol=https;branch=master" SRCREV = "c32a8a1ccaae8490142e67e078336a95c5ffc956" -PV = "4.9.0" + S = "${WORKDIR}/git" -DEPENDS = " \ - glib-2.0 \ -" +DEPENDS = "glib-2.0" inherit meson pkgconfig