From: "Yew, Chang Ching" <[email protected]> Signed-off-by: Yew, Chang Ching <[email protected]> --- ...{libva-intel_2.11.0.bb => libva-intel_2.12.0.pre1.bb} | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) rename recipes-graphics/libva/{libva-intel_2.11.0.bb => libva-intel_2.12.0.pre1.bb} (86%)
diff --git a/recipes-graphics/libva/libva-intel_2.11.0.bb b/recipes-graphics/libva/libva-intel_2.12.0.pre1.bb similarity index 86% rename from recipes-graphics/libva/libva-intel_2.11.0.bb rename to recipes-graphics/libva/libva-intel_2.12.0.pre1.bb index 406f6f68..f5d4b422 100644 --- a/recipes-graphics/libva/libva-intel_2.11.0.bb +++ b/recipes-graphics/libva/libva-intel_2.12.0.pre1.bb @@ -17,12 +17,11 @@ SECTION = "x11" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f" -SRC_URI = "https://github.com/intel/libva/releases/download/${PV}/libva-${PV}.tar.bz2" -SRC_URI[sha256sum] = "6e361117038b571ad4741d38c9280db8c140b17e76e8c01fc7a4d608d3ed7d5d" +SRC_URI = "git://github.com/intel/libva.git" +SRCREV = "8803fc5363b635f950dc904e880a35f1c13eae88" +S = "${WORKDIR}/git" -S = "${WORKDIR}/libva-${PV}" - -UPSTREAM_CHECK_URI = "https://github.com/intel/libva/releases" +UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" DEPENDS = "libdrm" -- 2.32.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7085): https://lists.yoctoproject.org/g/meta-intel/message/7085 Mute This Topic: https://lists.yoctoproject.org/mt/83438976/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
