openembedded.git
19 years agomerge of c05b7d0d68a0aebf878d9b85531b595e425dabaa
John Bowler [Thu, 11 Aug 2005 20:22:47 +0000 (20:22 +0000)]
merge of c05b7d0d68a0aebf878d9b85531b595e425dabaa
     and f53fd48079b012f260a4377a58c829aa1b21fe0f

19 years agopropagate from branch 'org.openembedded.dev' (head af7da4406babf078f2747a3588cfa451ae...
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)

19 years agodb-4: thumb only (no PR bump): prevent the erroneous use of 32 bit arm
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.

19 years agolibvorbis: thumb only (no PR change): prevent all optimisation to hide an
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.

19 years agoAdd a patch to run ranlib on 2 libraries (bug 172)
Justin Patrin [Thu, 11 Aug 2005 20:10:52 +0000 (20:10 +0000)]
Add a patch to run ranlib on 2 libraries (bug 172)

19 years agolibmad: thumb only (so no PR change): remove the erroneous use of 32 bit
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

19 years agoThis set of changes ensures that TARGET_CC_ARCH is passed reliably to all
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.

19 years agoBump PR
Justin Patrin [Thu, 11 Aug 2005 18:20:14 +0000 (18:20 +0000)]
Bump PR

19 years agoAdd /dev/loop0 to list of modules to be created
Justin Patrin [Thu, 11 Aug 2005 18:16:44 +0000 (18:16 +0000)]
Add /dev/loop0 to list of modules to be created

19 years agomerge of 0fbc5bc9e4e013e53c6e2ad33a14cf971844ac61
Matthias Hentges [Thu, 11 Aug 2005 17:56:37 +0000 (17:56 +0000)]
merge of 0fbc5bc9e4e013e53c6e2ad33a14cf971844ac61
     and c2a4ba0685c8f08c743c55860ef182e1391a590a

19 years agoaltboot: Add forgotten "boot hdd3" option for spitz
Matthias Hentges [Thu, 11 Aug 2005 17:55:56 +0000 (17:55 +0000)]
altboot: Add forgotten "boot hdd3" option for spitz

19 years agoCoreDump was right, the REAL_INIT is init.sysvinit
Justin Patrin [Thu, 11 Aug 2005 17:42:34 +0000 (17:42 +0000)]
CoreDump was right, the REAL_INIT is init.sysvinit

19 years agomerge of 5381d172a27c05bdc841a6ebf55d265354d4e66e
Justin Patrin [Thu, 11 Aug 2005 17:23:26 +0000 (17:23 +0000)]
merge of 5381d172a27c05bdc841a6ebf55d265354d4e66e
     and aa3fea219016be801feb5329869cd546a2334ec9

19 years agoFix typo in postinst for spitz, add more robust checking
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)

19 years agoucslugc, UCSLUGC_PACKAGES: make various prerequesite packages explicit in
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.

19 years agoUpdate postfix to use u-a for /usr/sbin/sendmail (Conflict with ssmtp)
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)

19 years agoUpdate nail to use /usr/sbin/sendmail instead of /usr/lib/sendmail
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

19 years agomake gnome-mini-data also depend on mime-info
Koen Kooi [Thu, 11 Aug 2005 13:56:55 +0000 (13:56 +0000)]
make gnome-mini-data also depend on mime-info

19 years agomake gnome-mime-info depend on shared-mime-info
Koen Kooi [Thu, 11 Aug 2005 13:55:07 +0000 (13:55 +0000)]
make gnome-mime-info depend on shared-mime-info

19 years agoMove groff and icecast to broken packages
Oyvind Repvik [Wed, 10 Aug 2005 23:13:46 +0000 (23:13 +0000)]
Move groff and icecast to broken packages

19 years agoAdd Borzoi to xtscal cxk patch
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

19 years agoMake xtscal work for Akita as well. We'll need another fix once we know the 3100...
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

19 years agoFix xtscal for spitz (probably also needs to eb done for akita)
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)

19 years agomerge of 9382a38f6527ac52dbb3b04c1ccd0854c14c1e5c
Michael Lauer [Wed, 10 Aug 2005 18:04:22 +0000 (18:04 +0000)]
merge of 9382a38f6527ac52dbb3b04c1ccd0854c14c1e5c
     and cfbd36ce13c068634dfe838d6e4d7e1980011a9b

