diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-05-29 13:15:48 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-06-20 12:27:58 +0200 |
commit | 621df91230c43bc1b25b2286dd581ebbf04a32b0 (patch) | |
tree | bbbe6edc01df22753b50582055962fb05462eb6b | |
parent | 42ff8e3c0f1f9181dcf65ec3278036f804ee3fd1 (diff) | |
download | meta-openembedded-621df91230c43bc1b25b2286dd581ebbf04a32b0.tar.gz |
tumbler: add curl to dependencies to make build deterministic
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
-rw-r--r-- | 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 93a95d534..402762c2f 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 | |||
2 | SECTION = "x11/libs" | 2 | SECTION = "x11/libs" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
5 | DEPENDS = "dbus-glib freetype gdk-pixbuf poppler" | 5 | DEPENDS = "dbus-glib freetype gdk-pixbuf poppler curl" |
6 | 6 | ||
7 | inherit xfce | 7 | inherit xfce |
8 | 8 | ||