[oe-commits] Graeme Gregory : libwmf_0.2.8.4.bb : make deterministic by depending on png /jpeg libs

git version control git at git.openembedded.org
Sun Nov 21 05:55:33 UTC 2010


Module: openembedded.git
Branch: release-2010.12
Commit: 9f72935467b5487c8aa18e653df383c030686828
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9f72935467b5487c8aa18e653df383c030686828

Author: Graeme Gregory <dp at xora.org.uk>
Date:   Sat Nov 20 19:09:02 2010 +0000

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

---

 recipes/libwmf/libwmf-native_0.2.8.4.bb |    3 +++
 recipes/libwmf/libwmf_0.2.8.4.bb        |    2 ++
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/recipes/libwmf/libwmf-native_0.2.8.4.bb b/recipes/libwmf/libwmf-native_0.2.8.4.bb
index 0910955..7de17e1 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 9ed90c8..bb3f1eb 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"





More information about the Openembedded-commits mailing list