19 years agoE: commit missing files
Michael Lauer [Wed, 10 Aug 2005 18:03:17 +0000 (18:03 +0000)]
E: commit missing files

19 years agomerge of 0cac7f8ff05ffed52b7fd8c45edd92ac63c50786
Koen Kooi [Wed, 10 Aug 2005 17:00:41 +0000 (17:00 +0000)]
merge of 0cac7f8ff05ffed52b7fd8c45edd92ac63c50786
     and 8746aa49b2d44b03e77f44c96aaab655c6477034

19 years agomerge of 802b5c32960cd36a01f851dc081ca5c7b123dec5
Michael Lauer [Wed, 10 Aug 2005 16:47:52 +0000 (16:47 +0000)]
merge of 802b5c32960cd36a01f851dc081ca5c7b123dec5
     and a7553a96f640438ec67f0ffe109c920e46e60972

19 years agoadd the enlightenment window manager + utilities
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!

19 years agomore EFL fixes + add the enlightenment library from the E window manager as dedicated...
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

19 years agodebian.bbclass: replace package name only once to fix it for corner cases
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')

19 years agomerge of 2269487af65346b42e5e83ac451ab4bfeb12185b
Matthias Hentges [Wed, 10 Aug 2005 16:31:32 +0000 (16:31 +0000)]
merge of 2269487af65346b42e5e83ac451ab4bfeb12185b
     and 802b5c32960cd36a01f851dc081ca5c7b123dec5

19 years agoaltboot: Fix /etc/altboot.rc scanning and adjust the "Master Password" notice to...
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

19 years agogimp 2.3.2 -> gimp 2.3.3
Koen Kooi [Wed, 10 Aug 2005 15:50:36 +0000 (15:50 +0000)]
gimp 2.3.2 -> gimp 2.3.3

19 years agoAdd missing DEPENDS on vorbis.
John Bowler [Wed, 10 Aug 2005 15:39:48 +0000 (15:39 +0000)]
Add missing DEPENDS on vorbis.

19 years agoAdd gtk+extra 2.1.1
Koen Kooi [Wed, 10 Aug 2005 15:07:51 +0000 (15:07 +0000)]
Add gtk+extra 2.1.1

19 years agoE: misc cleanups and fixes all over to ensure a clean reproducability
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

19 years agompfr: adjust SRC_URI
Michael Lauer [Wed, 10 Aug 2005 14:27:49 +0000 (14:27 +0000)]
mpfr: adjust SRC_URI

19 years agocumulus_cvs: fix SRC_URI
Michael Lauer [Wed, 10 Aug 2005 14:25:23 +0000 (14:25 +0000)]
cumulus_cvs: fix SRC_URI

19 years agoAdd ifupdown to openslug-packages, needed for tunnels
Koen Kooi [Wed, 10 Aug 2005 12:21:07 +0000 (12:21 +0000)]
Add ifupdown to openslug-packages, needed for tunnels

19 years agomerge of 6f9c7403f1e4f0d922265c7dd8615d5adc725a91
Oyvind Repvik [Wed, 10 Aug 2005 02:52:58 +0000 (02:52 +0000)]
merge of 6f9c7403f1e4f0d922265c7dd8615d5adc725a91
     and fcfbb6c34ad994d45f290872875c8717b5409ecf

19 years agoAdd icecast to openslug feed
Oyvind Repvik [Wed, 10 Aug 2005 02:50:52 +0000 (02:50 +0000)]
Add icecast to openslug feed

19 years agoAdd icecast package, for streaming mp3/ogg
Oyvind Repvik [Wed, 10 Aug 2005 02:48:21 +0000 (02:48 +0000)]
Add icecast package, for streaming mp3/ogg

19 years agoFix so libxslt installs the headers in STAGING_LIBDIR
Oyvind Repvik [Wed, 10 Aug 2005 02:46:35 +0000 (02:46 +0000)]
Fix so libxslt installs the headers in STAGING_LIBDIR

