summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libyaml/libyaml_0.2.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/libyaml/libyaml_0.2.5.bb')
-rw-r--r--meta/recipes-support/libyaml/libyaml_0.2.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libyaml/libyaml_0.2.5.bb b/meta/recipes-support/libyaml/libyaml_0.2.5.bb
index b1f516f7fe..9b77e7cfc8 100644
--- a/meta/recipes-support/libyaml/libyaml_0.2.5.bb
+++ b/meta/recipes-support/libyaml/libyaml_0.2.5.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://License;md5=7bbd28caa69f81f5cd5f48647236663d"
10SRC_URI = "https://pyyaml.org/download/libyaml/yaml-${PV}.tar.gz" 10SRC_URI = "https://pyyaml.org/download/libyaml/yaml-${PV}.tar.gz"
11SRC_URI[sha256sum] = "c642ae9b75fee120b2d96c712538bd2cf283228d2337df2cf2988e3c02678ef4" 11SRC_URI[sha256sum] = "c642ae9b75fee120b2d96c712538bd2cf283228d2337df2cf2988e3c02678ef4"
12 12
13S = "${WORKDIR}/yaml-${PV}" 13S = "${UNPACKDIR}/yaml-${PV}"
14 14
15inherit autotools 15inherit autotools
16 16