mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-27 22:18:21 +01:00
Compare commits
4 Commits
4185a4eaa6
...
c9a4f337cf
Author | SHA1 | Date | |
---|---|---|---|
|
c9a4f337cf | ||
|
57d02fb5fe | ||
|
98bdf8c50f | ||
|
4a6abf7aaf |
@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8de00431559a76a1b43f6fd44f8f6689"
|
||||
SRC_URI = "git://github.com/jarro2783/cxxopts.git;protocol=https;branch=master"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "3.0.0"
|
||||
SRCREV = "c74846a891b3cc3bfa992d588b1295f528d43039"
|
||||
PV = "3.2.1"
|
||||
SRCREV = "4bf61f08697b110d9e3991864650a405b3dd515d"
|
||||
|
||||
inherit cmake
|
||||
|
||||
|
@ -6,11 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
SRC_URI = "git://github.com/rockowitz/ddcutil.git;protocol=https;branch=master"
|
||||
|
||||
DEPENDS = "i2c-tools glib-2.0 kmod"
|
||||
DEPENDS = "i2c-tools glib-2.0 kmod jansson"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "1.3.0"
|
||||
SRCREV = "207f6c75b01924bf5aa7faa4a6688eb2c14dfebf"
|
||||
PV = "2.1.4"
|
||||
SRCREV = "ca610f91d5483e19bfdae88bb0094973cc81fc95"
|
||||
|
||||
inherit autotools pkgconfig gobject-introspection
|
||||
|
||||
@ -30,5 +30,5 @@ do_install:append () {
|
||||
cp -rf ${D}${datadir}/ddcutil/data/* ${D}${sysconfdir}/udev/rules.d
|
||||
}
|
||||
|
||||
FILES:${PN} += "${sysconfdir}"
|
||||
FILES:${PN} += "${sysconfdir} ${libdir}/modules-load.d/ddcutil.conf"
|
||||
|
||||
|
@ -11,8 +11,8 @@ SRC_URI = " \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "6.5.2"
|
||||
SRCREV = "c0f460dca7f7688761120415ff3c9cf7f73119be"
|
||||
PV = "6.6.0"
|
||||
SRCREV = "37eff7fa00de26db41183a3ad8ed0e9119fbc44b"
|
||||
|
||||
|
||||
do_install () {
|
||||
|
@ -4,13 +4,11 @@ SECTION = "libs"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/haikarainen/light.git;protocol=https;branch=master \
|
||||
"
|
||||
SRC_URI = "git://gitlab.com/dpeukert/light;protocol=https;branch=main"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "1.2.2"
|
||||
SRCREV = "9faa9ae075f9e857aecb3eee8a028fc93108f1c2"
|
||||
SRCREV = "2a54078cbe3814105ee4f565f451b1b5947fbde0"
|
||||
|
||||
CFLAGS += " -fcommon"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user