mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
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>
This commit is contained in:
@@ -9,7 +9,7 @@ DEPENDS = "libusb1 openssl pcsc-lite"
|
||||
SRC_URI = "svn://www.streamboard.tv/svn/oscam;module=trunk;protocol=http \
|
||||
"
|
||||
SRCREV = "11718"
|
||||
PV = "1.10+${SRCPV}"
|
||||
PV = "1.10+"
|
||||
|
||||
S = "${WORKDIR}/trunk"
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ SRC_URI = "git://github.com/tvheadend/tvheadend.git;branch=master;protocol=https
|
||||
"
|
||||
|
||||
SRCREV = "cc602833684953fc3e6f1c89d4f08f6dfef179e3"
|
||||
PV = "4.3+git${SRCPV}"
|
||||
PV = "4.3+git"
|
||||
PKGV = "4.3+git${GITPKGV}"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8449a4f133a93f6254b496d4fb476e83"
|
||||
SRC_URI = "git://github.com/Arkq/bluez-alsa.git;protocol=https;branch=master"
|
||||
|
||||
SRCREV = "dd05a1baa261b94da9ba977b5e3392c8b4dc7a5e"
|
||||
PV = "4.0.0+git${SRCPV}"
|
||||
PV = "4.0.0+git"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
|
||||
DEPENDS = "glib-2.0 gssdp gupnp gupnp-av gupnp-dlna libsoup-2.4 libxml2 dleyna-core"
|
||||
RDEPENDS:${PN} = "dleyna-connector-dbus"
|
||||
|
||||
PV .= "+git${SRCPV}"
|
||||
PV .= "+git"
|
||||
SRC_URI = "git://github.com/01org/${BPN}.git;branch=master;protocol=https"
|
||||
SRCREV = "eb895ae82715e9889a948ffa810c0f828b4f4c76"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -3,7 +3,7 @@ SUMMARY = "The squish library (abbreviated to libsquish) is an open source DXT c
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://alpha.cpp;beginline=3;endline=22;md5=6665e479f71feb92d590ea9ae9b9f6d5"
|
||||
|
||||
PV = "1.10+git${SRCPV}"
|
||||
PV = "1.10+git"
|
||||
|
||||
SRCREV = "52e7d93c5947f72380521116c05d97c528863ba8"
|
||||
SRC_URI = "git://github.com/OpenELEC/libsquish.git;protocol=https;branch=master \
|
||||
|
||||
@@ -5,7 +5,7 @@ LICENSE = "LGPL-2.1-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=fbc093901857fcd118f065f900982c24"
|
||||
DEPENDS = "expat libxml2 libxml2-native neon neon-native libmusicbrainz-native"
|
||||
|
||||
PV = "5.1.0+git${SRCPV}"
|
||||
PV = "5.1.0+git"
|
||||
|
||||
SRCREV = "8be45b12a86bc0e46f2f836c8ac88e1e98d82aee"
|
||||
SRC_URI = "git://github.com/metabrainz/libmusicbrainz.git;branch=master;protocol=https \
|
||||
|
||||
@@ -6,7 +6,7 @@ LICENSE = "LGPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02"
|
||||
DEPENDS = "gstreamer1.0"
|
||||
SRCREV = "cb8977a6711657e32853159cd539d1d75fcbc772"
|
||||
PV = "0.3.1+git${SRCPV}"
|
||||
PV = "0.3.1+git"
|
||||
|
||||
SRC_URI = "git://github.com/kirushyk/gst-instruments.git;protocol=https;branch=master"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user