summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb')
-rw-r--r--meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb11
1 files changed, 6 insertions, 5 deletions
diff --git a/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb b/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb
index 9f88ded985..746c4bd2d8 100644
--- a/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb
+++ b/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb
@@ -7,10 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
7 7
8PR = "r3" 8PR = "r3"
9 9
10PNBLACKLIST[libwmf] = "BROKEN: needs to be updated to use freetype2 pkg-config instead of freetype-config" 10DEPENDS_virtclass-native = "freetype-native libpng-native jpeg-native"
11 11DEPENDS = "freetype libpng jpeg expat gtk+"
12DEPENDS_virtclass-native = "libpng-native jpeg-native"
13DEPENDS = "libpng jpeg expat gtk+"
14 12
15BBCLASSEXTEND = "native" 13BBCLASSEXTEND = "native"
16 14
@@ -18,7 +16,10 @@ inherit autotools
18 16
19SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/${BPN}/${PV}/${BPN}-${PV}.tar.gz;name=tarball \ 17SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/${BPN}/${PV}/${BPN}-${PV}.tar.gz;name=tarball \
20 file://libwmf-0.2.8.4-intoverflow.patch \ 18 file://libwmf-0.2.8.4-intoverflow.patch \
21 file://libwmf-0.2.8.4-useafterfree.patch" 19 file://libwmf-0.2.8.4-useafterfree.patch \
20 file://0001-configure-use-pkg-config-for-freetype.patch \
21 "
22
22SRC_URI[tarball.md5sum] = "d1177739bf1ceb07f57421f0cee191e0" 23SRC_URI[tarball.md5sum] = "d1177739bf1ceb07f57421f0cee191e0"
23SRC_URI[tarball.sha256sum] = "5b345c69220545d003ad52bfd035d5d6f4f075e65204114a9e875e84895a7cf8" 24SRC_URI[tarball.sha256sum] = "5b345c69220545d003ad52bfd035d5d6f4f075e65204114a9e875e84895a7cf8"
24 25