Age | Commit message (Collapse) | Author | Files |
|
uncommented dolt-fix.patch, this one is needed for i686 targets (e.g. eee701).
without these patch libtool is used and not the generated one
also verified that it still compiles properly on systems that did not need
the patch (tested by building for beagleboard).
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
${SYSROOT_DESTDIR} ends on a / but there is also a / after the variable
and a slash as the first character of the next variable.
This patch removes the / that is explicitly added so in the generated
code we get // instead of the even sillier looking (and probably more
confusing) ///
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Accidently tagged another file to this commit, sorry
This reverts commit b977bbd442f3d00c884b68c1307bd9b14fb96446.
|
|
${SYSROOT_DESTDIR} ends on a / but there is also a / after the variable
and a slash as the first character of the next variable.
This patch removes the / that is explicitly added so in the generated
code we get // instead of the even sillier looking (and probably more confusing) ///
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
This file was not updated when DISTRO_PR was introduced.
Result of it was that packages were not properly added to the packaged staging package
(due to faulty filenames being generated).
This patch adds ${DISTRO_PR} to the filenames involved
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
|
|
into linux-msm7
(sorry for the size, stupid defconfigs..)
|
|
|
|
|
|
|
|
LZO/LZMA patch.
|
|
|
|
* Replace more verbose harmless error with small note
* Details:
http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg02703.html
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* rename SmartCallback to Callback in libeflvala a18c70a312d98cc90e0e7978f845601e82460b39
* drop inwin_style_set in f359a4d36bdcae114b0d88e9215c30455570c232
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
into org.openembedded.dev
|
|
|
|
Signed-off-by: Mario Schuknecht <m.schuknecht@dresearch.de>
Acked-by: Steffen Sledz <sledz@dresearch.de>
|
|
|
|
* use += instead of =
this appends new file paths to include instead of replacing the
current definition
Signed-off-by: Rolf Leggewie <oe-devel@rolf.leggewie.biz>
Acked-by: Graeme Gregory <dp@xora.org.uk>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
|
|
|
|
|
|
* checksum was already in
|
|
|
|
|
|
with source
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
|
|
* Delete patches that are merged upstream.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* Qt4 based phone application for FSO based phones
Signed-off-by: Christian Rüb <christian.rueb@gmx.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* Qt4 based
* uses FSO dbus calls and signals
Signed-off-by: Christian Rüb <christian.rueb@gmx.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* use tarball not git for source
* preferred version is not git
Signed-off-by: Christian Rüb <christian.rueb@gmx.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* ${sysconfdir} starts with /, so now we had /usr//etc/mplayer in
install call and FILES, but it doesn't work in FILES variable
* /usr${sysconfdir} works but it's ugly, feel free to revert to original
version with /usr/etc/mplayer
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* Drop upstream merged patches.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
wrapper-tools for now
|
|
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
|
|
Patch made by nokia does not apply to 2.6.28 with stable updates so we
redefine whole SRC_URI instead of adding into it.
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
|
|
When using base_contains() to check for a string in a variable for a,
if the variable is not defined an exception occurs. By checking the
existance of the variable and returning false if it isn't there,
a value can be checked for a variable regardless of whether or not it
is defined.
Signed-off-by: Brian Pomerantz <bapper@mvista.com>
Signed-off-by: Chris Larson <clarson@mvista.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
|
|
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
|
|
|
|
TARGET_OS does explicitly NOT belong in a machine.conf, it belongs in a distro.conf
This reverts commit 78411fdbc9e5a4a737303b88ef8962c275425802.
|
|
* EABI has advantages for all armv4 > and with
a little tinkering it works well for armv4.
Since it comes with speed increases theres no
reason to use anything else.
Signed-off-by: Kristoffer ericson <kristoffer.ericson@gmail.com>
|