From 7a1c10ed86a84b68edca7d621a3e99c1b3b7cb3a Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 2 Oct 2023 18:10:35 +0200 Subject: [PATCH] webos: Drop SRCPV usage from PVs :Release Notes: Similarly like oe-core did in: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=843f82a246a535c353e08072f252d1dc78217872 :Detailed Notes: SRCPV is deferred now from PV to PKGV since: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRQ-691] Create GPVB with Yocto 4.3 Nanbield Change-Id: I81b0695b581b21eb1c2e4aa8ddb0eebd85846b5d --- meta-webos/recipes-core/gator/gator.inc | 2 +- meta-webos/recipes-core/iotivity/iotivity_git.bb | 2 +- meta-webos/recipes-location/nmeaparser/nmeaparser.bb | 2 +- meta-webos/recipes-upstreamable/googleapis/googleapis_git.bb | 2 +- meta-webos/recipes-upstreamable/libbson/libbson_git.bb | 2 +- meta-webos/recipes-upstreamable/libhangul/libhangul.bb | 2 +- meta-webos/recipes-upstreamable/pyzy/pyzy.bb | 2 +- meta-webos/recipes-upstreamable/sp-measure/sp-measure_git.bb | 2 +- meta-webos/recipes-upstreamable/sp-memusage/sp-memusage_git.bb | 2 +- meta-webos/recipes-upstreamable/sunpinyin/sunpinyin.bb | 2 +- meta-webos/recipes-utils/vmwgfx-layout/vmwgfx-layout.bb | 2 +- meta-webos/recipes-webos/libgdrive/libgdrive.bb | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/meta-webos/recipes-core/gator/gator.inc b/meta-webos/recipes-core/gator/gator.inc index a18657f42..b2ce456d1 100644 --- a/meta-webos/recipes-core/gator/gator.inc +++ b/meta-webos/recipes-core/gator/gator.inc @@ -9,4 +9,4 @@ INC_PR = "r5" SRC_URI = "git://github.com/ARM-software/gator.git;protocol=https;branch=main" SRCREV = "3ff46fedd4d097813156069edab9704cc65e0a42" -PV = "6.7+git${SRCPV}" +PV = "6.7+git" diff --git a/meta-webos/recipes-core/iotivity/iotivity_git.bb b/meta-webos/recipes-core/iotivity/iotivity_git.bb index 9e7349a3e..9f5e0048f 100644 --- a/meta-webos/recipes-core/iotivity/iotivity_git.bb +++ b/meta-webos/recipes-core/iotivity/iotivity_git.bb @@ -52,7 +52,7 @@ do_fetch[vardeps] = "SRCREV_main SRCREV_tinycbor SRCREV_gtest SRCREV_hippomocks S = "${WORKDIR}/git" PR = "r9" -PV = "1.3.99+git${SRCPV}" +PV = "1.3.99+git" inherit scons pkgconfig webos_filesystem_paths diff --git a/meta-webos/recipes-location/nmeaparser/nmeaparser.bb b/meta-webos/recipes-location/nmeaparser/nmeaparser.bb index 636faab89..f40b1f40f 100644 --- a/meta-webos/recipes-location/nmeaparser/nmeaparser.bb +++ b/meta-webos/recipes-location/nmeaparser/nmeaparser.bb @@ -8,7 +8,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=cf0a9a81f2741b7dba6a03714bd18a38" PR = "r1" -PV = "1.0+git${SRCPV}" +PV = "1.0+git" inherit webos_cmake diff --git a/meta-webos/recipes-upstreamable/googleapis/googleapis_git.bb b/meta-webos/recipes-upstreamable/googleapis/googleapis_git.bb index 913bb1c91..d51790cfe 100644 --- a/meta-webos/recipes-upstreamable/googleapis/googleapis_git.bb +++ b/meta-webos/recipes-upstreamable/googleapis/googleapis_git.bb @@ -6,7 +6,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" SECTION = "google/api" -PV = "git${SRCPV}" +PV = "git" PR = "r1" DEPENDS = "grpc-native" diff --git a/meta-webos/recipes-upstreamable/libbson/libbson_git.bb b/meta-webos/recipes-upstreamable/libbson/libbson_git.bb index 18d7e3d67..c959353f9 100644 --- a/meta-webos/recipes-upstreamable/libbson/libbson_git.bb +++ b/meta-webos/recipes-upstreamable/libbson/libbson_git.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" SECTION = "libs" PR = "r2" -PV = "0.98.0+git${SRCPV}" +PV = "0.98.0+git" # corresponds to 0.98.0 SRCREV = "b2d142f48676124e80578b5d491bd9aec50e748d" SRC_URI = "git://github.com/mongodb/${BPN};branch=master;protocol=https \ diff --git a/meta-webos/recipes-upstreamable/libhangul/libhangul.bb b/meta-webos/recipes-upstreamable/libhangul/libhangul.bb index ef77510ef..903fe0b89 100644 --- a/meta-webos/recipes-upstreamable/libhangul/libhangul.bb +++ b/meta-webos/recipes-upstreamable/libhangul/libhangul.bb @@ -14,7 +14,7 @@ inherit autotools inherit pkgconfig SRCREV = "4a71565b289ac0503673002527584dd356f70719" -PV = "0.1.0+git${SRCPV}" +PV = "0.1.0+git" EXTRA_OECONF += "--libdir=${libdir}/maliit/plugins" diff --git a/meta-webos/recipes-upstreamable/pyzy/pyzy.bb b/meta-webos/recipes-upstreamable/pyzy/pyzy.bb index bffc4237f..6baec8f28 100644 --- a/meta-webos/recipes-upstreamable/pyzy/pyzy.bb +++ b/meta-webos/recipes-upstreamable/pyzy/pyzy.bb @@ -13,7 +13,7 @@ inherit gettext autotools pkgconfig SRCREV = "d7747466562cb8b4bc2934708e29b7643c7bedbc" -PV = "0.1.0+git${SRCPV}" +PV = "0.1.0+git" PR = "r1" SRC_URI = "git://github.com/pyzy/pyzy.git;branch=master;protocol=https \ diff --git a/meta-webos/recipes-upstreamable/sp-measure/sp-measure_git.bb b/meta-webos/recipes-upstreamable/sp-measure/sp-measure_git.bb index 7a406c500..cf22ef63d 100644 --- a/meta-webos/recipes-upstreamable/sp-measure/sp-measure_git.bb +++ b/meta-webos/recipes-upstreamable/sp-measure/sp-measure_git.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" SRCREV = "bb4ced89842f8d2dc0b8a6bc5d631bb36355207b" PR = "r2" -PV = "1.3.5+git${SRCPV}" +PV = "1.3.5+git" inherit autotools-brokensep diff --git a/meta-webos/recipes-upstreamable/sp-memusage/sp-memusage_git.bb b/meta-webos/recipes-upstreamable/sp-memusage/sp-memusage_git.bb index d6d424150..8430c6a38 100644 --- a/meta-webos/recipes-upstreamable/sp-memusage/sp-memusage_git.bb +++ b/meta-webos/recipes-upstreamable/sp-memusage/sp-memusage_git.bb @@ -9,7 +9,7 @@ RDEPENDS:${PN} = "sp-measure" SRCREV = "65e6a729ce04cd90206689ae28fbabc4baf801f6" PR = "r6" -PV = "1.3.2+git${SRCPV}" +PV = "1.3.2+git" inherit autotools-brokensep diff --git a/meta-webos/recipes-upstreamable/sunpinyin/sunpinyin.bb b/meta-webos/recipes-upstreamable/sunpinyin/sunpinyin.bb index ea405c013..ae41c7a24 100644 --- a/meta-webos/recipes-upstreamable/sunpinyin/sunpinyin.bb +++ b/meta-webos/recipes-upstreamable/sunpinyin/sunpinyin.bb @@ -15,7 +15,7 @@ inherit pkgconfig scons perlnative BBCLASSEXTEND = "native" SRCREV = "f39c195db08661e894017507842991a1ef70bedf" -PV = "2.99+3.0.0-rc1+git${SRCPV}" +PV = "2.99+3.0.0-rc1+git" PR = "r4" SRC_URI[arpa.md5sum] = "20cdc36b3bd7ec28f7e39c2ebb810421" diff --git a/meta-webos/recipes-utils/vmwgfx-layout/vmwgfx-layout.bb b/meta-webos/recipes-utils/vmwgfx-layout/vmwgfx-layout.bb index 88dd1190a..90706f379 100644 --- a/meta-webos/recipes-utils/vmwgfx-layout/vmwgfx-layout.bb +++ b/meta-webos/recipes-utils/vmwgfx-layout/vmwgfx-layout.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c75985e733726beaba57bc5253e96d04" COMPATIBLE_MACHINE = "(qemux86|qemux86-64)" -PV = "0.1+git${SRCPV}" +PV = "0.1+git" PR = "r0" SRCREV = "8e43168d508abc2702a97f8b264ab08330465608" diff --git a/meta-webos/recipes-webos/libgdrive/libgdrive.bb b/meta-webos/recipes-webos/libgdrive/libgdrive.bb index a396efd19..116792a88 100644 --- a/meta-webos/recipes-webos/libgdrive/libgdrive.bb +++ b/meta-webos/recipes-webos/libgdrive/libgdrive.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=82938594632d748d209a71bb60e3cdcb \ DEPENDS = "curl" -PV = "0.0.1+git${SRCPV}" +PV = "0.0.1+git" PR = "r3" SRCREV_FORMAT = "libgdrive"