mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
vala: Update to 0.24.0
Remove un-needed PR and INC_PR Rename vala-0.16 to more geneic vala Now correctly supports seperate build/source directorys so drop -sepbuild tag (From OE-Core rev: d5624272824795b85047d8064077bc8458cbfa67) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0d9a0711d3
commit
188873951a
@@ -7,12 +7,11 @@ BBCLASSEXTEND = "native"
|
||||
HOMEPAGE = "http://vala-project.org"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
|
||||
INC_PR = "r1"
|
||||
|
||||
SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"
|
||||
|
||||
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${BPN}/${SHRT_VER}/${BP}.tar.xz"
|
||||
inherit autotools-brokensep pkgconfig
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = "--disable-vapigen"
|
||||
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
require ${BPN}.inc
|
||||
|
||||
PR = "${INC_PR}.1"
|
||||
|
||||
SRC_URI += " file://0001-git-version-gen-don-t-append-dirty-if-we-re-not-in-g.patch"
|
||||
|
||||
SRC_URI[md5sum] = "84b742e9cca4c90fde3026c3793c03c1"
|
||||
SRC_URI[sha256sum] = "3adb37aa2b35e2e2daed47552e85dbcbf752c0f7768b269d856993620073a657"
|
||||
@@ -0,0 +1,6 @@
|
||||
require ${BPN}.inc
|
||||
|
||||
SRC_URI += " file://0001-git-version-gen-don-t-append-dirty-if-we-re-not-in-g.patch"
|
||||
|
||||
SRC_URI[md5sum] = "beddeff9c06d3c278988b237da0e7401"
|
||||
SRC_URI[sha256sum] = "22a37c977512c19cd29c373eaaef96cb2c994795d491106f32387f3f9d1e899c"
|
||||
Reference in New Issue
Block a user