diff options
Diffstat (limited to 'meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb b/meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb index cf8dbb183e..aae3c6f3a1 100644 --- a/meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb +++ b/meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb | |||
| @@ -8,7 +8,10 @@ HOMEPAGE = "http://lloyd.github.com/yajl/" | |||
| 8 | LICENSE = "ISC" | 8 | LICENSE = "ISC" |
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=39af6eb42999852bdd3ea00ad120a36d" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=39af6eb42999852bdd3ea00ad120a36d" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/lloyd/yajl;branch=master;protocol=https" | 11 | SRC_URI = "git://github.com/lloyd/yajl;branch=master;protocol=https \ |
| 12 | file://CVE-2023-33460_1.patch \ | ||
| 13 | file://CVE-2023-33460_2.patch \ | ||
| 14 | " | ||
| 12 | SRCREV = "a0ecdde0c042b9256170f2f8890dd9451a4240aa" | 15 | SRCREV = "a0ecdde0c042b9256170f2f8890dd9451a4240aa" |
| 13 | 16 | ||
| 14 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