19 years agoFix priority on ssmtp sendmail symlink
Oyvind Repvik [Wed, 10 Aug 2005 01:25:07 +0000 (01:25 +0000)]
Fix priority on ssmtp sendmail symlink

19 years agoRemove CONFFILES
Oyvind Repvik [Wed, 10 Aug 2005 00:50:26 +0000 (00:50 +0000)]
Remove CONFFILES

19 years agoThird (and hopefully last) EFL revamp before I hand over maintainership to
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.

19 years agopropagate from branch 'org.openembedded.dev' (head 377c18da9709037d215bdca9e480d15c4a...
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)

19 years agoautotools.bbclass: add INHIBIT_AUTO_STAGE_INCLUDES
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

19 years agoAdd mailx and ssmtp to feed
Oyvind Repvik [Tue, 9 Aug 2005 22:40:08 +0000 (22:40 +0000)]
Add mailx and ssmtp to feed

19 years agoAdd mailx, ssmtp and liblockfile (needed for mailx)
Oyvind Repvik [Tue, 9 Aug 2005 22:39:16 +0000 (22:39 +0000)]
Add mailx, ssmtp and liblockfile (needed for mailx)

19 years agoUpdate mailx to new version (8.1.2-0.20050715cvs). Add ssmtp RRECOMMENDS
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

19 years agoAdd symlink to sendmail
Oyvind Repvik [Tue, 9 Aug 2005 22:36:30 +0000 (22:36 +0000)]
Add symlink to sendmail

19 years agoUpdate procps to use u-a. Fixup watchdog package a bit
Oyvind Repvik [Tue, 9 Aug 2005 21:41:46 +0000 (21:41 +0000)]
Update procps to use u-a. Fixup watchdog package a bit

19 years agooe/packages/qte/qte_2.3.10.bb:
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.

19 years agomerge of a76f350b51bedef01b414ca428726bc656900e86
Oyvind Repvik [Tue, 9 Aug 2005 21:29:17 +0000 (21:29 +0000)]
merge of a76f350b51bedef01b414ca428726bc656900e86
     and f1d9c506311c18e24649910f85d49714dadc9e98

19 years agopackages/uicmoc:
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

19 years agoAdded ctorrent to feed
Oyvind Repvik [Tue, 9 Aug 2005 21:24:43 +0000 (21:24 +0000)]
Added ctorrent to feed

19 years agomerge of 454b45d15e13c588f56710d40bad974b84f2d8ce
Rod Whitby [Tue, 9 Aug 2005 18:30:46 +0000 (18:30 +0000)]
merge of 454b45d15e13c588f56710d40bad974b84f2d8ce
     and 69b3134a4a162cdd3e926b6229c0b8bcd01062f9

19 years agomerge of 681b8acdebf4ff7e7427274b9d5859a0cfb5230c
Rod Whitby [Tue, 9 Aug 2005 18:08:17 +0000 (18:08 +0000)]
merge of 681b8acdebf4ff7e7427274b9d5859a0cfb5230c
     and bb0acdc6b3b3e3a264209a9f0094212e7f83e31a

19 years agoDelete /var/spool/postfix directory created by useradd to let volatile assign the...
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.

19 years agoAdd slightly adjusted h1910.conf
Koen Kooi [Tue, 9 Aug 2005 17:48:08 +0000 (17:48 +0000)]
Add slightly adjusted h1910.conf

19 years agoaltboot: bump PR
Matthias Hentges [Tue, 9 Aug 2005 15:40:04 +0000 (15:40 +0000)]
altboot: bump PR

19 years agoAkita & Spitz: Enable nfsd kernel module (unb0rks nfs-utils / nfs-server)
Matthias Hentges [Tue, 9 Aug 2005 15:33:16 +0000 (15:33 +0000)]
Akita & Spitz: Enable nfsd kernel module (unb0rks nfs-utils / nfs-server)

19 years agoaltboot: Lots and lots of Spitz adjustments, courtesy of JustinP
Matthias Hentges [Tue, 9 Aug 2005 15:30:31 +0000 (15:30 +0000)]
altboot: Lots and lots of Spitz adjustments, courtesy of JustinP

