summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/ruli/ruli_0.36.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-06-17 10:21:42 -0700
committerJoe MacDonald <joe_macdonald@mentor.com>2017-06-28 10:29:57 -0400
commit6eb0dfd012edeb06a6ae6708279fab42960398f1 (patch)
tree4c9107d2f9a002add13314a11fc983546cb387dc /meta-networking/recipes-support/ruli/ruli_0.36.bb
parentc0083c77d059c3997a3fe6ea35b5f6ff0db6368d (diff)
downloadmeta-openembedded-6eb0dfd012edeb06a6ae6708279fab42960398f1.tar.gz
ruli: Fix build with hardening flags
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-support/ruli/ruli_0.36.bb')
-rw-r--r--meta-networking/recipes-support/ruli/ruli_0.36.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/ruli/ruli_0.36.bb b/meta-networking/recipes-support/ruli/ruli_0.36.bb
index a455e1f9bf..b413130903 100644
--- a/meta-networking/recipes-support/ruli/ruli_0.36.bb
+++ b/meta-networking/recipes-support/ruli/ruli_0.36.bb
@@ -7,8 +7,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
7 7
8DEPENDS = "liboop" 8DEPENDS = "liboop"
9 9
10SRC_URI += "http://download.savannah.gnu.org/releases/ruli/ruli_${PV}.orig.tar.gz \ 10SRC_URI = "http://download.savannah.gnu.org/releases/ruli/ruli_${PV}.orig.tar.gz \
11 file://Makefile.patch" 11 file://Makefile.patch \
12 file://0001-Fix-build-with-format-string-checks.patch \
13 "
12 14
13SRC_URI[md5sum] = "e73fbfdeadddb68a703a70cea5271468" 15SRC_URI[md5sum] = "e73fbfdeadddb68a703a70cea5271468"
14SRC_URI[sha256sum] = "11d32def5b514748fbd9ea8c88049ae99e1bb358efc74eb91a4d268a3999dbfa" 16SRC_URI[sha256sum] = "11d32def5b514748fbd9ea8c88049ae99e1bb358efc74eb91a4d268a3999dbfa"