Age | Commit message (Collapse) | Author | Files |
|
|
|
|
|
into org.openembedded.dev
|
|
|
|
Bump PR.
|
|
into org.openembedded.dev
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
into org.openembedded.dev
|
|
Fixed compilation removing DOLT (from ttp://dolt.freedesktop.org/)
from configure.in, else it would file like this(output stripped):
.../doltlibtool: exec: .../libtool: cannot execute: No such file or directory
note that it looks for libtool and not
${TARGET_ARCH}-angstrom-linux-libtool in my case,more informations
are disponible reading the m4 dolt file here:
http://cgit.freedesktop.org/dolt/tree/dolt.m4
Note that we don't bump pr as it was a compile failure and that we
didn't modify things that would create a modified binary
|
|
Fixed compilation removing DOLT (from http://dolt.freedesktop.org/)
from configure.in, else it would file like this(output stripped):
.../doltlibtool: exec: .../libtool: cannot execute: No such file or directory
note that it looks for libtool and not
${TARGET_ARCH}-angstrom-linux-libtool in my case,more informations
are disponible reading the m4 dolt file here:
http://cgit.freedesktop.org/dolt/tree/dolt.m4
Note that we don't bump pr as it was a compile failure and that we
didn't modify things that would create a modified binary
|
|
|
|
|
|
|
|
|
|
into org.openembedded.dev
|
|
|
|
* In the previous version, the qemumips/uClibc.machine is copied from qemux86/uClibc.machine without any modification, which causes the compilation of uClibc for qemumips failed.
Signed-off-by: Guo Hongruan <camelguo@gmail.com>
|
|
libterm-progressbar-perl_2.09.bb: added recipe
|
|
|
|
|
|
|
|
|
|
Not quite final. Works for me, need to test for different
configurations.
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
|
|
The NVidia display driver requires Xinerama to be enabled. Ion
uses that driver.
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
|
|
Crash reporter requires curl. However, instead of adding a DEPENDS
I chose disabling the crashreporter. Mozilla is probably not
interested in OE-induced crash reports.
However, in the future we might want to enable it.
DEPENDS += "curl" must than be added.
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
|
|
|
|
added BBCLASSEXTEND to the non-native recipes to automatically create the native recipes
|
|
Fixed compilation removing DOLT (from http://dolt.freedesktop.org/)
fom configure.in, else it would file like this(output stripped) :
.../doltlibtool: exec: .../libtool: cannot execute: No such file or directory
note that it looks for libtool and not ${TARGET_ARCH}-angstrom-linux-libtool
in my case,more informations are disponible reading the m4 dolt file here:
http://cgit.freedesktop.org/dolt/tree/dolt.m4
|
|
|
|
libdatetime-format-strptime-perl_1.1000.bb: created
|
|
*Fixed compilation removing DOLT (from http://dolt.freedesktop.org/)
fom configure.in, else it would file like this(output stripped) :
.../doltlibtool: exec: .../libtool: cannot execute: No such file or directory
note that it looks for libtool and not ${TARGET_ARCH}-angstrom-linux-libtool
in my case,more informations are disponible reading the m4 dolt file here:
http://cgit.freedesktop.org/dolt/tree/dolt.m4
*fixed libwmf problem:
libwmf-config is a program that is used for knowing the compilations
flags like that :
libwmf-config --cflags
-I/usr/include/freetype2 -I/usr/include
->But like the in example the host version was called and so some
/usr/include were included into the build process,
--with-libwmf-config=${STAGING_DIR} fixes it
->also depend on the native libwmf so it is not required on the host
in order to build abiword
*fixed runtime problem with the plugins:
In the trunk(which regenerate configure files like we do),
autogen-common.sh was called by autogen.sh
And not calling it creates issues like for instance the absence of the
the collab plugin in the installation directory
|
|
Note that the native recipe(which depend on the non-native recipe)
is needed for a future fix for abiword 2.8.1
|
|
|
|
into org.openembedded.dev
|
|
libxml-dom-perl_1.44.bb: created
|
|
libxml-regexp-perl-native_0.03.bb - created
|
|
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
|
|
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
|
|
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
|
|
'ifup -a' makes a NFS mounted rootfs dissappear underneath us, so
add detection of such rootfs and do not (de)configure.
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
|
|
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
|