diff options
author | Richard Purdie <richard@openedhand.com> | 2007-08-08 20:41:55 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-08-08 20:41:55 +0000 |
commit | 720e0b144cabc48c65dc831b61602a10a2da5f90 (patch) | |
tree | 005b5aac27800b94d730580e49d59582938790ad /meta/classes/xfce.bbclass | |
parent | fe553f406dda1c495d285c650846c9509f0c7e19 (diff) | |
download | openembedded-core-720e0b144cabc48c65dc831b61602a10a2da5f90.tar.gz openembedded-core-720e0b144cabc48c65dc831b61602a10a2da5f90.tar.bz2 openembedded-core-720e0b144cabc48c65dc831b61602a10a2da5f90.zip |
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.bbclass | 3 |
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 @@ HOMEPAGE = "http://www.xfce.org" LICENSE = "LGPL-2" +DEPENDS += "startup-notification" -SRC_URI = "http://www.us.xfce.org/archive/xfce-${PV}/src/${PN}-${PV}.tar.gz" +SRC_URI = "http://www.us.xfce.org/archive/xfce-${PV}/src/${PN}-${PV}.tar.bz2" inherit autotools |