summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2008-03-31hostap-daemon: replace version 0.6.0 by 0.6.3Jeremy Laine4
2008-03-31linux.inc: add dtc-native to DEPENDS if KERNEL_DEVICETREE is definedJeremy Laine1
2008-03-31abiword-plugins: add latest stable, 2.6.0 and patch it to use CXX for LDKoen Kooi2
2008-03-31linux.inc: move binary devicetree generation to linux.incJeremy Laine5
2008-03-31merge of '54d41b90eb39f940315cabcc3f06e21d097472a9'OpenEmbedded Project2
and '81fc7ef21372b525a566c7050bd637f8bff9c6b7'
2008-03-31merge of '048d7a25deec409ecdb2a1dacf3ef6afb4f6359f'OpenEmbedded Project2
and 'f38f68f6196f02a72030cf539729f671d94c6542'
2008-03-31abiword-plugins 2.5.x: unbreak configure by fixing DESCRIPTIONKoen Kooi2
2008-03-31kernel.bbclass,linux.inc: cleanup definition of ${KERNEL_IMAGE_BASE_NAME}Jeremy Laine2
* drop ${DATETIME} from ${KERNEL_IMAGE_BASE_NAME} in kernel.bbclass, see: http://lists.linuxtogo.org/pipermail/openembedded-devel/2008-March/005017.html * make ${KERNEL_IMAGE_BASE_NAME} and ${KERNEL_IMAGE_SYMLINK_NAME} ?=, see: http://lists.linuxtogo.org/pipermail/openembedded-devel/2008-March/005016.html * remove ${KERNEL_IMAGE_BASE_NAME} and ${KERNEL_IMAGE_SYMLINK_NAME} from linux.inc * use ${KERNEL_IMAGE_BASE_NAME} for uImage deploy
2008-03-31abiword: add 2.6.0, latest stableKoen Kooi1
2008-03-30zaurus-updater: Teach do_deploy about packaged stagingRichard Purdie1
2008-03-30sane-srcrevs.inc: bump matchbox-keyboard to solve 'unable to find expat' problemMarcin Juszkiewicz1
2008-03-30base.bbclass: Enable 'overwrite' flag for unzip (to match tar behaviour). ↵Leon Woestenberg1
Broke rebuilds when disabled.
2008-03-30gnuplot: fix configureJunqian Gordon Xu6
* remove unnecessary depends (wxwidgets, etc) and configure option * fix SRC_DATE in 4.3.0+cvs * bump default to 4.2.3
2008-03-30tosa asound.state: fix default valuesJunqian Gordon Xu2
2008-03-30wxwidgets: fix packaging/staging.Junqian Gordon Xu3
* upgrade 2.6.3 to 2.6.4 (old stable) * add 2.8.7 (new stable, DEFAULT) * fix packaging/staging following wxbase, unify
2008-03-30wxbase: fix broken, unifyJunqian Gordon Xu6
* upgrade 2.6.2 to 2.6.4 (upstream old stable, DEFAULT) * upgrade 2.7+cvs to 2.8.7 (upstream new stable) * NOTE: upstream only provide mwg build targets for > 2.7 * 2.8.7: patch Makefile non-sense
2008-03-29merge of 'd64ac77a872f13513c87a0d8a234d5025cd4b8ab'Michael Lauer3
and 'f818d337a5b7485dbab518f9a6b6d283edcc4f6b'
2008-03-29etk cvs packaging fixesMichael Lauer1
2008-03-29efl.bbclass: ship .debug files in proper packageMichael Lauer1
2008-03-29sane-srcdates.inc: bump EFL_SRCDATE, pkgconfig detection works againMichael Lauer1
2008-03-29gsm0710muxd svn catch up version number with upstream, it's 0.9.0 nowMichael Lauer2
2008-03-29gcc: Include TARGET_CC_ARCH in ARCH_FLAGS_FOR_TARGET by default for ↵Richard Purdie37
everyone, not just as a slugos specific override.
2008-03-29packages/haserl/haserl_0.9.23.bb : Update haselr to latest versionStelios Koroneos1
2008-03-29packages/netpipes/netpipes_4.2.bb : New package - netpipesStelios Koroneos2
A package to manipulate BSD TCP/IP stream sockets
2008-03-29merge of '17cf14623c223d8cb74b50235967b61c1e9945f7'Stelios Koroneos0
and '6ed033b5ebd18217b767c79c336455c89d8808cd'
2008-03-29linux-handhelds-2.6.inc: replace stray ${KERNEL_FILENAME}Philipp Zabel1
with ${KERNEL_IMAGE_BASE_NAME}.bin * this change was missing from 5042c98815b59089f6a52790f0dba3c831b5590d, causing do_deploy to fail.
2008-03-29merge of '641cb531f5b8a986da7de7e34632a36c15b6c3ca'Rod Whitby25
and 'd3bc42a7b3cb02bf7be09e8aae8fd99960be84b7'
2008-03-29linux-ixp4xx: fsg3 patch updated to match upstream submissionRod Whitby2
2008-03-29merge of '7a4fc7be8df3eb6974944effcdca5a2bee336a9b'Michael Lauer26
and 'd898916e8774cb2230ab7c226d0806ca2ec81f7f'
2008-03-29gtk+-directfb 2.10.14 move to nonworking until someone adds pango-directfbMichael Lauer2
2008-03-28adding missing files for astersk 1.6Ovidiu Sas5
2008-03-28asterisk 1.6 and asterisk-addons 1.6 with DEFAULT_PREFERENCE = "-1"Ovidiu Sas3
2008-03-28merge of '84875aef79b13e95114cd19f24c98b10531b29a7'Thomas Kunze5
and 'cfb7d5ebc09f125eccc955d0f2a4c525cf083f94'
2008-03-28zaurus-2.6.inc: add kernel-module-power to collie MACHINE_RRECOMMENDSThomas Kunze1
2008-03-28linux-rp.inc: autoload input-power supportThomas Kunze1
2008-03-28defconfig-collie: enable touchscreenThomas Kunze1
2008-03-28linux.inc: remove UBOOT_* definitions, they are already defined in ↵Jeremy Laine1
kernel.bbclass
2008-03-28keymaps_1.0.bb, collie/keymap-2.6.map: use OK button as returnThomas Kunze2
2008-03-28kernel.bbclass: fix generation of uImage on powerpc platformsJeremy Laine2
* add a map_uboot_arch function to kernel.bbclass which changes "powerpc" to "ppc" and export UBOOT_ARCH * pass -A ${UBOOT_ARCH} instead of -A ${ARCH} to mkimage in kernel.bbclass
2008-03-28packaged-staging.bbclass: Put ipk/deb files in the correct directoriesRichard Purdie1
2008-03-28merge of 'a91112c3e784fea18d755b2f4d125e144e41fdc8'Thomas Kunze4
and 'fc4b712c9e56d0a95e47daae16669dc117b1d181'
2008-03-28defconfig-collie: enable mmc-modulesThomas Kunze1
2008-03-28linux-rp.inc: autoload mmc-modules for collieThomas Kunze1
2008-03-28linux-rp_2.6.24.bb: add new patches for collieThomas Kunze1
2008-03-28zaurus-2.6.inc: add mmc-spi to collie RRECOMMENDThomas Kunze1
2008-03-28merge of '9fdf613358c5efcdb75a30ee08729a9e2a7ade08'OpenEmbedded Project8
and 'ee2aa51c8eb93fa5579f4cf49a53eb0cb3e90319'
2008-03-28pulseaudio 0.9.9 fix building against uClibc. closes #4106Michael Lauer2
2008-03-28merge of '13170805eb277bcec085eb013dda836930e5bee7'Michael Lauer11
and 'd2c1007682618105ff49ee76ac59d9b164de9572'
2008-03-28python-dbus 0.82.4 this is using pkgconfig, so inherit pkgconfigMichael Lauer1
2008-03-28merge of '2af4eb2f21c9d1e49169b71a6ca239d7fcf48813'Thomas Kunze1
and '364678033dd32f6fbcbfefe35ee6db54abedb087'