mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-08-28 06:52:06 +02:00
avoid tags in SRCREV
update some recipes on the way
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
SUMMARY = "The sd-bus library, extracted from systemd."
|
||||
HOMEPAGE = "https://github.com/emersion/basu.git"
|
||||
HOMEPAGE = "https://sr.ht/~emersion/basu"
|
||||
SECTION = "base"
|
||||
LICENSE = "LGPL-2.1"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
SRC_URI = "git://github.com/emersion/basu.git;protocol=https;branch=master"
|
||||
SRC_URI = "git://git.sr.ht/~emersion/basu;protocol=https;branch=master"
|
||||
|
||||
DEPENDS += "gperf-native libcap"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.2.0"
|
||||
SRCREV = "v${PV}"
|
||||
SRCREV = "5fa970e868f25ebc79ccca9b1d9df4c030d97661"
|
||||
|
||||
inherit meson pkgconfig
|
||||
|
||||
|
@@ -5,17 +5,17 @@ SECTION = "base/shell"
|
||||
LICENSE = "LGPL-2.1"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
SRC_URI = "git://github.com/elogind/elogind.git;protocol=https;branch=v246-stable"
|
||||
SRC_URI = "git://github.com/elogind/elogind.git;protocol=https;nobranch=1"
|
||||
|
||||
DEPENDS += "gperf-native libcap eudev"
|
||||
DEPENDS += "gperf-native libcap eudev util-linux acl dbus python3-native polkit"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "246.10"
|
||||
SRCREV = "${PV}"
|
||||
PV = "248-pre"
|
||||
SRCREV = "eed62107e2165b6863ee95a730b8f93aa397b92d"
|
||||
|
||||
inherit meson pkgconfig
|
||||
|
||||
EXTRA_OEMESON += "--buildtype release"
|
||||
EXTRA_OEMESON += "--buildtype release -Dtranslations=false"
|
||||
|
||||
FILES:${PN} += "/usr"
|
||||
|
||||
|
@@ -24,7 +24,7 @@ PACKAGECONFIG ?= " \
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.6.3"
|
||||
SRCREV = "${PV}"
|
||||
SRCREV = "96a5de88595cb8ddc41a4beb72d213d1f8bfdc61"
|
||||
|
||||
inherit meson pkgconfig
|
||||
|
||||
|
Reference in New Issue
Block a user