From befbbc1bdc33bee35d0f7647dcd074813161e1e9 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 3 Nov 2023 17:19:20 -0700 Subject: libfastjson: upgrade 0.99.9 -> 1.2304.0 Signed-off-by: Khem Raj --- meta-oe/recipes-extended/rsyslog/libfastjson_0.99.9.bb | 15 --------------- meta-oe/recipes-extended/rsyslog/libfastjson_1.2304.0.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-oe/recipes-extended/rsyslog/libfastjson_0.99.9.bb create mode 100644 meta-oe/recipes-extended/rsyslog/libfastjson_1.2304.0.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-extended/rsyslog/libfastjson_0.99.9.bb b/meta-oe/recipes-extended/rsyslog/libfastjson_0.99.9.bb deleted file mode 100644 index 24ad17267..000000000 --- a/meta-oe/recipes-extended/rsyslog/libfastjson_0.99.9.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "A fork of json-c library" -HOMEPAGE = "https://github.com/rsyslog/libfastjson" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=a958bb07122368f3e1d9b2efe07d231f" - -DEPENDS = "" - -SRC_URI = "git://github.com/rsyslog/libfastjson.git;protocol=https;branch=master" - -SRCREV = "0293afb3913f760c449348551cca4d2df59c1a00" - -S = "${WORKDIR}/git" - -inherit autotools diff --git a/meta-oe/recipes-extended/rsyslog/libfastjson_1.2304.0.bb b/meta-oe/recipes-extended/rsyslog/libfastjson_1.2304.0.bb new file mode 100644 index 000000000..f16126d93 --- /dev/null +++ b/meta-oe/recipes-extended/rsyslog/libfastjson_1.2304.0.bb @@ -0,0 +1,15 @@ +SUMMARY = "A fork of json-c library" +HOMEPAGE = "https://github.com/rsyslog/libfastjson" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=a958bb07122368f3e1d9b2efe07d231f" + +DEPENDS = "" + +SRC_URI = "git://github.com/rsyslog/libfastjson.git;protocol=https;branch=master" + +SRCREV = "3a8402c1de7c7747c95229db26d8d32fb85a7a52" + +S = "${WORKDIR}/git" + +inherit autotools -- cgit v1.2.3-54-g00ecf