libwmf_0.2.8.4.bb : make deterministic by depending on png/jpeg libs
authorGraeme Gregory <dp@xora.org.uk>
Sat, 20 Nov 2010 19:09:02 +0000 (19:09 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Sat, 20 Nov 2010 19:11:54 +0000 (19:11 +0000)
libwmf-native_0.2.8.4.bb : same issue as libwmf

both would have random features or build failures due to missing depends

recipes/libwmf/libwmf-native_0.2.8.4.bb
recipes/libwmf/libwmf_0.2.8.4.bb

index 0910955..7de17e1 100644 (file)
@@ -4,3 +4,6 @@ inherit native
 SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/${PN}/${PV}/libwmf-${PV}.tar.gz;name=tarball \
            file://libwmf-0.2.8.4-intoverflow.patch                   \
            file://libwmf-0.2.8.4-useafterfree.patch"
+
+DEPENDS = "libpng-native jpeg-native"
+
index 9ed90c8..bb3f1eb 100644 (file)
@@ -12,4 +12,6 @@ LICENSE = "GPL-2"
 
 SECTION = "libs"
 
+DEPENDS = "libpng jpeg"
+
 PR="r1"