19 years agomerge of 2f4be4bda0bc32eb72174daa1ac365050b7a9d85
Rod Whitby [Tue, 9 Aug 2005 15:02:25 +0000 (15:02 +0000)]
merge of 2f4be4bda0bc32eb72174daa1ac365050b7a9d85
     and 42695d2917826b4ecd949ee4cce709f6f04fc54c

19 years agomerge of 4244fcc1342db41f3c990bf797b685be65d4edaa
Rod Whitby [Tue, 9 Aug 2005 18:00:24 +0000 (18:00 +0000)]
merge of 4244fcc1342db41f3c990bf797b685be65d4edaa
     and a76f350b51bedef01b414ca428726bc656900e86

19 years agomerge of 27ce3dcb3ae4cdeafc78be0419448c83a31e6c86
Michael Lauer [Tue, 9 Aug 2005 10:46:10 +0000 (10:46 +0000)]
merge of 27ce3dcb3ae4cdeafc78be0419448c83a31e6c86
     and b545254923165588edbe4ef88061c70e7283ec17

19 years agobinconfig.bbclass: reinstantiate patch that solved appending -native slightly more...
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

19 years agomerge of 7c9a557bba5b572a0b318b0874446c5b6fdab04f
Holger Freyther [Mon, 8 Aug 2005 22:41:04 +0000 (22:41 +0000)]
merge of 7c9a557bba5b572a0b318b0874446c5b6fdab04f
     and cc33b7b4b2d7580b2a8ba5b45781b8a1f519ab8b

19 years agoBeagle:
Holger Freyther [Mon, 8 Aug 2005 22:40:31 +0000 (22:40 +0000)]
Beagle:
    Drop beagle (MasterIA) support from OE completely.
:MT: ----------------------------------------------------------------------

19 years agoBeagle:
Holger Freyther [Mon, 8 Aug 2005 22:37:12 +0000 (22:37 +0000)]
Beagle:
    -Drop even more files

19 years agoBeagle (MasterIA Hardware):
Holger Freyther [Mon, 8 Aug 2005 22:33:33 +0000 (22:33 +0000)]
Beagle (MasterIA Hardware):
    Drop beagle related files
    (kernel, machine configuration)

19 years agoopie-buttonsettings: set MACHINE_ARCH in a more general way
Michael Lauer [Mon, 8 Aug 2005 22:32:58 +0000 (22:32 +0000)]
opie-buttonsettings: set MACHINE_ARCH in a more general way

19 years agoopenembedded/packages/qte/qte_2.3.10.bb:
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)

19 years agooe/packages/opie-button-settings/opie-button-settings.inc:
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

19 years agomerge of 8682c577fb2d85f5eba728c853258b0de8554651
Michael Lauer [Mon, 8 Aug 2005 21:54:34 +0000 (21:54 +0000)]
merge of 8682c577fb2d85f5eba728c853258b0de8554651
     and e35e2ff24f4fd9e88928070713917ac9ebae8029

19 years agoe-libs: yank do_install() in all -native packages or else our precously crafted foo...
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!

19 years agomerge of 27cb5f6de264ac36e00303d9625c6edc31c2c6c0
Michael Lauer [Mon, 8 Aug 2005 21:21:37 +0000 (21:21 +0000)]
merge of 27cb5f6de264ac36e00303d9625c6edc31c2c6c0
     and ffa94e05dada50e544f997d3660bba60ad4f78bc

19 years agoe/libs: add some more dependencies and some implicit --with-config
Michael Lauer [Mon, 8 Aug 2005 21:18:22 +0000 (21:18 +0000)]
e/libs: add some more dependencies and some implicit --with-config

19 years agoremove ipaq-pxa-2.6, use h3900 instead
Koen Kooi [Mon, 8 Aug 2005 20:58:54 +0000 (20:58 +0000)]
remove ipaq-pxa-2.6, use h3900 instead

19 years agoesmart: depend on virtual/imlib2
Koen Kooi [Mon, 8 Aug 2005 19:39:21 +0000 (19:39 +0000)]
esmart: depend on virtual/imlib2

19 years agofix wrong #define in diet-x11 Xlib.h:
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...

19 years agoLower default pref for glibmm 2.6.1 as it doesn't play nice with other
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

