mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
fca4f4f712
commit
c4a4cc8b6a
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user