Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libcanberra: upgrade and refresh packaging | Ross Burton | 2013-01-22 | 1 | -63/+0 |
| | | | | | | | | | | | Update to 0.29 (latest, 0.30, needs GStreamer 1.0) and refresh the package based on the different recipes in oe-core and meta-oe. Explicitly depend on GTK+ 2 and GTK+ 3, but split those dependencies into different packages. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | libcanberra: skip dev-so QA for PN-gtk | Martin Jansa | 2012-12-11 | 1 | -0/+3 |
| | | | | | | | * fixes: libcanberra-0.26: non -dev/-dbg/-nativesdk package contains symlink .so: libcanberra-gtk path '/work/armv7a-vfp-neon-oe-linux-gnueabi/libcanberra/0.26-r2/packages-split/libcanberra-gtk/usr/lib/gtk-3.0/modules/libcanberra-gtk-module.so' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | libcanberra: package also gtk-3.0 if it gets built | Martin Jansa | 2012-12-11 | 1 | -1/+5 |
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | Replace bb.data.* with d.* | Paul Eggleton | 2012-10-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Used sed expression given here: http://lists.linuxtogo.org/pipermail/openembedded-core/2011-November/012373.html Plus an additional expression for .expand. Full expression is: sed \ -e 's:bb.data.\(setVar([^,]*,[^,]*\), \([^ )]*\) *):\2.\1):g' \ -e 's:bb.data.\(setVarFlag([^,]*,[^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(expand([^,]*\), \([^ )]*\) *):\2.\1):g' \ -i `grep -ril bb.data *` Some minor correction in systemd.bbclass was needed for some expressions that didn't quite match the regex in the desired way; additionally a few instances were manually changed. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> | ||||
* | PACKAGES_DYNAMIC: use regexp not glob | Martin Jansa | 2012-10-19 | 1 | -1/+1 |
| | | | | | | | | | | * bitbake uses PACKAGES_DYNAMIC as regexp ^ could make matching faster (and it will be more clear that we're expecting regexp not glob) * made all those last '-' optional, use .* (or nothing) * use += instead of = in most cases to keep ${PN}-locale from bitbake.conf:PACKAGES_DYNAMIC = "^${PN}-locale-.*" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | recipes: convert tabs to 4 spaces in populate_packages | Martin Jansa | 2012-07-19 | 1 | -2/+2 |
| | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | ||||
* | recipes,classes: import a lot of recipes from meta-shr | Martin Jansa | 2011-04-10 | 1 | -0/+56 |
* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer) |