summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-oe/recipes-devtools/musl/musl-nscd_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openembedded/meta-oe/recipes-devtools/musl/musl-nscd_git.bb')
-rw-r--r--meta-openembedded/meta-oe/recipes-devtools/musl/musl-nscd_git.bb11
1 files changed, 7 insertions, 4 deletions
diff --git a/meta-openembedded/meta-oe/recipes-devtools/musl/musl-nscd_git.bb b/meta-openembedded/meta-oe/recipes-devtools/musl/musl-nscd_git.bb
index 374f94409..83125a1ba 100644
--- a/meta-openembedded/meta-oe/recipes-devtools/musl/musl-nscd_git.bb
+++ b/meta-openembedded/meta-oe/recipes-devtools/musl/musl-nscd_git.bb
@@ -7,12 +7,15 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=9bf479a145bcaff8489e743da58afeee"
SECTION = "utils"
-PV = "1.0.2"
+DEPENDS += "flex-native bison-native flex bison"
-CFLAGS += "-fcommon"
+PV = "1.0.2"
-SRCREV = "8f278675e1b6a3a02c8ee1b8ca000f80570dc5d6"
-SRC_URI = "git://github.com/pikhq/musl-nscd"
+SRCREV = "af581482a3e1059458f3c8b20a56f82807ca3bd4"
+SRC_URI = "git://github.com/pikhq/musl-nscd \
+ file://0001-Fix-build-under-GCC-fno-common.patch \
+ file://0001-configure-Check-for-flex-if-lex-is-not-found.patch \
+ "
UPSTREAM_CHECK_COMMITS = "1"