diff options
author | Koen Kooi <koen@openembedded.org> | 2008-09-25 16:12:21 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-09-25 16:12:21 +0000 |
commit | 6d8ffd9e3515afdb9166d2779319cd33ea7e198b (patch) | |
tree | 164c50134c90d95e8e499ad4143851adf30f3e52 /packages/xfce/exo_0.3.2.bb | |
parent | 5c2a1450525aa5198880500f6e1fe9223bb49cd4 (diff) |
xfce: remove pkgconfig hacks and switch to autotools.bbclass, tweak packaging
Diffstat (limited to 'packages/xfce/exo_0.3.2.bb')
-rw-r--r-- | packages/xfce/exo_0.3.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/xfce/exo_0.3.2.bb b/packages/xfce/exo_0.3.2.bb index 6bf0e1292f..b48eeba645 100644 --- a/packages/xfce/exo_0.3.2.bb +++ b/packages/xfce/exo_0.3.2.bb @@ -1,7 +1,7 @@ DEPENDS = "libxfce4util xfce-mcs-manager hal liburi-perl-native python-native" -inherit pkgconfig xfce +inherit xfce SRC_URI = "http://www.us.xfce.org/archive/xfce-4.4.1/src/exo-0.3.2.tar.bz2" |