From: Graeme Gregory Date: Sat, 20 Nov 2010 19:09:02 +0000 (+0000) Subject: libwmf_0.2.8.4.bb : make deterministic by depending on png/jpeg libs X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b08758607cdf3309259e4be4ef07d0f31530b7b9;p=openembedded.git libwmf_0.2.8.4.bb : make deterministic by depending on png/jpeg libs libwmf-native_0.2.8.4.bb : same issue as libwmf both would have random features or build failures due to missing depends --- diff --git a/recipes/libwmf/libwmf-native_0.2.8.4.bb b/recipes/libwmf/libwmf-native_0.2.8.4.bb index 0910955b7d..7de17e1587 100644 --- a/recipes/libwmf/libwmf-native_0.2.8.4.bb +++ b/recipes/libwmf/libwmf-native_0.2.8.4.bb @@ -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" + diff --git a/recipes/libwmf/libwmf_0.2.8.4.bb b/recipes/libwmf/libwmf_0.2.8.4.bb index 9ed90c8177..bb3f1eb762 100644 --- a/recipes/libwmf/libwmf_0.2.8.4.bb +++ b/recipes/libwmf/libwmf_0.2.8.4.bb @@ -12,4 +12,6 @@ LICENSE = "GPL-2" SECTION = "libs" +DEPENDS = "libpng jpeg" + PR="r1"