summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-06-03grep: add missing dependency on gettextJan Paesmans
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-06-03alsa-state: bump alsa-state PRChase Maupin
* 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>
2010-06-03alsa-state/dm6467t-evm: add asound file from aragoChase Maupin
* 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>
2010-06-03alsa-state/dm6467-evm: add asound file from aragoChase Maupin
* 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>
2010-06-03alsa-state/dm365-evm: add asound file from aragoChase Maupin
* 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>
2010-06-03alsa-state/dm355-evm: add asound file from aragoChase Maupin
* 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>
2010-06-03qt4-embedded: rename qtdemo fileChase Maupin
* 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>
2010-06-03linphone_3.1.0: add libglade dependencyEric Bénard
* without this compile fails Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-06-03qt4.inc: split font packageEric Bénard
* 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>
2010-06-03kdrive: fix keyboard device support in kdriveVladimir Zapolskiy
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>
2010-06-03gstd: merge in changes from RidgerunKoen Kooi
2010-06-03bc-cube: use webcam iconKoen Kooi
2010-06-03linux-input: clean up and fix QA errorsKoen Kooi
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