Age | Commit message (Collapse) | Author | Files |
|
* 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>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
libvpx-0.9.0-r1/temp/log.do_compile.1458
... /bin/sh: ccache: command not found ...
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
|
|
|
|
* insmod was removed after klibc_1.5
* dmesg, sync and ls have been added with 1.5.15
* wc and losetup are provided by OpenEmbedded patches
* bump INC_PR and recipe's PR to propagate the changes to klibc-utils
|
|
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
* ie xfce-base/libxfce4util_4.6.1.bb cannot find it's checksums anymore
* commit e3df76459f7710af61d1b51066e0685c822dbe7b introduced
name=archive in xfce46.bbclass without adding archive name to all
recipes using xfce46
* I agree that in case someone will need additional SRC_URI item in
recipe inheriting xfce46 he will have to add it to this bbclass AND
update all recipes using it.
* Feel free to fix it the other way around if you expect more
SRC_URIs/recipe.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* keep klibc_1.5 (first prototype)
* keep up-to-date klibc_1.5.18 patched to compile with 2.6.2x and 2.6.3x
* runtime tested on armv5te
|
|
* GCC 4.5.0 has issues with arm that the resulting root file system is
not bootable. These are fixed upstream which would become 4.5.1
so rename the recipes to 4.5 and use the svn revision to get the
latest branch snapshot.
* If some one wants to use it then it could be chosen by
setting PREFERRRED_VERSION = "4.5"
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
We have been in trying to copy the files from the wrong base dir resulting
in a file not found. Starting from ${S} is the right path.
|
|
This brings the bug20 machine file in sync with the Bug Labs internal version.
The difference was only ubi as FSTYPE and some jffs2 tweaking.
|
|
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
* workaround for: ERROR: QA Issue with glamo-dri-tests: No
GNU_HASH in the elf binary
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* workaround for: ERROR: QA Issue with dbus-daemon-proxy: No GNU_HASH in the elf binary
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* move STAGING_DIR_HOST prefix to recipes using it
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|