summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/musl/musl-nscd_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/musl/musl-nscd_git.bb')
-rw-r--r--meta-oe/recipes-devtools/musl/musl-nscd_git.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-oe/recipes-devtools/musl/musl-nscd_git.bb b/meta-oe/recipes-devtools/musl/musl-nscd_git.bb
index ac2b5a266..82e5c3bc5 100644
--- a/meta-oe/recipes-devtools/musl/musl-nscd_git.bb
+++ b/meta-oe/recipes-devtools/musl/musl-nscd_git.bb
@@ -4,17 +4,15 @@
4DESCRIPTION = "Musl-nscd is an implementation of the NSCD protocol, suitable for use with musl and with standard NSS modules" 4DESCRIPTION = "Musl-nscd is an implementation of the NSCD protocol, suitable for use with musl and with standard NSS modules"
5HOMEPAGE = "https://github.com/pikhq/musl-nscd" 5HOMEPAGE = "https://github.com/pikhq/musl-nscd"
6LICENSE = "MIT" 6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=9bf479a145bcaff8489e743da58afeee" 7LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=fff9baeb9a392879d7fb25ba3a2696e4"
8SECTION = "utils" 8SECTION = "utils"
9 9
10DEPENDS += "flex-native bison-native flex bison" 10DEPENDS += "flex-native bison-native flex bison"
11 11
12PV = "1.0.2" 12PV = "1.1.0"
13 13
14SRCREV = "af581482a3e1059458f3c8b20a56f82807ca3bd4" 14SRCREV = "cddd6be6c629ca96f2d2e74ee52daf12bbef1f83"
15SRC_URI = "git://github.com/pikhq/musl-nscd;branch=master;protocol=https \ 15SRC_URI = "git://github.com/pikhq/musl-nscd;branch=master;protocol=https \
16 file://0001-Fix-build-under-GCC-fno-common.patch \
17 file://0001-configure-Check-for-flex-if-lex-is-not-found.patch \
18 file://0001-nsswitch.y-Replace-empty-bison-extension.patch \ 16 file://0001-nsswitch.y-Replace-empty-bison-extension.patch \
19 " 17 "
20 18