Age | Commit message (Collapse) | Author | Files |
|
* Added mimetools.py and rfc822.py to python-netclient
* Added python-json package
* Let python-email depend on python-netclient, because email/utils.py depends on base64.py
NOTE: Fixes http://trac.shr-project.org/trac/ticket/549
|
|
dbus-daemon segfaults on mipsel when built with -fPIE/-pie, as outlined in
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532821
Removes PIE compilation from the dbus-daemon Makefile as a workaround.
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Holger Freyther <zecke@selfish.org>
|
|
|
|
|
|
|
|
nandlogical-klibc-static now)
|
|
|
|
|
|
|
|
|
|
Use $ <command>NAME</command> for all shell commands on the host
throughout the docbook. $ was picked over the other three candidates
due being the oldest one we have used.
|
|
|
|
ignore generated docbook files, ignore temporary vim files
|
|
Use filename and emphasis inside a para to make jade happy.
|
|
Explain how to configure, build and use a Qt Embedded SDK
generated with OpenEmbedded.
|
|
And finally we have a working SDK (tm).
|
|
|
|
|
|
|
|
Using shlibs and ASSUME_SHLIBS should be everything we need to
get proper dependencies into packages. This section should get
more work and the external-poky-toolchain approach should be
copied to simplify this task.
|
|
into org.openembedded.dev
|
|
Patch taken from https://forum.openwrt.org/viewtopic.php?id=20520
Makes sense and seems to work ok.
libgcrypt.inc has --disable-asm in EXTRA_OECONF, yet strangely the configure
script does nothing with this information beyond parsing it. Assembler is
certainly still being used.
http://patchwork.openembedded.org/patch/919/
Signed-Off-By: Holger Hans Peter Freyther <zecke@selfish.org>
|
|
Fix build failure due to removal of the h asm constraint in
GCC-4.4 mips port.
http://patchwork.openembedded.org/patch/921/
Signed-Off-By: Holger Hans Peter Freyther <zecke@selfish.org>
|
|
* Use of generic linux_2.6.23 recipe
* remove em-x270_2.6.23 recipe (ugly).
* Add a patch that allows to compile with gcc 4.1 compiler.
Signed-off-by: Rafael Campos Las Heras <methril@gmail.com>
Signed-off-By: Holger Hans Peter Freyther <zecke@selfish.org>
|
|
Add curl-add_all_algorithms.patch to 7.19.5 recipe. Fixes curl artifact id 2825989
https://sourceforge.net/tracker/index.php?func=detail&aid=2825989&group_id=976&atid=100976
http://cool.haxx.se/cvs.cgi/curl/lib/ssluse.c#rev1.229
http://patchwork.openembedded.org/patch/928/
Signed-Off-By: Holger Hans Peter Freyther <zecke@selfish.org>
|
|
this way we will find the qconfig.pri and all library names
will be set correctly. This means that the SDK is usable to
compile Qt applications out of the box.
|
|
They are directly copied into bin/ and not usr/bin. Change
the script to point to the correct location.
|
|
ls -d will list directories as plain files and then cp -R will copy the
contents over.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
atomic ops which are missing for pre-v7 arms
|
|
Angstrom feed builder: build more stuff
|
|
|
|
/home/grg/oe/tmp/cross/mipsel/lib/gcc/mipsel-angstrom-linux/4.4.1/../../../../mipsel-angstrom-linux/bin/ld: rematch.o: relocation R_MIPS_HI16 against `__gnu_local_gp' can not be used when making a shared object; recompile with -fPIC
http://patchwork.openembedded.org/patch/920/
Signed-Off-By: Holger Hans Peter Freyther <zecke@selfish.org>
|
|
According to Mike Westerhof it is obsolete and can be removed:
http://patchwork.openembedded.org/patch/922/
|
|
with gcc-4.4 and provides the following:
| tmp/cross/mipsel/lib/gcc/mipsel-angstrom-linux/4.4.1/../../../../mipsel-angstrom-linux/bin/ld: portmap.o: relocation R_MIPS_HI16 against `__gnu_local_gp' can not be used when making a shared object; recompile with -fPIC
The CFLAGS in portmap's Makefile contains -fpie, but is ignored. The
CFLAGS I've added below are constructed from portmap's Makefile. When
built with gcc-4.3.3 the resultant binary no longer segfaults.
Signed-Off-By: Holger Hans Peter Freyther <zecke@selfish.org>
|
|
Currently the configure script of Qt is invoking pg_config
which is a native application and not staged. Even though
we pass the directory with the header files we will fail
the postgres test as pg_config from the host will tell us
something about /usr/include.
There is no need for us to check pg_config, hack it out.
|
|
into org.openembedded.dev
|
|
|
|
|
|
|
|
|
|
Do not install debug packages and examples making the SDK
a bit smaller.
|
|
|