diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-08-02 20:54:26 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-02 20:54:26 +0000 |
commit | 274d6a9be8e83511871c30909eb4675e81805d5e (patch) | |
tree | 99ce1284cf1f9311b24e6f78851a15ff33d789ce /packages/xfce-utils | |
parent | a023b903bfd1a45a026b228dbde5d680fe8bdf6c (diff) |
xfce changes:
- remove settings out of xfce.bbclass that affect only one package
(bbclasses are destined to express similarities in packages, not for easy hacking)
- remove 4.2.0 versions, since 4.2.2 versions build fine
- unmark libxfce4util as BROKEN
- install libxfce* header files into STAGING_INCDIR/<packagename>, no need to extragroup
them by STAGING_INCDIR/xfce4/<packagename>
Diffstat (limited to 'packages/xfce-utils')
-rw-r--r-- | packages/xfce-utils/xfce-utils_4.2.0.bb | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/packages/xfce-utils/xfce-utils_4.2.0.bb b/packages/xfce-utils/xfce-utils_4.2.0.bb deleted file mode 100644 index 8498cbf088..0000000000 --- a/packages/xfce-utils/xfce-utils_4.2.0.bb +++ /dev/null @@ -1,25 +0,0 @@ -# xfce-mcs-plugins OE build file -# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved -# Released under the MIT license (see packages/COPYING) - -PR="r1" - -DESCRIPTION="XFCE4 Utilities" -DEPENDS="x11 libxfcegui4 xfce-mcs-manager" -inherit xfce - -FILES_${PN} += " /usr/share/xfce4/AUTHORS \ - /usr/share/xfce4/BSD \ - /usr/share/xfce4/COPYING \ - /usr/share/xfce4/GPL \ - /usr/share/xfce4/INFO \ - /usr/share/xfce4/LGPL \ - /usr/share/xfce4/AUTHORS.html \ - /usr/share/xfce4/BSD.html \ - /usr/share/xfce4/COPYING.html \ - /usr/share/xfce4/GPL.html \ - /usr/share/xfce4/INFO.html \ - /usr/share/xfce4/LGPL.html" - -# NOTE: This package takes a --with-browser for the default browser -# NOTE: Works with gdm also gtkhtml |