summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/p11-kit/p11-kit_0.25.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/p11-kit/p11-kit_0.25.0.bb')
-rw-r--r--meta/recipes-support/p11-kit/p11-kit_0.25.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/p11-kit/p11-kit_0.25.0.bb b/meta/recipes-support/p11-kit/p11-kit_0.25.0.bb
index ad207d0c9f..ad1fda3f3b 100644
--- a/meta/recipes-support/p11-kit/p11-kit_0.25.0.bb
+++ b/meta/recipes-support/p11-kit/p11-kit_0.25.0.bb
@@ -10,7 +10,9 @@ DEPENDS = "libtasn1 libtasn1-native libffi"
10 10
11DEPENDS:append = "${@' glib-2.0' if d.getVar('GTKDOC_ENABLED') == 'True' else ''}" 11DEPENDS:append = "${@' glib-2.0' if d.getVar('GTKDOC_ENABLED') == 'True' else ''}"
12 12
13SRC_URI = "git://github.com/p11-glue/p11-kit;branch=master;protocol=https" 13SRC_URI = "git://github.com/p11-glue/p11-kit;branch=master;protocol=https \
14 file://strerror-1.patch \
15 file://strerror-2.patch"
14SRCREV = "a8cce8bd8065bbf80bd47219f85f0cd9cf27dd0c" 16SRCREV = "a8cce8bd8065bbf80bd47219f85f0cd9cf27dd0c"
15S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
16 18