diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/perl/perl.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/vala/vala.inc | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/perl.inc b/meta/recipes-devtools/perl/perl.inc index 0d9716c235..3313a9436b 100644 --- a/meta/recipes-devtools/perl/perl.inc +++ b/meta/recipes-devtools/perl/perl.inc | |||
@@ -6,3 +6,5 @@ LIC_FILES_CHKSUM = "file://Copying;md5=5b122a36d0f6dc55279a0ebc69f3c60b \ | |||
6 | file://Artistic;md5=2e6fd2475335af892494fe1f7327baf3" | 6 | file://Artistic;md5=2e6fd2475335af892494fe1f7327baf3" |
7 | 7 | ||
8 | SRC_URI = "http://www.cpan.org/src/5.0/${BP}.tar.xz" | 8 | SRC_URI = "http://www.cpan.org/src/5.0/${BP}.tar.xz" |
9 | |||
10 | inherit upstream-version-is-even | ||
diff --git a/meta/recipes-devtools/vala/vala.inc b/meta/recipes-devtools/vala/vala.inc index 63056fde4c..c98244b5b5 100644 --- a/meta/recipes-devtools/vala/vala.inc +++ b/meta/recipes-devtools/vala/vala.inc | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | |||
11 | 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]}" |
12 | 12 | ||
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 upstream-version-is-even |
15 | 15 | ||
16 | FILES_${PN} += "${datadir}/${BPN}-${SHRT_VER}/vapi ${libdir}/${BPN}-${SHRT_VER}/" | 16 | FILES_${PN} += "${datadir}/${BPN}-${SHRT_VER}/vapi ${libdir}/${BPN}-${SHRT_VER}/" |
17 | FILES_${PN}-doc += "${datadir}/devhelp" | 17 | FILES_${PN}-doc += "${datadir}/devhelp" |