summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Schwarzkopf <schwarzkopf@sensortherm.de>2010-12-05 15:05:37 +0100
committerEric Bénard <eric@eukrea.com>2010-12-09 21:54:17 +0100
commitd158b1021d839e807c48759f61a0bd82803529c4 (patch)
tree322690e1ad17150e615dda5dc9272d9e68bf0ac5
parente12cf65f2fd58135039d73b9290ebee763161416 (diff)
downloadopenembedded-d158b1021d839e807c48759f61a0bd82803529c4.tar.gz
xfcalendar_4.2.3: fixed SCR_URI
Signed-off-by: Klaus Schwarzkopf <schwarzkopf@sensortherm.de> Signed-off-by: Eric Bénard <eric@eukrea.com>
-rw-r--r--recipes/xfce-extras/xfcalendar_4.2.3.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/xfce-extras/xfcalendar_4.2.3.bb b/recipes/xfce-extras/xfcalendar_4.2.3.bb
index ebab53efcd..1e6647b3dd 100644
--- a/recipes/xfce-extras/xfcalendar_4.2.3.bb
+++ b/recipes/xfce-extras/xfcalendar_4.2.3.bb
@@ -4,6 +4,11 @@
require ${PN}.inc
+SRC_URI = "http://www.us.xfce.org/archive/xfce/${XFCE_VERSION}/src/${PN}-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "d2e2c8e010cca708295aeaf621086205"
+SRC_URI[sha256sum] = "ad8d141d23f48736180d3913a0600d1733d71a341fd1889e69f727a998cfa0a3"
+
PACKAGES += " ${PN}-mcs-plugins"
FILES_${PN}-mcs-plugins += "${libdir}/xfce4/mcs-plugins/*.so"