summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/lcdproc/lcdproc_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/lcdproc/lcdproc_git.bb')
-rw-r--r--meta-oe/recipes-extended/lcdproc/lcdproc_git.bb17
1 files changed, 10 insertions, 7 deletions
diff --git a/meta-oe/recipes-extended/lcdproc/lcdproc_git.bb b/meta-oe/recipes-extended/lcdproc/lcdproc_git.bb
index 7ddc55f5e7..275b984e47 100644
--- a/meta-oe/recipes-extended/lcdproc/lcdproc_git.bb
+++ b/meta-oe/recipes-extended/lcdproc/lcdproc_git.bb
@@ -7,22 +7,25 @@ LICENSE = "GPLv2+"
7DEPENDS = "ncurses lirc" 7DEPENDS = "ncurses lirc"
8 8
9LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760 \ 9LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760 \
10 file://README.md;beginline=107;md5=5c927ce1742d6d5cddc45b7ad6230f75" 10 file://README.md;beginline=107;md5=5db392f043253a2d64b1737068ce6b58"
11 11
12BASEPV = "0.5.9" 12PV = "0.5.9+git${SRCPV}"
13PV = "${BASEPV}+git${SRCPV}" 13SRCREV = "3a3d622d9bb74c44fa67bc20573751a207514134"
14SRCREV = "e08546c13a4157ed98cd4a8e9086e7acd66f93c0"
15SRC_URI = "git://github.com/lcdproc/lcdproc \ 14SRC_URI = "git://github.com/lcdproc/lcdproc \
16 file://0001-Fix-parallel-build-fix-port-internal-make-dependenci.patch \ 15 file://0001-Fix-parallel-build-fix-port-internal-make-dependenci.patch \
16 file://0002-Include-limits.h-for-PATH_MAX-definition.patch \
17 file://0003-Fix-non-x86-platforms-on-musl.patch \
17 " 18 "
18 19
19S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
20 21
21inherit autotools pkgconfig update-rc.d 22inherit autotools pkgconfig update-rc.d
22 23
23LCD_DRIVERS ?= "all,!irman,!svga" 24LCD_DRIVERS ?= "all,!irman,!svga${SERIALVFD}"
24LCD_DRIVERS_append_aarch64 = ",!serialVFD" 25SERIALVFD ?= ""
25LCD_DRIVERS_append_arm = ",!serialVFD" 26SERIALVFD_libc-musl = ",!serialVFD"
27SERIALVFD_libc-musl_x86 = ""
28SERIALVFD_libc-musl_x86-64 = ""
26 29
27LCD_DEFAULT_DRIVER ?= "curses" 30LCD_DEFAULT_DRIVER ?= "curses"
28 31