aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ffalarms
AgeCommit message (Collapse)Author
2010-06-08packages: PR bump after EFL SRCREV change resulting to different .so names.Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-04-28ffalarms: drop do_stage() as vala.bbclass was converted to new stagingMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-21atd-over-fso: also support for fsotdld API (incompatible to frameworkd otimed)Łukasz Pankowski
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-21ffalarms: bump git version fix snooze when using fsotdld?ukasz Pankowski
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-19recipes: use SRCPV in few more git recipesMartin Jansa
* sometimes without PE bump, because nobody complained that we were bumping SRCREV without PV changes and we were using SRCPV in our branch before * please bump PE if you're using one of those and you need to increment PV, otherwise it will be "corrected" with next PV bump Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-26ffalarms: move old 0.2.2 to obsolete with it's checksum, drop unused patchMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-26ffalarms: bump to version 0.4Łukasz Pankowski
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-05ffalarms: directly RDEPEND on alsa-scenarii-shrSebastian Spaeth
virtual/alsa-scenarios is usually (and correctly) provided by fsodeviced directly. However, the current ffalarms code is explicitely looking for the location of alsa-scenarii-shr, so it makes sense to just depend on that until the source code has been updated. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-03-04ffalarms: bump git version as current vala syntax failedSebastian Spaeth
The .next() iterator has changed to .get_next(), so we need to bump ffalarms for current vala. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-02-23ffalarms: kill SRCPVMartin Jansa
2010-02-23ffalarms: oe-stylizeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-23ffalarms: moved from svn to git, update PV, remove applied patchMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-02ffalarms: fix patch.. lost change while rebaseMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-02ffalarms: fix building agains newer libeflvalaMartin Jansa
* rename SmartCallback to Callback in libeflvala a18c70a312d98cc90e0e7978f845601e82460b39 * drop inwin_style_set in f359a4d36bdcae114b0d88e9215c30455570c232 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-05ffalarms: bump PR to pickup EFL_SRCREV bumpKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-11-24atd-over-fso: override RPROVIDES, RCONFLICTS and RREPLACE for -dbg and -dev ↵Thomas Zimmermann
packages, fixes SHR bug #744 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-22shr.conf: blacklist atd, because it's replaced by atd-over-fsoThomas Zimmermann
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-18ffalarms: new recipe from SHRMartin Jansa