aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa
* 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>
2010-06-02Revert "qemu.inc: zap_root_password for qemu images."Khem Raj
Its better not to put this was here but in the images if needed. This reverts commit 39a7a0152d5d9a38ab202e11eb2eaab163dc35fa.
2010-06-02uclibc-git: Move to latest master and enable UCLIBC_HAS_BSD_RES_CLOSEKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-02u-boot_git: Add bug20 supportStefan Schmidt
2010-06-02qemu.inc: zap_root_password for qemu images.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-02cairo 1.8.10: even faster version of patchKoen Kooi
2010-06-02pump: Pull patches from gentoo and debian and make it compilable with uclibcKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-02qemu: When using _append we dont need +=Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-02m4-1.4.14: Fix compilation on uclibc.Khem Raj
* 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>
2010-06-02cairo 1.8.10: use proper patch to get rid of DP FP mathKoen Kooi
2010-06-02qemu: fix the fix for qemu-native vs. no zlib on hostDmitry Eremin-Solenikov
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>
2010-06-02libgles-omap3: add RRECOMMENDS for x11-wsegl to x11 packagesKoen Kooi
2010-06-02kdrive: fix compilation problem of xserver-kdriveVladimir Zapolskiy
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>
2010-06-02psplash-zap: fix typo, spotted by Martin JansaKoen Kooi
2010-06-02task-sdk-native: and fix typo, also reported by MartinKoen Kooi
2010-06-02task-sdk-native: conform to OE packaging guidelines, spotted by Martin JansaKoen Kooi
2010-06-02task-sdk-native: add cvs to RRECOMMENDS for autopointKoen Kooi
2010-06-02m4: Fix m4-native-1.4.14 build on Fedora13...Holger Hans Peter Freyther
The build error was a link failure not finding S_ISDIR which is a macro provided for the stat syscall..
2010-06-02klibc: fix packaging without moving PACKAGES and FILES_ back to recipesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-02Revert "klibc: fix packaging"Martin Jansa
This reverts commit e020cd9b2c61fd19bb55ec3fd38abcfdbd3f651c. Acked-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-02xinput-calibrator: add INC_PR, move machine specific file to separate recipeMartin Jansa
* 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>
2010-06-02scrollkeeper: add 0.3.14. Only -native portion works, but that's what we are ↵Koen Kooi
interested in
2010-06-02cheese: remove scrollkeeper-native, it doesn't exist in OE so we shouldn't ↵Koen Kooi
be adding it to DEPENDS
2010-06-02cairo 1.8.10: add patch to get rid of some double precision FP math and ↵Koen Kooi
convert to new style staging
2010-06-02opkg: bump SRCREV to 530Koen Kooi
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.
2010-06-02linux-n1200_2.6.27-rc9+git: change KERNEL_OUTPUT to a relative pathVitus Jensen
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>
2010-06-02cheese: add gst-plugins-base to DEPENDSMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-02libvpx: remove --enable-ccache configure optionEric Bénard
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>
2010-06-01libmicrohttpd: add 0.4.6Koen Kooi
2010-06-01wavpack: add 4.60.1Koen Kooi
2010-06-01klibc: fix packagingAndrea Adami
* 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
2010-06-01live555: add 20100529 and create includeEric Bénard
Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-06-01xfce46: remove checksum name atribute from bbclassMartin Jansa
* 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>
2010-06-01gst-plugins-ugly: add 0.10.15Koen Kooi
2010-06-01gst-plugins-bad: add 0.10.19Koen Kooi
2010-06-01gst-plugins-good: add 0.10.23Koen Kooi
2010-06-01gst-plugins-base: add 0.10.29Koen Kooi
2010-06-01gst-plugins: dependency tweaks, enable more pluginsKoen Kooi
2010-06-01gstreamer: add 0.10.29Koen Kooi
2010-06-01libvpx: stage headers in ${includedir}/vpxKoen Kooi
2010-06-01x264: update snapshot and convert to new style stagingKoen Kooi
2010-06-01cheese: add 2.30.1Koen Kooi
2010-05-31klibc: major clean out of intermediate recipes.Andrea Adami
* 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
2010-05-31gcc-4.5: rename 4.5.0 to 4.5 and update to latest svn revision.Khem Raj
* 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>
2010-05-31linux-bug_2.6.27.2.bb: Fix install.Stefan Schmidt
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.
2010-05-31bug20.conf: Sync with Bug Labs repoStefan Schmidt
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.
2010-05-31tslib: add git versionEric Bénard
Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-05-31glamo-dri-tests: hack CC variable to respect OE LDFLAGSMartin Jansa
* 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>
2010-05-31dbus-daemon-proxy: don't ignore OE LDFLAGSMartin Jansa
* 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>
2010-05-31fso-specs: don't break QA while staging pkgconfig fileMartin Jansa
* move STAGING_DIR_HOST prefix to recipes using it Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>