diff options
Diffstat (limited to 'meta/recipes-devtools/vala/vala_0.56.18.bb')
| -rw-r--r-- | meta/recipes-devtools/vala/vala_0.56.18.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-devtools/vala/vala_0.56.18.bb b/meta/recipes-devtools/vala/vala_0.56.18.bb index 32105a3c23..16e5d2b7c8 100644 --- a/meta/recipes-devtools/vala/vala_0.56.18.bb +++ b/meta/recipes-devtools/vala/vala_0.56.18.bb | |||
| @@ -16,15 +16,15 @@ BBCLASSEXTEND = "native" | |||
| 16 | LICENSE = "LGPL-2.1-only" | 16 | LICENSE = "LGPL-2.1-only" |
| 17 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | 17 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" |
| 18 | 18 | ||
| 19 | SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" | 19 | GNOMEBASEBUILDCLASS = "autotools" |
| 20 | 20 | ||
| 21 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${BPN}/${SHRT_VER}/${BP}.tar.xz" | 21 | inherit gnomebase upstream-version-is-even |
| 22 | SRC_URI[sha256sum] = "f2affe7d40ab63db8e7b9ecc3f6bdc9c2fc7e3134c84ff2d795f482fe926a382" | ||
| 23 | 22 | ||
| 24 | inherit autotools pkgconfig upstream-version-is-even | 23 | SRC_URI[archive.sha256sum] = "f2affe7d40ab63db8e7b9ecc3f6bdc9c2fc7e3134c84ff2d795f482fe926a382" |
| 24 | |||
| 25 | SHRT_VER = "${@gnome_verdir("${PV}")}" | ||
| 25 | 26 | ||
| 26 | FILES:${PN} += "${datadir}/${BPN}-${SHRT_VER}/vapi ${libdir}/${BPN}-${SHRT_VER}/" | 27 | FILES:${PN} += "${datadir}/${BPN}-${SHRT_VER}/vapi ${libdir}/${BPN}-${SHRT_VER}/" |
| 27 | FILES:${PN}-doc += "${datadir}/devhelp" | ||
| 28 | 28 | ||
| 29 | # .gir files from gobject-introspection are installed to ${libdir} when multilib is enabled | 29 | # .gir files from gobject-introspection are installed to ${libdir} when multilib is enabled |
| 30 | GIRDIR_OPT = "${@'--girdir=${STAGING_LIBDIR}/gir-1.0' if d.getVar('MULTILIBS') else ''}" | 30 | GIRDIR_OPT = "${@'--girdir=${STAGING_LIBDIR}/gir-1.0' if d.getVar('MULTILIBS') else ''}" |
