summaryrefslogtreecommitdiffstats
path: root/meta/classes/xfce.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-08-08 20:41:55 +0000
committerRichard Purdie <richard@openedhand.com>2007-08-08 20:41:55 +0000
commit720e0b144cabc48c65dc831b61602a10a2da5f90 (patch)
tree005b5aac27800b94d730580e49d59582938790ad /meta/classes/xfce.bbclass
parentfe553f406dda1c495d285c650846c9509f0c7e19 (diff)
downloadpoky-720e0b144cabc48c65dc831b61602a10a2da5f90.tar.gz
classes: Sync various classes with OE for various bugfixes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2407 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes/xfce.bbclass')
-rw-r--r--meta/classes/xfce.bbclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/classes/xfce.bbclass b/meta/classes/xfce.bbclass
index 793348597f..ecc00825bc 100644
--- a/meta/classes/xfce.bbclass
+++ b/meta/classes/xfce.bbclass
@@ -6,8 +6,9 @@
6 6
7HOMEPAGE = "http://www.xfce.org" 7HOMEPAGE = "http://www.xfce.org"
8LICENSE = "LGPL-2" 8LICENSE = "LGPL-2"
9DEPENDS += "startup-notification"
9 10
10SRC_URI = "http://www.us.xfce.org/archive/xfce-${PV}/src/${PN}-${PV}.tar.gz" 11SRC_URI = "http://www.us.xfce.org/archive/xfce-${PV}/src/${PN}-${PV}.tar.bz2"
11 12
12inherit autotools 13inherit autotools
13 14