Skip to content

Commit

Permalink
webos: Drop SRCPV usage from PVs
Browse files Browse the repository at this point in the history
: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
  • Loading branch information
shr-project committed Aug 23, 2024
1 parent daa959e commit 7a1c10e
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion meta-webos/recipes-core/gator/gator.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion meta-webos/recipes-core/iotivity/iotivity_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion meta-webos/recipes-location/nmeaparser/nmeaparser.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion meta-webos/recipes-upstreamable/libbson/libbson_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion meta-webos/recipes-upstreamable/libhangul/libhangul.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion meta-webos/recipes-upstreamable/pyzy/pyzy.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion meta-webos/recipes-upstreamable/sunpinyin/sunpinyin.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion meta-webos/recipes-utils/vmwgfx-layout/vmwgfx-layout.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion meta-webos/recipes-webos/libgdrive/libgdrive.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7a1c10e

Please sign in to comment.