aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/upstart
AgeCommit message (Collapse)Author
2011-02-11upstart: create directory before installing files into itAndreas Oberritter
* do_install installs files into ${sysconfdir}/event.d, so the directory must be created first. Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2010-10-20change upstart-0.3.11.bb to compatible with new upstart.incAnatoly Shipitsin
* bump PR * add to SRC_URI example-jobs for upstart-sysvcompat and rc init scripts * add USE_VT and SYSVINIT_ENABLED_GETTYS with default value, similary as in sysvinit recipe * add checksum for example-jobs Signed-off-by: Anatoly Shipitsin <norguhtar@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20update upstart.inc for fix upstart-sysvcompatAnatoly Shipitsin
* change upstart-sysvtools to upstart-sysvcompat for right package build * move all sysvcompat tools to upstart-sysvcompat * add to upstart-sysvinit need for sysvcompat services from example-jobs * add inherit update-alternatives for right set and switch between inits * move base directory from /usr to /. This need for update-alternatives work right, see sysvinit recipe * add generation native tty services, similary as in sysvinit recipe * add update alternatives in upstart-sysvcompat and upstart packages Signed-off-by: Anatoly Shipitsin <norguhtar@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20Add rc init files for upstart sysvcompatAnatoly Shipitsin
* Add rc, rcS and rcS-default from sysvinit recipe directory, for upstart-sysvcompat Signed-off-by: Anatoly Shipitsin <norguhtar@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20remove upstart_0.3.8.bbAnatoly Shipitsin
* remove recipe upstart_0.3.8.bb it's not buildable. I'm got error: wire.c: In function 'upstart_pop_int': wire.c:120: error: 'INT_MIN' undeclared (first use in this function) wire.c:120: error: (Each undeclared identifier is reported only once wire.c:120: error: for each function it appears in.) wire.c:120: error: 'INT_MAX' undeclared (first use in this function) wire.c: In function 'upstart_pop_unsigned': wire.c:196: error: 'UINT_MAX' undeclared (first use in this function) make[2]: *** [wire.lo] Error 1 Not found any recipe depends on it. Signed-off-by: Anatoly Shipitsin <norguhtar@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-03500+ recipes: remove do_stageFrans Meulenbroeks
This patch removes all occurrences of do_stage() { autotools_stage_all } including all kind of variants w.r.t whitespace Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
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-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12recipes: add missing checksumsMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-10-19Upstart: Add version 0.3.11.John Willis
* Adds latest 0.3 series as 0.6 requires a dbus upgrade to OE in order to work. * This still needs work to setup as a full SysVInit replacement (update-alts etc.). Signed-off-by: David-John Willis <John.Willis@Distant-earth.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>