19 years agoShip all available evas-tests
Koen Kooi [Mon, 8 Aug 2005 18:16:39 +0000 (18:16 +0000)]
Ship all available evas-tests

19 years agoecore depends on curl, ecore-x11 depends on evas-x11
Michael Lauer [Mon, 8 Aug 2005 17:55:28 +0000 (17:55 +0000)]
ecore depends on curl, ecore-x11 depends on evas-x11

19 years ago- evas-x11 depends on xext
Michael Lauer [Mon, 8 Aug 2005 17:53:23 +0000 (17:53 +0000)]
- evas-x11 depends on xext
- fix evas-x11 example programs packaging

19 years agoadd udev-065
Michael Lauer [Mon, 8 Aug 2005 16:58:17 +0000 (16:58 +0000)]
add udev-065

19 years agoEFL Update, Part II:
Michael Lauer [Mon, 8 Aug 2005 16:44:41 +0000 (16:44 +0000)]
EFL Update, Part II:
- epeg
- epsilon
- esmart

19 years agomerge of e9dd020fc3fd113d6a079b11a238249de03ff731
Michael Lauer [Mon, 8 Aug 2005 15:16:40 +0000 (15:16 +0000)]
merge of e9dd020fc3fd113d6a079b11a238249de03ff731
     and f9d3b94ab86532d41ac3eded503c6e47d6d8de4c

19 years agomerge of 2af94f47b2ba34daf8f717acaf9c292ce1f42c61
Matthias Hentges [Mon, 8 Aug 2005 14:51:47 +0000 (14:51 +0000)]
merge of 2af94f47b2ba34daf8f717acaf9c292ce1f42c61
     and 626a7a777e8de41589b88c0e6087c6a26d3739de

19 years agoaltboot: Add 'Copy rootfs to SD/CF' menuitem. *NEEDS DEBUGGING*. Deactivated for...
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.

19 years agoUpdate glibmm to 2.6.1
Koen Kooi [Mon, 8 Aug 2005 14:45:47 +0000 (14:45 +0000)]
Update glibmm to 2.6.1

19 years agoMASSIVE EFL (Enlightenment Foundation Libraries) Update:
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

19 years agobinconfig.bbclass: install foo-config as foo-config-native for native packages,
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

19 years ago- add curl-native
Michael Lauer [Mon, 8 Aug 2005 12:09:11 +0000 (12:09 +0000)]
- add curl-native
- explicitly disable libidn support

19 years agoFix cairo.patch for libgpewidget
Koen Kooi [Mon, 8 Aug 2005 08:14:09 +0000 (08:14 +0000)]
Fix cairo.patch for libgpewidget

19 years agolinux-oz-2.6: Corgi Sound Updates. Complete the wm8731 i2c driver.
Richard Purdie [Mon, 8 Aug 2005 07:41:59 +0000 (07:41 +0000)]
linux-oz-2.6: Corgi Sound Updates. Complete the wm8731 i2c driver.

19 years agopropagate from branch 'org.openembedded.dev' (head e5ee515fa896606518481b09699b023774...
John Bowler [Sun, 7 Aug 2005 21:33:21 +0000 (21:33 +0000)]
propagate from branch 'org.openembedded.dev' (head e5ee515fa896606518481b09699b0237741b79e7)
            to branch 'org.openembedded.nslu2-linux' (head 9467bebba2440fba8a123b9cdcfe3ebfb3bbd4d1)

19 years agoexplicit_merge of 85d8528d47a6cf1ff8d3c10b55e327fea4c8262b
John Bowler [Sun, 7 Aug 2005 21:26:22 +0000 (21:26 +0000)]
explicit_merge of 85d8528d47a6cf1ff8d3c10b55e327fea4c8262b
              and 3fdd532025257c25f1c852c0042381869d25b9d6
   using ancestor
        to branch 'org.openembedded.nslu2-linux'

19 years agomerge of 299d7ad50c11e98b4229b447db0f230399d5b808
Michael Lauer [Sun, 7 Aug 2005 21:12:42 +0000 (21:12 +0000)]
merge of 299d7ad50c11e98b4229b447db0f230399d5b808
     and eadb0128d53a398e63b8038f387db6940e12a469