diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2024-02-06 14:13:08 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-09 09:52:12 -0800 |
| commit | 21f956598ddb1bb08855fbc9a3293acf957154d1 (patch) | |
| tree | 81f729e5b1f24baa159334f289c2eb15968a4fc6 /meta-oe/recipes-core | |
| parent | e3489d11504b4ccbd8f7cb3e24c3b9477cf744b7 (diff) | |
| download | meta-openembedded-21f956598ddb1bb08855fbc9a3293acf957154d1.tar.gz | |
recipes: drop ${SRCPV} usage
* Drop SRCPV similarly like oe-core did in:
https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=843f82a246a535c353e08072f252d1dc78217872
* SRCPV is deferred now from PV to PKGV since:
https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=a8e7b0f932b9ea69b3a218fca18041676c65aba0
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core')
| -rw-r--r-- | meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-core/glfw/glfw_3.3.8.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-core/libnfc/libnfc_git.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-core/mdbus2/mdbus2_git.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-core/musl-rpmatch/musl-rpmatch_git.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-core/opencl/opencl-clhpp_git.bb | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb b/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb index d096cd618e..122a3f9916 100644 --- a/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb +++ b/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb | |||
| @@ -3,7 +3,7 @@ LICENSE = "LGPL-2.1-or-later" | |||
| 3 | LIC_FILES_CHKSUM = "file://dbus-daemon-proxy.c;endline=19;md5=41df6d21fe1c97d6a1cc22a5bf374cba" | 3 | LIC_FILES_CHKSUM = "file://dbus-daemon-proxy.c;endline=19;md5=41df6d21fe1c97d6a1cc22a5bf374cba" |
| 4 | DEPENDS = "dbus dbus-glib" | 4 | DEPENDS = "dbus dbus-glib" |
| 5 | SRCREV = "1226a0a1374628ff191f6d8a56000be5e53e7608" | 5 | SRCREV = "1226a0a1374628ff191f6d8a56000be5e53e7608" |
| 6 | PV = "0.0.0+gitr${SRCPV}" | 6 | PV = "0.0.0+gitr" |
| 7 | PR = "r1.59" | 7 | PR = "r1.59" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/alban/dbus-daemon-proxy;branch=master;protocol=https \ | 9 | SRC_URI = "git://github.com/alban/dbus-daemon-proxy;branch=master;protocol=https \ |
diff --git a/meta-oe/recipes-core/glfw/glfw_3.3.8.bb b/meta-oe/recipes-core/glfw/glfw_3.3.8.bb index ad7a3a7ed4..684355ef3e 100644 --- a/meta-oe/recipes-core/glfw/glfw_3.3.8.bb +++ b/meta-oe/recipes-core/glfw/glfw_3.3.8.bb | |||
| @@ -10,7 +10,7 @@ SECTION = "lib" | |||
| 10 | 10 | ||
| 11 | inherit pkgconfig cmake features_check | 11 | inherit pkgconfig cmake features_check |
| 12 | 12 | ||
| 13 | PV .= "+git${SRCPV}" | 13 | PV .= "+git" |
| 14 | SRCREV = "7482de6071d21db77a7236155da44c172a7f6c9e" | 14 | SRCREV = "7482de6071d21db77a7236155da44c172a7f6c9e" |
| 15 | SRC_URI = "git://github.com/glfw/glfw.git;branch=3.3-stable;protocol=https" | 15 | SRC_URI = "git://github.com/glfw/glfw.git;branch=3.3-stable;protocol=https" |
| 16 | 16 | ||
diff --git a/meta-oe/recipes-core/libnfc/libnfc_git.bb b/meta-oe/recipes-core/libnfc/libnfc_git.bb index 9733749628..a97a2841f7 100644 --- a/meta-oe/recipes-core/libnfc/libnfc_git.bb +++ b/meta-oe/recipes-core/libnfc/libnfc_git.bb | |||
| @@ -7,7 +7,7 @@ SECTION = "libs" | |||
| 7 | 7 | ||
| 8 | inherit autotools pkgconfig | 8 | inherit autotools pkgconfig |
| 9 | 9 | ||
| 10 | PV = "1.8.0+git${SRCPV}" | 10 | PV = "1.8.0+git" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | SRCREV = "f02ff51449240102c27a97173dc495e8e7789046" | 13 | SRCREV = "f02ff51449240102c27a97173dc495e8e7789046" |
diff --git a/meta-oe/recipes-core/mdbus2/mdbus2_git.bb b/meta-oe/recipes-core/mdbus2/mdbus2_git.bb index c6db78b4ab..a7ac358f27 100644 --- a/meta-oe/recipes-core/mdbus2/mdbus2_git.bb +++ b/meta-oe/recipes-core/mdbus2/mdbus2_git.bb | |||
| @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07" | |||
| 4 | 4 | ||
| 5 | DEPENDS = "readline" | 5 | DEPENDS = "readline" |
| 6 | 6 | ||
| 7 | PV = "2.3.3+git${SRCPV}" | 7 | PV = "2.3.3+git" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/freesmartphone/mdbus.git;protocol=https;branch=master \ | 9 | SRC_URI = "git://github.com/freesmartphone/mdbus.git;protocol=https;branch=master \ |
| 10 | file://0001-Fix-arguments-in-GLib.DBusSignalCallback-for-Vala-0..patch \ | 10 | file://0001-Fix-arguments-in-GLib.DBusSignalCallback-for-Vala-0..patch \ |
diff --git a/meta-oe/recipes-core/musl-rpmatch/musl-rpmatch_git.bb b/meta-oe/recipes-core/musl-rpmatch/musl-rpmatch_git.bb index 163a74ebe3..0bb45b8eaf 100644 --- a/meta-oe/recipes-core/musl-rpmatch/musl-rpmatch_git.bb +++ b/meta-oe/recipes-core/musl-rpmatch/musl-rpmatch_git.bb | |||
| @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=81a81bf31abecc50c20862fc8a716329" | |||
| 4 | 4 | ||
| 5 | SRC_URI = "gitsm://github.com/pullmoll/musl-rpmatch.git;protocol=https;branch=master" | 5 | SRC_URI = "gitsm://github.com/pullmoll/musl-rpmatch.git;protocol=https;branch=master" |
| 6 | 6 | ||
| 7 | PV = "1.0+git${SRCPV}" | 7 | PV = "1.0+git" |
| 8 | SRCREV = "46267b154987d3e1f25d3a75423faa62bb5ee342" | 8 | SRCREV = "46267b154987d3e1f25d3a75423faa62bb5ee342" |
| 9 | 9 | ||
| 10 | inherit autotools | 10 | inherit autotools |
diff --git a/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb b/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb index 8a712602cc..7ae0362d37 100644 --- a/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb +++ b/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb | |||
| @@ -6,7 +6,7 @@ SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https;branch= | |||
| 6 | LICENSE = "Apache-2.0" | 6 | LICENSE = "Apache-2.0" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" | 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 8 | 8 | ||
| 9 | PV = "2.0.16+git${SRCPV}" | 9 | PV = "2.0.16+git" |
| 10 | SRCREV = "1df82b9749739f2681081092ae163bb0f0d40f66" | 10 | SRCREV = "1df82b9749739f2681081092ae163bb0f0d40f66" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
