diff options
author | Ross Burton <ross.burton@intel.com> | 2014-10-27 23:21:53 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-12 15:38:32 +0000 |
commit | 8c240ad2472d8a7a5ea8a735fda3c1210c664c0d (patch) | |
tree | f7272e39ffb3b385c82dafdef9434b900d9a5087 | |
parent | 92dd72788aefb11d21a9f50a72a4e9c5288dca8a (diff) | |
download | poky-8c240ad2472d8a7a5ea8a735fda3c1210c664c0d.tar.gz |
vala: upgrade to 0.26.1
vapigen can't be disabled anymore, so remove --disable-vapigen.
(From OE-Core rev: 3562603044e908aacece86985bc8e4d7338622ac)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/vala/vala.inc | 5 | ||||
-rw-r--r-- | meta/recipes-devtools/vala/vala_0.24.0.bb | 6 | ||||
-rw-r--r-- | meta/recipes-devtools/vala/vala_0.26.1.bb | 6 |
3 files changed, 8 insertions, 9 deletions
diff --git a/meta/recipes-devtools/vala/vala.inc b/meta/recipes-devtools/vala/vala.inc index cac8728d72..63056fde4c 100644 --- a/meta/recipes-devtools/vala/vala.inc +++ b/meta/recipes-devtools/vala/vala.inc | |||
@@ -13,7 +13,6 @@ SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1] | |||
13 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${BPN}/${SHRT_VER}/${BP}.tar.xz" | 13 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${BPN}/${SHRT_VER}/${BP}.tar.xz" |
14 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
15 | 15 | ||
16 | EXTRA_OECONF = "--disable-vapigen" | 16 | FILES_${PN} += "${datadir}/${BPN}-${SHRT_VER}/vapi ${libdir}/${BPN}-${SHRT_VER}/" |
17 | |||
18 | FILES_${PN}-doc += "${datadir}/devhelp" | 17 | FILES_${PN}-doc += "${datadir}/devhelp" |
19 | FILES_${PN} += "${datadir}/${BPN}-${SHRT_VER}/vapi" | 18 | FILES_${PN}-dbg += "${libdir}/${BPN}-${SHRT_VER}/.debug" |
diff --git a/meta/recipes-devtools/vala/vala_0.24.0.bb b/meta/recipes-devtools/vala/vala_0.24.0.bb deleted file mode 100644 index 342a87568f..0000000000 --- a/meta/recipes-devtools/vala/vala_0.24.0.bb +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | SRC_URI += " file://0001-git-version-gen-don-t-append-dirty-if-we-re-not-in-g.patch" | ||
4 | |||
5 | SRC_URI[md5sum] = "beddeff9c06d3c278988b237da0e7401" | ||
6 | SRC_URI[sha256sum] = "22a37c977512c19cd29c373eaaef96cb2c994795d491106f32387f3f9d1e899c" | ||
diff --git a/meta/recipes-devtools/vala/vala_0.26.1.bb b/meta/recipes-devtools/vala/vala_0.26.1.bb new file mode 100644 index 0000000000..3df9cd4bae --- /dev/null +++ b/meta/recipes-devtools/vala/vala_0.26.1.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | SRC_URI += " file://0001-git-version-gen-don-t-append-dirty-if-we-re-not-in-g.patch" | ||
4 | |||
5 | SRC_URI[md5sum] = "723a03b822d4cc47abc4019685970a3e" | ||
6 | SRC_URI[sha256sum] = "8407abb19ab3a58bbfc0d288abb47666ef81f76d0540258c03965e7545f59e6b" | ||