Compare commits

...

4 Commits

Author SHA1 Message Date
Markus Volk
c9a4f337cf font-awesome-otf: update 2024-08-04 18:21:52 +02:00
Markus Volk
57d02fb5fe light: update SRC_URI 2024-08-04 18:19:42 +02:00
Markus Volk
98bdf8c50f ddcutil: update 2024-08-04 18:19:15 +02:00
Markus Volk
4a6abf7aaf cxxopts: update 2024-08-04 18:18:52 +02:00
4 changed files with 10 additions and 12 deletions

View File

@ -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

View File

@ -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"

View File

@ -11,8 +11,8 @@ SRC_URI = " \
"
S = "${WORKDIR}/git"
PV = "6.5.2"
SRCREV = "c0f460dca7f7688761120415ff3c9cf7f73119be"
PV = "6.6.0"
SRCREV = "37eff7fa00de26db41183a3ad8ed0e9119fbc44b"
do_install () {

View File

@ -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"