As this recipe builds the tagged releases we can put the PV in the filename.
Signed-off-by: Ross Burton <[email protected]> --- .../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 --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 -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#210865): https://lists.openembedded.org/g/openembedded-core/message/210865 Mute This Topic: https://lists.openembedded.org/mt/111014979/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
