[oe-commits] =?UTF-8?Q?Andreas=20M=C3=BCller=20?=: tumbler: add curl to dependencies to make build deterministic

git at git.openembedded.org git at git.openembedded.org
Thu Jun 20 10:23:23 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 621df91230c43bc1b25b2286dd581ebbf04a32b0
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=621df91230c43bc1b25b2286dd581ebbf04a32b0

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Wed May 29 13:15:48 2013 +0200

tumbler: add curl to dependencies to make build deterministic

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>

---

 meta-xfce/recipes-xfce/tumbler/tumbler_0.1.27.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.27.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.27.bb
index 93a95d5..402762c 100644
--- a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.27.bb
+++ b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.27.bb
@@ -2,7 +2,7 @@ DESCRIPTION="Thumbnail service implementing the thumbnail management D-Bus speci
 SECTION = "x11/libs"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-DEPENDS = "dbus-glib freetype gdk-pixbuf poppler"
+DEPENDS = "dbus-glib freetype gdk-pixbuf poppler curl"
 
 inherit xfce
 



More information about the Openembedded-commits mailing list