summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-core/safec/safec_3.4.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/safec/safec_3.4.bb b/meta-oe/recipes-core/safec/safec_3.4.bb
index b4c125faf..cc1fbcb73 100644
--- a/meta-oe/recipes-core/safec/safec_3.4.bb
+++ b/meta-oe/recipes-core/safec/safec_3.4.bb
@@ -10,6 +10,8 @@ S = "${WORKDIR}/git"
10SRCREV = "62e6b2df55084316d027165d286e46beb40513dc" 10SRCREV = "62e6b2df55084316d027165d286e46beb40513dc"
11SRC_URI = "git://github.com/rurban/safeclib.git" 11SRC_URI = "git://github.com/rurban/safeclib.git"
12 12
13CPPFLAGS_append_libc-musl = " -D_GNU_SOURCE"
14
13COMPATIBLE_HOST = '(x86_64|i.86|powerpc|powerpc64|arm).*-linux' 15COMPATIBLE_HOST = '(x86_64|i.86|powerpc|powerpc64|arm).*-linux'
14 16
15RDEPENDS_${PN} = "perl" 17RDEPENDS_${PN} = "perl"