Compare commits

..

No commits in common. "c9a4f337cf779fdcb35ced3b1dc038d513304451" and "4185a4eaa6a7c19315a37e0526c267796e35a3ea" have entirely different histories.

4 changed files with 12 additions and 10 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.2.1"
SRCREV = "4bf61f08697b110d9e3991864650a405b3dd515d"
PV = "3.0.0"
SRCREV = "c74846a891b3cc3bfa992d588b1295f528d43039"
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 jansson"
DEPENDS = "i2c-tools glib-2.0 kmod"
S = "${WORKDIR}/git"
PV = "2.1.4"
SRCREV = "ca610f91d5483e19bfdae88bb0094973cc81fc95"
PV = "1.3.0"
SRCREV = "207f6c75b01924bf5aa7faa4a6688eb2c14dfebf"
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} ${libdir}/modules-load.d/ddcutil.conf"
FILES:${PN} += "${sysconfdir}"

View File

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

View File

@ -4,11 +4,13 @@ SECTION = "libs"
LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
SRC_URI = "git://gitlab.com/dpeukert/light;protocol=https;branch=main"
SRC_URI = " \
git://github.com/haikarainen/light.git;protocol=https;branch=master \
"
S = "${WORKDIR}/git"
PV = "1.2.2"
SRCREV = "2a54078cbe3814105ee4f565f451b1b5947fbde0"
SRCREV = "9faa9ae075f9e857aecb3eee8a028fc93108f1c2"
CFLAGS += " -fcommon"