diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/vala/vala.inc | 3 | ||||
-rw-r--r-- | meta/recipes-devtools/vala/vala/0001-git-version-gen-don-t-append-dirty-if-we-re-not-in-g.patch (renamed from meta/recipes-devtools/vala/vala-0.16.0/0001-git-version-gen-don-t-append-dirty-if-we-re-not-in-g.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/vala/vala_0.16.0.bb | 8 | ||||
-rw-r--r-- | meta/recipes-devtools/vala/vala_0.24.0.bb | 6 |
4 files changed, 7 insertions, 10 deletions
diff --git a/meta/recipes-devtools/vala/vala.inc b/meta/recipes-devtools/vala/vala.inc index 64e7daffe1..cac8728d72 100644 --- a/meta/recipes-devtools/vala/vala.inc +++ b/meta/recipes-devtools/vala/vala.inc | |||
@@ -7,12 +7,11 @@ BBCLASSEXTEND = "native" | |||
7 | HOMEPAGE = "http://vala-project.org" | 7 | HOMEPAGE = "http://vala-project.org" |
8 | LICENSE = "LGPLv2.1" | 8 | LICENSE = "LGPLv2.1" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" |
10 | INC_PR = "r1" | ||
11 | 10 | ||
12 | SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" | 11 | SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" |
13 | 12 | ||
14 | 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" |
15 | inherit autotools-brokensep pkgconfig | 14 | inherit autotools pkgconfig |
16 | 15 | ||
17 | EXTRA_OECONF = "--disable-vapigen" | 16 | EXTRA_OECONF = "--disable-vapigen" |
18 | 17 | ||
diff --git a/meta/recipes-devtools/vala/vala-0.16.0/0001-git-version-gen-don-t-append-dirty-if-we-re-not-in-g.patch b/meta/recipes-devtools/vala/vala/0001-git-version-gen-don-t-append-dirty-if-we-re-not-in-g.patch index e6c7941a77..e6c7941a77 100644 --- a/meta/recipes-devtools/vala/vala-0.16.0/0001-git-version-gen-don-t-append-dirty-if-we-re-not-in-g.patch +++ b/meta/recipes-devtools/vala/vala/0001-git-version-gen-don-t-append-dirty-if-we-re-not-in-g.patch | |||
diff --git a/meta/recipes-devtools/vala/vala_0.16.0.bb b/meta/recipes-devtools/vala/vala_0.16.0.bb deleted file mode 100644 index 92120b4a36..0000000000 --- a/meta/recipes-devtools/vala/vala_0.16.0.bb +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | PR = "${INC_PR}.1" | ||
4 | |||
5 | SRC_URI += " file://0001-git-version-gen-don-t-append-dirty-if-we-re-not-in-g.patch" | ||
6 | |||
7 | SRC_URI[md5sum] = "84b742e9cca4c90fde3026c3793c03c1" | ||
8 | SRC_URI[sha256sum] = "3adb37aa2b35e2e2daed47552e85dbcbf752c0f7768b269d856993620073a657" | ||
diff --git a/meta/recipes-devtools/vala/vala_0.24.0.bb b/meta/recipes-devtools/vala/vala_0.24.0.bb new file mode 100644 index 0000000000..342a87568f --- /dev/null +++ b/meta/recipes-devtools/vala/vala_0.24.0.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] = "beddeff9c06d3c278988b237da0e7401" | ||
6 | SRC_URI[sha256sum] = "22a37c977512c19cd29c373eaaef96cb2c994795d491106f32387f3f9d1e899c" | ||