Hi Chang Ching On Thu, 2021-06-10 at 14:07 +0800, Yew, Chang Ching wrote: > 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
This will give warnings when we upgrade the recipe later to 2.12.0. Can you please change the recipe name to libva-intel_git.bb and change PV as per: https://docs.yoctoproject.org/dev-manual/common-tasks.html?highlight=realpv#properly-versioning-pre-release-recipes Thanks, Anuj > ++++----- > 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" > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7090): https://lists.yoctoproject.org/g/meta-intel/message/7090 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]] -=-=-=-=-=-=-=-=-=-=-=-
