mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
pipewire: Deduce branch name from PV
Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc:Markus Volk <f_l_k@t-online.de>
This commit is contained in:
@@ -13,7 +13,8 @@ LIC_FILES_CHKSUM = " \
|
|||||||
DEPENDS = "dbus ncurses"
|
DEPENDS = "dbus ncurses"
|
||||||
|
|
||||||
SRCREV = "2eb8cf5dc780ca22b94545f1254497a428c412f5"
|
SRCREV = "2eb8cf5dc780ca22b94545f1254497a428c412f5"
|
||||||
SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=master;protocol=https"
|
BRANCH = "${@oe.utils.trim_version('${PV}', 2)}"
|
||||||
|
SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=${BRANCH};protocol=https"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user