summaryrefslogtreecommitdiffstats
path: root/recipes-extended/diod/diod_1.0.24.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/diod/diod_1.0.24.bb')
-rw-r--r--recipes-extended/diod/diod_1.0.24.bb13
1 files changed, 5 insertions, 8 deletions
diff --git a/recipes-extended/diod/diod_1.0.24.bb b/recipes-extended/diod/diod_1.0.24.bb
index 2b87a8ae..5e191dc0 100644
--- a/recipes-extended/diod/diod_1.0.24.bb
+++ b/recipes-extended/diod/diod_1.0.24.bb
@@ -9,22 +9,19 @@ LICENSE = "GPL-2.0-only"
9LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" 9LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
10 10
11PV = "1.0.24+git" 11PV = "1.0.24+git"
12SRCREV = "0ea3fe3d829b5085307cd27a512708d99ef48199" 12SRCREV = "b4b5e8e00ed11b21d7fcf05a080dc054a8eac2d6"
13SRC_URI = "git://github.com/chaos/diod.git;protocol=https;branch=master \ 13SRC_URI = "git://github.com/chaos/diod.git;protocol=https;branch=master \
14 file://diod \ 14 file://diod \
15 file://diod.conf \ 15 file://diod.conf \
16 file://0001-build-allow-builds-to-work-with-separate-build-dir.patch \ 16 file://0001-build-Find-lua-with-pkg-config.patch \
17 file://0002-auto.diod.in-remove-bashisms.patch \ 17 "
18 file://0001-diod-ops.c-add-header-file-for-makedev.patch \
19 file://0001-drod-add-option-to-config-systemddir.patch \
20 "
21DEPENDS = "libcap ncurses tcp-wrappers lua" 18DEPENDS = "libcap ncurses tcp-wrappers lua"
22 19
23EXTRA_OECONF = "--with-systemddir=${systemd_unitdir}/system" 20EXTRA_OEMAKE += "systemddir=${systemd_unitdir}/system"
24 21
25S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
26 23
27inherit autotools systemd 24inherit autotools pkgconfig systemd
28 25
29do_install:append () { 26do_install:append () {
30 # install our init based on start-stop-daemon 27 # install our init based on start-stop-daemon