diff options
author | Ross Burton <ross.burton@arm.com> | 2025-02-05 16:13:58 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-10 13:03:57 +0000 |
commit | c4a4cc8b6a8176e5f6fb440fd76ff6d6f7eb9988 (patch) | |
tree | ac3704057fa2cbe7db0c9aa5d2f2656e577d0e98 | |
parent | fca4f4f712f51b703b33696f85d1aa6eb1f92bf3 (diff) | |
download | poky-c4a4cc8b6a8176e5f6fb440fd76ff6d6f7eb9988.tar.gz |
libslirp: set the PV in the filename
As this recipe builds the tagged releases we can put the PV in the
filename.
(From OE-Core rev: 2c7c9eb6ff996639a632059102de4d1168958eb6)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/slirp/libslirp_4.9.0.bb (renamed from meta/recipes-connectivity/slirp/libslirp_git.bb) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-connectivity/slirp/libslirp_git.bb b/meta/recipes-connectivity/slirp/libslirp_4.9.0.bb index 5b99a3168e..a159ed7c67 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" | |||
6 | 6 | ||
7 | SRC_URI = "git://gitlab.freedesktop.org/slirp/libslirp.git;protocol=https;branch=master" | 7 | SRC_URI = "git://gitlab.freedesktop.org/slirp/libslirp.git;protocol=https;branch=master" |
8 | SRCREV = "c32a8a1ccaae8490142e67e078336a95c5ffc956" | 8 | SRCREV = "c32a8a1ccaae8490142e67e078336a95c5ffc956" |
9 | PV = "4.9.0" | 9 | |
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
12 | DEPENDS = " \ | 12 | DEPENDS = "glib-2.0" |
13 | glib-2.0 \ | ||
14 | " | ||
15 | 13 | ||
16 | inherit meson pkgconfig | 14 | inherit meson pkgconfig |
17 | 15 | ||