diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-10-18 18:22:33 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-28 16:15:19 +0100 |
commit | ccffdd32aee2170b784ab4eaebb6cca1194f8dac (patch) | |
tree | 8a0e0211b008d89e5f2d70752c554635cc274118 /meta | |
parent | 01022c9bb97868ff6234131b82ff5fc10bcec637 (diff) | |
download | poky-ccffdd32aee2170b784ab4eaebb6cca1194f8dac.tar.gz |
vala: update to 0.34.1
(From OE-Core rev: fd5eff9f406fb157a8db135b119062d2c83f7d7a)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/vala/vala.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/vala/vala_0.34.1.bb (renamed from meta/recipes-devtools/vala/vala_0.32.1.bb) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/vala/vala.inc b/meta/recipes-devtools/vala/vala.inc index 34c9db931d..afa09ec12e 100644 --- a/meta/recipes-devtools/vala/vala.inc +++ b/meta/recipes-devtools/vala/vala.inc | |||
@@ -46,5 +46,5 @@ vapigen_sysroot_preprocess() { | |||
46 | # up our wrapper. | 46 | # up our wrapper. |
47 | sed -i \ | 47 | sed -i \ |
48 | -e "s|vapigen=.*|vapigen=${bindir}/vapigen-wrapper|" \ | 48 | -e "s|vapigen=.*|vapigen=${bindir}/vapigen-wrapper|" \ |
49 | ${SYSROOT_DESTDIR}${datadir}/pkgconfig/vapigen-${SHRT_VER}.pc | 49 | ${SYSROOT_DESTDIR}${libdir}/pkgconfig/vapigen-${SHRT_VER}.pc |
50 | } | 50 | } |
diff --git a/meta/recipes-devtools/vala/vala_0.32.1.bb b/meta/recipes-devtools/vala/vala_0.34.1.bb index b34086e20c..a94e6212b9 100644 --- a/meta/recipes-devtools/vala/vala_0.32.1.bb +++ b/meta/recipes-devtools/vala/vala_0.34.1.bb | |||
@@ -4,5 +4,5 @@ SRC_URI += " file://0001-git-version-gen-don-t-append-dirty-if-we-re-not-in-g.pa | |||
4 | file://0001-vapigen.m4-use-PKG_CONFIG_SYSROOT_DIR.patch \ | 4 | file://0001-vapigen.m4-use-PKG_CONFIG_SYSROOT_DIR.patch \ |
5 | " | 5 | " |
6 | 6 | ||
7 | SRC_URI[md5sum] = "755881770bffac020b5ea5f625fbe528" | 7 | SRC_URI[md5sum] = "4c04e73025127e3ae43b968149c96329" |
8 | SRC_URI[sha256sum] = "dd0d47e548a34cfb1e4b04149acd082a86414c49057ffb79902eb9a508a161a9" | 8 | SRC_URI[sha256sum] = "f5ccfcfc460a0c6797bfbd7e739042bf5988a0f44d82278dbe1880c0e5f29299" |