Age | Commit message (Collapse) | Author | Files |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
makes gnome networkmanager happy and functional
|
|
|
|
* also sync patch between pm and regular kernels
|
|
* seems evas-native used libxext from host
* bump PR
|
|
* recipe is needed for evas-native
|
|
|
|
openssl's makefile always installs to ${prefix}/lib, even if
libdir is ${prefix}/lib64. Move some files around to make it fit.
Signed-off-by: Michael Smith <msmith@cbnco.com>
|
|
* fix up buildsystem contamination bug in firefox.inc while I'm at it as well
|
|
|
|
for the hard-coded server name
|
|
* This was a problem when using gcc-4.3 compile linux-nokia800-2.6.21-osso71
Signed-off-by: Ming Zhou <chow.ming@linuxbj.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
instead of pulling in glibc.
|
|
|
|
|
|
* compcache creates RAM based block device (named ramzswap) which acts as swap disk. Pages swapped to this disk are compressed and stored in memory itself.
* Compressing pages and keeping them in RAM virtually increases its capacity. This allows more applications to fit in given amount of memory.
* added modules_install target in top Makefile to fit the automatically modules build process
* added KERNELDIR variable to make 2.6 style KBUILD system work
* modified the Makefile for rzscontrol tool to use cross toolchain instead of local gcc
Signed-off-by: Ming Zhou <chow.ming@linuxbj.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Netsurf appears to be statically linked with these libraries, so I
bumped its PR too.
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Like linux kernel Git version of uclibc mandates that ARCH is passed
down from make instead of being computed magically. This will be
there in next release 0.9.31 of uclibc. Defining it on make
invocation for older releases is no harm.
Also move uclibc to use INC_PR
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Henning Heinold <heinold@inf.fu-berlin.de>
|
|
into org.openembedded.dev
|
|
* Updated checksum to new values.
* Dropped sounds.xml.patch so recipe builds.
The Asterisk people changed the source tarballs for legal reasons. This
blog entry explains the music-on-hold changes:
http://blogs.digium.com/2009/08/18/asterisk-music-on-hold-changes/
I made the minimum updates so the recipe builds again. We'll need
someone familiar with Asterisk to work out what else needs changing.
|
|
into org.openembedded.dev
|
|
|
|
Signed-off-by: Evan Doiron <edoiron@cbnco.com>
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
http://patchwork.openembedded.org/patch/998/
Signed-off-by: Evan Doiron <edoiron@cbnco.com>
Signed-off-by: Michael Smith <msmith@cbnco.com>
|
|
Signed-off-by: Evan Doiron <edoiron@cbnco.com>
Signed-off-by: Michael Smith <msmith@cbnco.com>
|
|
into org.openembedded.dev
|
|
|
|
|
|
0024 moves functionality of /etc/X11/Xserver to separate file (except
running X11 server) - this allows to use xserver-common package in
systems where xinit is used to run X11 session as root (look at
xserver-nodm-init package)
0025 moves xmodmap files to /etc/X11/xmodmap/ and installs
xserver-common file created in previous patch.
0026 fixes path to default.xmodmap file
|
|
|
|
|
|
|
|
|
|
into org.openembedded.dev
|
|
This patch is required for libstdc++ mainly as far as gcc is
concerned. Without this patch configure detects TLS falsely
and enables tls when compiling libstdc++ on uclibc based systems
uclibc lacks TLS support as of now. With NPTL it will have TLS support
but thats a distant future.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
In GPE images we use gpe-session-scripts to provide Xsession init
scripts for launching Matchbox components. But what if someone do not
want GPE but want Matchbox?
Poky has it cleaned in other way.
|
|
|
|
|
|
|