Age | Commit message (Collapse) | Author | Files |
|
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
|
|
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
|
|
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
|
|
5.0.0 is unfetchable
Signed-off-by: Roman I Khimov <khimov@altell.ru>
|
|
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
Rconflicts because of identical program names.
Signed-off-by: Vitus Jensen <vjensen@gmx.de>
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
Add canutils (PTX flavour) 4.0.4 and 4.0.5 as alternatives
to socketcan-utils-test. Version 4.x requires libsocketcan
and supports kernel 2.6.30 and above.
Signed-off-by: Vitus Jensen <vjensen@gmx.de>
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
Build pengutronix' libsocketcan (netlink interface), used
by newer versions of canutils. can_netlink.h is really
linux/can/netlink.h from linux-libc-headers but installed
here to be independ of staged linux-libc-headers versions.
libsocketcan 0.0.8 automatically installs can_netlink.h,
version 0.0.7 is patched to do so.
Signed-off-by: Vitus Jensen <vjensen@gmx.de>
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
|
|
|
|
gettext-native is a prerequisite for building grep-native.
Inheriting also from gettext takes care of that requirement.
Signed-off-by: Jan Paesmans <jan.paesmans@gmail.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
* Bump the PR number of the alsa-state to pickup
new asound.state files added for TI platforms.
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Acked-by: Koen Kooi <k-kooi@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
* Add the asound.state file for the Texas Instruments
dm6467t-evm platform from arago.
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Acked-by: Koen Kooi <k-kooi@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
* Add the asound.state file for the Texas Instruments
dm6467-evm platform from arago.
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Acked-by: Koen Kooi <k-kooi@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
* Add the asound.state file for the Texas Instruments
dm365-evm platform from arago.
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Acked-by: Koen Kooi <k-kooi@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
* Add the asound.state file for the Texas Instruments
dm355-evm platform from arago.
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Acked-by: Koen Kooi <k-kooi@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
* Changed the name of the qtdemo exectable installed
in the /usr/bin directory to qtdemoE for Qt
embedded builds. This allows the Qt embedded
version of the demos package to co-exist with
the Qt X11 version.
* Changed the demos package file list to accept
both qtdemo and qtdemoE.
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Acked-by: Koen Kooi <k-kooi@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
* without this compile fails
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
* Before :
4228 KiB /armv5te/qt4-embedded-fonts_4.6.2-r19.1.5_armv5te.ipk
* After :
1058300 armv5te/qt4-embedded-fonts-pfa_4.6.2-r19.1.5_armv5te.ipk
293236 armv5te/qt4-embedded-fonts-pfb_4.6.2-r19.1.5_armv5te.ipk
649442 armv5te/qt4-embedded-fonts-qpf_4.6.2-r19.1.5_armv5te.ipk
1917230 armv5te/qt4-embedded-fonts-ttf-dejavu_4.6.2-r19.1.5_armv5te.ipk
344114 armv5te/qt4-embedded-fonts-ttf-vera_4.6.2-r19.1.5_armv5te.ipk
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
This fixes option selection for keyboard device in kdrive server without XKB
support.
Signed-off-by: Vladimir Zapolskiy <vzapolskiy@gmail.com>
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
|
|
|
|
|
|
|
|
* there is probably very few cases when it's needed without _${PN},
if you find one in attached patch, please enlighten me
* usually we want those only for ${PN} not for all ${PACKAGES} ie ${PN}-dev, ${PN)-doc etc
* there is a check for this in recipe-sanity.bclass
* there is maybe few possible fixes also in bbclasses
cpan-base.bbclass:RDEPENDS += "${@["perl", ""][(bb.data.inherits_class('native', d))]}"
distutils-base.bbclass:RDEPENDS += "python-core"
gtk-icon-cache.bbclass:RDEPENDS += "hicolor-icon-theme"
image.bbclass:RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}"
module.bbclass:RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules"
?opie_i18n.bbclass: rdepends = bb.data.getVar("RDEPENDS", d, 1)
?opie_i18n.bbclass: bb.data.setVar('RDEPENDS_%s' % x[0].lower(), pn, d)
?opie_i18n.bbclass: bb.data.setVar('RDEPENDS', rdepends, d)
rubyextension.bbclass:RDEPENDS += "ruby"
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <k-kooi@ti.com>
|
|
Its better not to put this was here but in the images
if needed.
This reverts commit 39a7a0152d5d9a38ab202e11eb2eaab163dc35fa.
|
|
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>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* uClibc does not expose sched_param the same way
as glibc even though it pretends like glibc all
interface dont match.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
Make the qemu virtual:native build to pass staging dir via EXTRA_OECONF,
not via QEMU_CFLAGS, which aren't passed to configure environment.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
|
|
|
|
This patch adds application of no_xkb patch for the last
available version of xserver-kdrive in OpenEmbedded.
Signed-off-by: Vladimir Zapolskiy <vzapolskiy@gmail.com>
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
|
|
|
|
|
|
|
|
|
|
The build error was a link failure not finding S_ISDIR
which is a macro provided for the stat syscall..
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
This reverts commit e020cd9b2c61fd19bb55ec3fd38abcfdbd3f651c.
Acked-by: Koen Kooi <k-kooi@ti.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* sorry for making whole xinput-calibrator machine specific before, this
way it should be better for upgrades (as proved by normal pointercal
for tslib)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
interested in
|
|
be adding it to DEPENDS
|
|
convert to new style staging
|
|
The commits since 527 are:
* Don't try to print cmd_name before its initialised. From Amanous, Issue #48
* Add a message for the case that no installation candidate can be found.
* Bump maximum message length from 256 to 4096.
|
|
deploy method in kernel.bbclass automatically adds {S}
Signed-off-by: Vitus Jensen <vjensen@gmx.de>
Signed-off-by: Eric Bénard <eric@eukrea.com>
|