mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
elogind: use tag for fetching
This commit is contained in:
parent
62bd4d2c0b
commit
4c42341e68
@ -5,12 +5,13 @@ SECTION = "base/shell"
|
|||||||
LICENSE = "LGPL-2.1"
|
LICENSE = "LGPL-2.1"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c"
|
LIC_FILES_CHKSUM = "file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/elogind/elogind.git;protocol=https;branch=main"
|
SRC_URI = "git://github.com/elogind/elogind.git;protocol=https;branch=v246-stable"
|
||||||
SRCREV = "3b9af47ffd29082bee325900d02cf76d5702ab4f"
|
|
||||||
|
|
||||||
DEPENDS += "gperf-native libcap eudev"
|
DEPENDS += "gperf-native libcap eudev"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
PV = "246.10"
|
||||||
|
SRCREV = "${PV}"
|
||||||
|
|
||||||
inherit meson
|
inherit meson
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user