summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-oe/recipes-extended/rsyslog/libfastjson_0.99.8.bb
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2018-07-31 12:27:23 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-09-25 15:18:16 +0300
commit82fbb3933f86323bc5633df016fb06e622a9e333 (patch)
treeded6000563ae3e9154619a040fc66600f1e7d4a4 /meta-openembedded/meta-oe/recipes-extended/rsyslog/libfastjson_0.99.8.bb
parent5771b916af0dfcff45bfd4de23093a26b8cedf8f (diff)
downloadopenbmc-82fbb3933f86323bc5633df016fb06e622a9e333.tar.xz
libfastjson: backport patch to fix compilation error
I've met the following compilation error. | ../git/json_object.c:415:3: error: jump skips variable initialization [-Werror=jump-misses-init] Backport a patch to fix it. (From meta-openembedded rev: a74abf155d7bd6c873fd72b76369c09e5c68031c) Change-Id: I90a18e76838721cf8a77c7def0ee08e9e40c8359 Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-openembedded/meta-oe/recipes-extended/rsyslog/libfastjson_0.99.8.bb')
-rw-r--r--meta-openembedded/meta-oe/recipes-extended/rsyslog/libfastjson_0.99.8.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-openembedded/meta-oe/recipes-extended/rsyslog/libfastjson_0.99.8.bb b/meta-openembedded/meta-oe/recipes-extended/rsyslog/libfastjson_0.99.8.bb
index ea089de84..b84dde3d3 100644
--- a/meta-openembedded/meta-oe/recipes-extended/rsyslog/libfastjson_0.99.8.bb
+++ b/meta-openembedded/meta-oe/recipes-extended/rsyslog/libfastjson_0.99.8.bb
@@ -6,7 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a958bb07122368f3e1d9b2efe07d231f"
DEPENDS = ""
-SRC_URI = "git://github.com/rsyslog/libfastjson.git;protocol=https"
+SRC_URI = "git://github.com/rsyslog/libfastjson.git;protocol=https \
+ file://0001-fix-jump-misses-init-gcc-8-warning.patch"
SRCREV = "4758b1caf69ada911ef79e1d80793fe489b98dff"