aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/gnulib/gnulib_2017-08-20.18.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/gnulib/gnulib_2017-08-20.18.bb')
-rw-r--r--meta-oe/recipes-support/gnulib/gnulib_2017-08-20.18.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/gnulib/gnulib_2017-08-20.18.bb b/meta-oe/recipes-support/gnulib/gnulib_2017-08-20.18.bb
index 4a7d84a21b..e048810554 100644
--- a/meta-oe/recipes-support/gnulib/gnulib_2017-08-20.18.bb
+++ b/meta-oe/recipes-support/gnulib/gnulib_2017-08-20.18.bb
@@ -14,6 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=56a22a6e5bcce45e2c8ac184f81412b5"
SRCREV = "b23000de1e47c7d580e0e220966dd1ee42a5e5bc"
SRC_URI = "git://git.sv.gnu.org/gnulib;protocol=git \
+ file://CVE-2018-17942.patch \
"
S = "${WORKDIR}/git"
@@ -22,6 +23,8 @@ do_install () {
cd ${S}
git checkout master
git clone ${S} ${D}/${datadir}/gnulib
+ cd ${D}/${datadir}/gnulib
+ git am ${WORKDIR}/CVE-2018-17942.patch
}
do_patch[noexec] = "1"