mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
9295d48aba
* libpng and jpeg are not expaned to native variants, causing different sstate checksums when libwmf-native is build with MACHINEs with e.g. different PACKAGE_ARCH * maybe it's fault in handling DEPENDS_virtclass-native and it should expand it, but this patch fixes it too http://lists.linuxtogo.org/pipermail/openembedded-core/2012-September/029394.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
27 lines
944 B
BlitzBasic
27 lines
944 B
BlitzBasic
DESCRIPTION = "Library for converting WMF files"
|
|
HOMEPAGE = "http://wvware.sourceforge.net/libwmf.html"
|
|
SECTION = "libs"
|
|
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|
|
|
PR = "r2"
|
|
|
|
DEPENDS_virtclass-native = "libpng-native jpeg-native"
|
|
DEPENDS = "libpng jpeg expat gtk+"
|
|
|
|
BBCLASSEXTEND = "native"
|
|
|
|
inherit autotools
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/${BPN}/${PV}/${BPN}-${PV}.tar.gz;name=tarball \
|
|
file://libwmf-0.2.8.4-intoverflow.patch \
|
|
file://libwmf-0.2.8.4-useafterfree.patch"
|
|
SRC_URI[tarball.md5sum] = "d1177739bf1ceb07f57421f0cee191e0"
|
|
SRC_URI[tarball.sha256sum] = "5b345c69220545d003ad52bfd035d5d6f4f075e65204114a9e875e84895a7cf8"
|
|
|
|
FILES_${PN}-dbg += "${libdir}/gtk-2.0/2.10.0/loaders/.debug"
|
|
FILES_${PN}-dev += "${libdir}/gtk-2.0/2.10.0/loaders/*.la ${libdir}/gtk-2.0/2.10.0/loaders/*.a"
|
|
FILES_${PN} += "${libdir}/gtk-2.0/2.10.0/loaders/*.so"
|
|
|