summaryrefslogtreecommitdiffstats
path: root/recipes-support
Commit message (Collapse)AuthorAgeFilesLines
* multipath-tools: move to right placeMartin Jansa2013-04-161-30/+0
|
* recipes: Unify indentationMartin Jansa2013-04-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
* multipath-tools: add recipe for git versionKoen Kooi2013-03-291-0/+30
| | | | | | | | | Multipath-tools hasn't seen a release in 3 years, so grab latest git. 'kpartx' is subpackaged since that's the tool most people want. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* move layer into meta-oe in preparation for future splitsKoen Kooi2011-03-1750-1954/+0
| | | | | | As per TSC decision Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mysql 5.1.40: catch up with sysroot changesKoen Kooi2011-01-301-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cups 1.4.6: clean up recipe and patchesKoen Kooi2011-01-305-234/+45
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cups: update to 1.4.6Koen Kooi2011-01-305-10/+9
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libusb1: no functional changes compared to yocto, so dropKoen Kooi2011-01-281-19/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libusb-compat: fix bbappend errorKoen Kooi2011-01-281-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libusb-compat: convert to bbappendKoen Kooi2011-01-283-49/+4
|
* htop: add 0.9Koen Kooi2011-01-252-0/+32
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libusb-compat 0.1.3: add license checksumKoen Kooi2011-01-221-1/+4
| | | | | | * this can be made into a bbappend file with just the PROVIDES line later Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* postgresql: add license checksumKoen Kooi2011-01-132-0/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* sqlite 2.8.17: add license checksumKoen Kooi2011-01-131-0/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mysql5: add license checksumKoen Kooi2011-01-131-1/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ntp: adjust crontab location for cronieKoen Kooi2011-01-121-3/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ntp: import from OEKoen Kooi2011-01-1211-0/+369
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cups: add license checksumKoen Kooi2011-01-071-0/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* atk: add license checksumKoen Kooi2011-01-071-2/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libusb1: add license checksumKoen Kooi2011-01-071-1/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mysql5-native: put make install to do_install after autotools_stage_all was ↵Martin Jansa2011-01-061-0/+4
| | | | | | | | removed with do_stage in eaf0fc03acfb262bcd614a14086a1b28ec850f46 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* postgres: partially fix dependency on host zicKoen Kooi2011-01-031-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* sqlite2 from OEKoen Kooi2011-01-034-0/+122
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* postgresql: import from OEKoen Kooi2011-01-034-0/+101
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mysql5: import from OEKoen Kooi2011-01-0317-0/+940
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cups: remove DEPENDS = "fakeroot-native"Koen Kooi2010-12-222-2/+2
| | | | | | the 'fakeroot' flag will pull in the needed deps automagically Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* angstrom-layers: import libgpg-error from pokyKoen Kooi2010-11-012-0/+79
| | | | | | Add BBCLASSEXTEND = "native" for OE gtk+ Signed-off-by: Koen Kooi <k-kooi@ti.com>
* angstrom-layers: add libgcrypt from poky into meta-openembeddedKoen Kooi2010-11-013-0/+85
| | | | | | Add BBCLASSEXTEND = native, this is needed for the OE gtk+ Signed-off-by: Koen Kooi <k-kooi@ti.com>
* angstrom-layers: add atk 1.30.0 to meta-openembeddedKoen Kooi2010-11-012-0/+29
| | | | | | * this really needs to merge with the poky version Signed-off-by: Koen Kooi <k-kooi@ti.com>
* angstrom-layers: add cups 1.4.4 to meta-openembeddedKoen Kooi2010-11-016-0/+368
| | | | Signed-off-by: Koen Kooi <k-kooi@ti.com>
* angstrom-layers: add libusb1 and libusb-compat to meta-openembeddedKoen Kooi2010-11-013-0/+64
libusb0 was not merged Signed-off-by: Koen Kooi <k-kooi@ti.com>