diff mbox series

libslirp: set the PV in the filename

Message ID 20250205161358.2834986-1-ross.burton@arm.com
State New
Headers show
Series libslirp: set the PV in the filename | expand

Commit Message

Ross Burton Feb. 5, 2025, 4:13 p.m. UTC
As this recipe builds the tagged releases we can put the PV in the
filename.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../slirp/{libslirp_git.bb => libslirp_4.9.0.bb}            | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
 rename meta/recipes-connectivity/slirp/{libslirp_git.bb => libslirp_4.9.0.bb} (92%)
diff mbox series

Patch

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