From edeb8501e61d162d6e57ee629ab6159e7f834929 Mon Sep 17 00:00:00 2001 From: Catalin Iova Date: Tue, 27 Jul 2021 17:22:53 +0200 Subject: recipes: hardcode recipes sw version hardcode sw version for some recipes Change-Id: I396fcf119baa604b52e11037c707d6f9fe7fb507 Signed-off-by: Catalin Iova --- recipes-support/libxslt/libxslt_%.bbappend | 5 ----- recipes-support/libxslt/libxslt_1.1.34.bbappend | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 recipes-support/libxslt/libxslt_%.bbappend create mode 100644 recipes-support/libxslt/libxslt_1.1.34.bbappend (limited to 'recipes-support/libxslt') diff --git a/recipes-support/libxslt/libxslt_%.bbappend b/recipes-support/libxslt/libxslt_%.bbappend deleted file mode 100644 index aba6e6a..0000000 --- a/recipes-support/libxslt/libxslt_%.bbappend +++ /dev/null @@ -1,5 +0,0 @@ -# look for files in the layer first -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - -SRC_URI += "file://CVE-2015-9019.patch \ - " diff --git a/recipes-support/libxslt/libxslt_1.1.34.bbappend b/recipes-support/libxslt/libxslt_1.1.34.bbappend new file mode 100644 index 0000000..aba6e6a --- /dev/null +++ b/recipes-support/libxslt/libxslt_1.1.34.bbappend @@ -0,0 +1,5 @@ +# look for files in the layer first +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +SRC_URI += "file://CVE-2015-9019.patch \ + " -- cgit v1.2.3-54-g00ecf