diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
commit | a780643c4b6aa11e1a36965a69df7116477c7b4c (patch) | |
tree | 17e81e77bde19931facf9b30fa5b5981df796071 /xfce-utils | |
parent | 88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff) |
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb
2004/12/07 04:58:25-06:00 ti.com!kergoth
More updates per the core rename.
2004/12/07 04:46:51-06:00 ti.com!kergoth
Update soundtracker per the core rename.
2004/12/07 04:44:14-06:00 ti.com!kergoth
Merge
2004/12/07 04:42:38-06:00 ti.com!kergoth
Updates per the recent rename of the oe core from 'oe' to 'bitbake'.
BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'xfce-utils')
-rw-r--r-- | xfce-utils/xfce-utils_4.0.5.bb | 0 | ||||
-rw-r--r-- | xfce-utils/xfce-utils_4.0.5.oe | 31 |
2 files changed, 0 insertions, 31 deletions
diff --git a/xfce-utils/xfce-utils_4.0.5.bb b/xfce-utils/xfce-utils_4.0.5.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/xfce-utils/xfce-utils_4.0.5.bb diff --git a/xfce-utils/xfce-utils_4.0.5.oe b/xfce-utils/xfce-utils_4.0.5.oe deleted file mode 100644 index 10f210d662..0000000000 --- a/xfce-utils/xfce-utils_4.0.5.oe +++ /dev/null @@ -1,31 +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" -SECTION = "x11/utils" - -PACKAGES="xfce-utils xfce-utils-mcs-plugins" - -FILES_xfce-utils-mcs-plugins="${libdir}/xfce4/mcs-plugins/*.so" -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 \ - /usr/share/xfce4/doc/C" - -DEPENDS="x11 libxfcegui4 xfce-mcs-manager" -inherit xfce - -# NOTE: This package takes a --with-browser for the default browser -# NOTE: Works with gdm also gtkhtml |