John Bowler [Thu, 11 Aug 2005 20:40:30 +0000 (20:40 +0000)]
John Bowler [Thu, 11 Aug 2005 20:38:36 +0000 (20:38 +0000)]
propagate from branch 'org.openembedded.dev' (head
2733583ee4724b13e2625abab589a558da043628)
to branch 'org.openembedded.nslu2-linux' (head
c7dbf3bdc213b3c3f611e1fb56a743c593138db5)
Justin Patrin [Thu, 11 Aug 2005 20:37:06 +0000 (20:37 +0000)]
themes dir should be included in the main package
John Bowler [Thu, 11 Aug 2005 20:28:39 +0000 (20:28 +0000)]
mpd was building, but not necessarily using, it's own local cache of the
libmad and libid3tag source. Removing the --enable-mpd-* settings causes
it not to build the local source (and it uses the versions in staging).
John Bowler [Thu, 11 Aug 2005 20:22:47 +0000 (20:22 +0000)]
John Bowler [Thu, 11 Aug 2005 20:20:21 +0000 (20:20 +0000)]
propagate from branch 'org.openembedded.dev' (head
af7da4406babf078f2747a3588cfa451ae711315)
to branch 'org.openembedded.nslu2-linux' (head
99bf568313454a05bf17df79cb135d7e4bb6c643)
John Bowler [Thu, 11 Aug 2005 20:14:09 +0000 (20:14 +0000)]
db-4: thumb only (no PR bump): prevent the erroneous use of 32 bit arm
assembly when compiling thumb instructions.
John Bowler [Thu, 11 Aug 2005 20:11:58 +0000 (20:11 +0000)]
libvorbis: thumb only (no PR change): prevent all optimisation to hide an
apparent compiler bug (register spilling) when compiling thumb code.
Justin Patrin [Thu, 11 Aug 2005 20:10:52 +0000 (20:10 +0000)]
Add a patch to run ranlib on 2 libraries (bug 172)
John Bowler [Thu, 11 Aug 2005 20:10:45 +0000 (20:10 +0000)]
libmad: thumb only (so no PR change): remove the erroneous use of 32 bit
ARM assembler when compiling thumb
John Bowler [Thu, 11 Aug 2005 20:03:56 +0000 (20:03 +0000)]
This set of changes ensures that TARGET_CC_ARCH is passed reliably to all
packages in a build. The change fixes problems in the following packages:
binutils{,-cross}_2.15.94.0.1
HOST_CC_ARCH was not being passed to HOST_CC. The problem does
not seem to be present in binutils* 2.16, however this version
is still used for uClibc builds.
gcc{,-cross,-cross-initial}_3.4.4
HOST/TARGET_CC_ARCH was not used in the appropriate places, plus
this was not sufficient - FLAGS_FOR_TARGET (a gcc make variable)
is now preloaded with the target CC_ARCH values, which causes all
the builds (gcc, g++, gcj, fortran) to get the correct values.
gcc OTHER
*NOT* fixed - other versions of gcc will still need the _CC_ARCH
fix in the same lines (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET),
however so long as these builds use gcc3-*.inc the FLAGS_FOR_TARGET
fixx will be there.
uclibc{,-initial}_0.9.27
TARGET_CC_ARCH added to the do_compile. For the do_stage step the
build actually compiles target code (make utils), but this will not
accept a CC with whitespace. The TARGET_CC_ARCH flags have therefore
been added to CFLAGS (a bit ugly, but it works).
These changes have been tested for both cross and target builds, the changes
should be fine on self-hosted (i.e. target-hosted) builds, if anyone actually
does these, but note that the gcc build specifically tests for build==host and
does *not* do certain _FOR_TARGET settings in this case (this was the case
before this change too) - if you are seeing strange settings on self-hosted
gcc builds (before and after this change) check the do_compile environment
variable settings.
Justin Patrin [Thu, 11 Aug 2005 18:20:14 +0000 (18:20 +0000)]
Bump PR
Justin Patrin [Thu, 11 Aug 2005 18:16:44 +0000 (18:16 +0000)]
Add /dev/loop0 to list of modules to be created
Matthias Hentges [Thu, 11 Aug 2005 17:56:37 +0000 (17:56 +0000)]
Matthias Hentges [Thu, 11 Aug 2005 17:55:56 +0000 (17:55 +0000)]
altboot: Add forgotten "boot hdd3" option for spitz
Justin Patrin [Thu, 11 Aug 2005 17:42:34 +0000 (17:42 +0000)]
CoreDump was right, the REAL_INIT is init.sysvinit
Justin Patrin [Thu, 11 Aug 2005 17:23:26 +0000 (17:23 +0000)]
Justin Patrin [Thu, 11 Aug 2005 17:18:46 +0000 (17:18 +0000)]
Fix typo in postinst for spitz, add more robust checking
Add a postrm for spitz (untested)
John Bowler [Thu, 11 Aug 2005 16:57:39 +0000 (16:57 +0000)]
ucslugc, UCSLUGC_PACKAGES: make various prerequesite packages explicit in
the build list, therefore if the dependent package is removed the
prerequisite packages are still built.
Oyvind Repvik [Thu, 11 Aug 2005 15:36:34 +0000 (15:36 +0000)]
Update postfix to use u-a for /usr/sbin/sendmail (Conflict with ssmtp)
Oyvind Repvik [Thu, 11 Aug 2005 15:07:19 +0000 (15:07 +0000)]
Update nail to use /usr/sbin/sendmail instead of /usr/lib/sendmail
Koen Kooi [Thu, 11 Aug 2005 13:56:55 +0000 (13:56 +0000)]
make gnome-mini-data also depend on mime-info
Koen Kooi [Thu, 11 Aug 2005 13:55:07 +0000 (13:55 +0000)]
make gnome-mime-info depend on shared-mime-info
Oyvind Repvik [Wed, 10 Aug 2005 23:13:46 +0000 (23:13 +0000)]
Move groff and icecast to broken packages
Justin Patrin [Wed, 10 Aug 2005 20:20:14 +0000 (20:20 +0000)]
Add Borzoi to xtscal cxk patch
Combine gpe-dm Xserver patches for Spitz and Akita and add Borzoi
Justin Patrin [Wed, 10 Aug 2005 18:53:33 +0000 (18:53 +0000)]
Make xtscal work for Akita as well. We'll need another fix once we know the 3100's name
Justin Patrin [Wed, 10 Aug 2005 18:42:03 +0000 (18:42 +0000)]
Fix xtscal for spitz (probably also needs to eb done for akita)
Michael Lauer [Wed, 10 Aug 2005 18:04:22 +0000 (18:04 +0000)]
Michael Lauer [Wed, 10 Aug 2005 18:03:17 +0000 (18:03 +0000)]
E: commit missing files
Koen Kooi [Wed, 10 Aug 2005 17:00:41 +0000 (17:00 +0000)]
Michael Lauer [Wed, 10 Aug 2005 16:47:52 +0000 (16:47 +0000)]
Michael Lauer [Wed, 10 Aug 2005 16:40:18 +0000 (16:40 +0000)]
add the enlightenment window manager + utilities
large parts of these files are courtesy Justin Patrin who will be maintaining E in OE, thanks!
Michael Lauer [Wed, 10 Aug 2005 16:39:05 +0000 (16:39 +0000)]
more EFL fixes + add the enlightenment library from the E window manager as dedicated library
Michael Lauer [Wed, 10 Aug 2005 16:37:30 +0000 (16:37 +0000)]
debian.bbclass: replace package name only once to fix it for corner cases
(libname appearing in right hand of package name, i.e. 'libe')
Matthias Hentges [Wed, 10 Aug 2005 16:31:32 +0000 (16:31 +0000)]
Matthias Hentges [Wed, 10 Aug 2005 16:30:28 +0000 (16:30 +0000)]
altboot: Fix /etc/altboot.rc scanning and adjust the "Master Password" notice to 240x320 screens
Koen Kooi [Wed, 10 Aug 2005 15:50:36 +0000 (15:50 +0000)]
gimp 2.3.2 -> gimp 2.3.3
John Bowler [Wed, 10 Aug 2005 15:39:48 +0000 (15:39 +0000)]
Add missing DEPENDS on vorbis.
Koen Kooi [Wed, 10 Aug 2005 15:07:51 +0000 (15:07 +0000)]
Add gtk+extra 2.1.1
Michael Lauer [Wed, 10 Aug 2005 14:30:52 +0000 (14:30 +0000)]
E: misc cleanups and fixes all over to ensure a clean reproducability
Michael Lauer [Wed, 10 Aug 2005 14:27:49 +0000 (14:27 +0000)]
mpfr: adjust SRC_URI
Michael Lauer [Wed, 10 Aug 2005 14:25:23 +0000 (14:25 +0000)]
cumulus_cvs: fix SRC_URI
Koen Kooi [Wed, 10 Aug 2005 12:21:07 +0000 (12:21 +0000)]
Add ifupdown to openslug-packages, needed for tunnels
Oyvind Repvik [Wed, 10 Aug 2005 02:52:58 +0000 (02:52 +0000)]
Oyvind Repvik [Wed, 10 Aug 2005 02:50:52 +0000 (02:50 +0000)]
Add icecast to openslug feed
Oyvind Repvik [Wed, 10 Aug 2005 02:48:21 +0000 (02:48 +0000)]
Add icecast package, for streaming mp3/ogg
Oyvind Repvik [Wed, 10 Aug 2005 02:46:35 +0000 (02:46 +0000)]
Fix so libxslt installs the headers in STAGING_LIBDIR
Oyvind Repvik [Wed, 10 Aug 2005 01:25:07 +0000 (01:25 +0000)]
Fix priority on ssmtp sendmail symlink
Oyvind Repvik [Wed, 10 Aug 2005 00:50:26 +0000 (00:50 +0000)]
Remove CONFFILES
Michael Lauer [Tue, 9 Aug 2005 23:08:49 +0000 (23:08 +0000)]
Third (and hopefully last) EFL revamp before I hand over maintainership to
Justin Patrin. We now have a efl.bbclass that contains common code for the
various libraries. This makes it possible to have very clean and concise bb's.
Oyvind Repvik [Tue, 9 Aug 2005 22:45:30 +0000 (22:45 +0000)]
propagate from branch 'org.openembedded.dev' (head
377c18da9709037d215bdca9e480d15c4a387576)
to branch 'org.openembedded.nslu2-linux' (head
38df3664556be7e752739a1e7aa85b6172ef2022)
Michael Lauer [Tue, 9 Aug 2005 22:40:46 +0000 (22:40 +0000)]
autotools.bbclass: add INHIBIT_AUTO_STAGE_INCLUDES
native.bbclass: add INHIBIT_NATIVE_STAGE_INSTALL
Oyvind Repvik [Tue, 9 Aug 2005 22:40:08 +0000 (22:40 +0000)]
Add mailx and ssmtp to feed
Oyvind Repvik [Tue, 9 Aug 2005 22:39:16 +0000 (22:39 +0000)]
Add mailx, ssmtp and liblockfile (needed for mailx)
Oyvind Repvik [Tue, 9 Aug 2005 22:37:37 +0000 (22:37 +0000)]
Update mailx to new version (8.1.2-0.20050715cvs). Add ssmtp RRECOMMENDS
Oyvind Repvik [Tue, 9 Aug 2005 22:36:30 +0000 (22:36 +0000)]
Add symlink to sendmail
Oyvind Repvik [Tue, 9 Aug 2005 21:41:46 +0000 (21:41 +0000)]
Update procps to use u-a. Fixup watchdog package a bit
Holger Freyther [Tue, 9 Aug 2005 21:32:11 +0000 (21:32 +0000)]
oe/packages/qte/qte_2.3.10.bb:
oe/packages/opie-buttons-settings/opie-button-settings.inc:
-Remove the ASUS support as there will be no asus machine
in oe.
Oyvind Repvik [Tue, 9 Aug 2005 21:29:17 +0000 (21:29 +0000)]
Holger Freyther [Tue, 9 Aug 2005 21:28:33 +0000 (21:28 +0000)]
packages/uicmoc:
-Update to 4.0.0 release and install statically linked uic, moc and rcc binary
Oyvind Repvik [Tue, 9 Aug 2005 21:24:43 +0000 (21:24 +0000)]
Added ctorrent to feed
Rod Whitby [Tue, 9 Aug 2005 18:30:46 +0000 (18:30 +0000)]
Rod Whitby [Tue, 9 Aug 2005 18:08:17 +0000 (18:08 +0000)]
ccsmart [Tue, 9 Aug 2005 17:55:13 +0000 (17:55 +0000)]
Delete /var/spool/postfix directory created by useradd to let volatile assign the correct permissions.
Koen Kooi [Tue, 9 Aug 2005 17:48:08 +0000 (17:48 +0000)]
Add slightly adjusted h1910.conf
Matthias Hentges [Tue, 9 Aug 2005 15:40:04 +0000 (15:40 +0000)]
altboot: bump PR
Matthias Hentges [Tue, 9 Aug 2005 15:33:16 +0000 (15:33 +0000)]
Akita & Spitz: Enable nfsd kernel module (unb0rks nfs-utils / nfs-server)
Matthias Hentges [Tue, 9 Aug 2005 15:30:31 +0000 (15:30 +0000)]
altboot: Lots and lots of Spitz adjustments, courtesy of JustinP
Rod Whitby [Tue, 9 Aug 2005 15:02:25 +0000 (15:02 +0000)]
Rod Whitby [Tue, 9 Aug 2005 18:00:24 +0000 (18:00 +0000)]
Michael Lauer [Tue, 9 Aug 2005 10:46:10 +0000 (10:46 +0000)]
Michael Lauer [Tue, 9 Aug 2005 02:16:06 +0000 (02:16 +0000)]
binconfig.bbclass: reinstantiate patch that solved appending -native slightly more elegant
http://openembedded.bkbits.net:8080/openembedded/diffs/classes/binconfig.bbclass@1.7?nav=index.html|src/.|src/classes|hist/classes/binconfig.bbclass
Holger Freyther [Mon, 8 Aug 2005 22:41:04 +0000 (22:41 +0000)]
Holger Freyther [Mon, 8 Aug 2005 22:40:31 +0000 (22:40 +0000)]
Beagle:
Drop beagle (MasterIA) support from OE completely.
:MT: ----------------------------------------------------------------------
Holger Freyther [Mon, 8 Aug 2005 22:37:12 +0000 (22:37 +0000)]
Beagle:
-Drop even more files
Holger Freyther [Mon, 8 Aug 2005 22:33:33 +0000 (22:33 +0000)]
Beagle (MasterIA Hardware):
Drop beagle related files
(kernel, machine configuration)
Michael Lauer [Mon, 8 Aug 2005 22:32:58 +0000 (22:32 +0000)]
opie-buttonsettings: set MACHINE_ARCH in a more general way
Holger Freyther [Mon, 8 Aug 2005 22:22:53 +0000 (22:22 +0000)]
openembedded/packages/qte/qte_2.3.10.bb:
Patch by "Pawel Kolodziejski" <pablo@omega.xtr.net.pl> to add
H19xx and ASUS support to QtE.
Currently both devices are treated like stock iPAQ models
(same patches + same defines)
Holger Freyther [Mon, 8 Aug 2005 22:21:09 +0000 (22:21 +0000)]
oe/packages/opie-button-settings/opie-button-settings.inc:
Patch by "Pawel Kolodziejski" <pablo@omega.xtr.net.pl> to install
h19xx and asus specific button pictures/closeups
Michael Lauer [Mon, 8 Aug 2005 21:54:34 +0000 (21:54 +0000)]
Michael Lauer [Mon, 8 Aug 2005 21:54:08 +0000 (21:54 +0000)]
e-libs: yank do_install() in all -native packages or else our precously crafted foo-config will get
overridden with what becomes foo-config-native... grrrr!
Michael Lauer [Mon, 8 Aug 2005 21:21:37 +0000 (21:21 +0000)]
Michael Lauer [Mon, 8 Aug 2005 21:18:22 +0000 (21:18 +0000)]
e/libs: add some more dependencies and some implicit --with-config
Koen Kooi [Mon, 8 Aug 2005 20:58:54 +0000 (20:58 +0000)]
remove ipaq-pxa-2.6, use h3900 instead
Koen Kooi [Mon, 8 Aug 2005 19:39:21 +0000 (19:39 +0000)]
esmart: depend on virtual/imlib2
Michael Lauer [Mon, 8 Aug 2005 19:24:50 +0000 (19:24 +0000)]
fix wrong #define in diet-x11 Xlib.h:
don't say you X_HAVE_UTF8_STRING if you don't...
Koen Kooi [Mon, 8 Aug 2005 18:23:45 +0000 (18:23 +0000)]
Lower default pref for glibmm 2.6.1 as it doesn't play nice with other
Koen Kooi [Mon, 8 Aug 2005 18:16:39 +0000 (18:16 +0000)]
Ship all available evas-tests
Michael Lauer [Mon, 8 Aug 2005 17:55:28 +0000 (17:55 +0000)]
ecore depends on curl, ecore-x11 depends on evas-x11
Michael Lauer [Mon, 8 Aug 2005 17:53:23 +0000 (17:53 +0000)]
- evas-x11 depends on xext
- fix evas-x11 example programs packaging
Michael Lauer [Mon, 8 Aug 2005 16:58:17 +0000 (16:58 +0000)]
add udev-065
Michael Lauer [Mon, 8 Aug 2005 16:44:41 +0000 (16:44 +0000)]
EFL Update, Part II:
- epeg
- epsilon
- esmart
Michael Lauer [Mon, 8 Aug 2005 15:16:40 +0000 (15:16 +0000)]
Matthias Hentges [Mon, 8 Aug 2005 14:51:47 +0000 (14:51 +0000)]
Matthias Hentges [Mon, 8 Aug 2005 14:48:34 +0000 (14:48 +0000)]
altboot: Add 'Copy rootfs to SD/CF' menuitem. *NEEDS DEBUGGING*. Deactivated for now.
Koen Kooi [Mon, 8 Aug 2005 14:45:47 +0000 (14:45 +0000)]
Update glibmm to 2.6.1
Michael Lauer [Mon, 8 Aug 2005 13:48:31 +0000 (13:48 +0000)]
MASSIVE EFL (Enlightenment Foundation Libraries) Update:
- edb
- eet
- embryo
- ecore
- evas
- edje
- ewl
- imlib
- adjust preferred-e-packages as well
Next step: Add Entrance and E17
Michael Lauer [Mon, 8 Aug 2005 12:10:08 +0000 (12:10 +0000)]
binconfig.bbclass: install foo-config as foo-config-native for native packages,
this way the config packages don't step over each other's toes
Michael Lauer [Mon, 8 Aug 2005 12:09:11 +0000 (12:09 +0000)]
- add curl-native
- explicitly disable libidn support
Koen Kooi [Mon, 8 Aug 2005 08:14:09 +0000 (08:14 +0000)]
Fix cairo.patch for libgpewidget