diff options
author | John Willis <John.Willis@Distant-earth.com> | 2009-10-13 12:52:40 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-19 15:54:17 +0200 |
commit | 3119c7809639379de74dd390b249b7dc39bdd11b (patch) | |
tree | 33f339e9f55889d3081ca06581cefb84fb4ebc9e /recipes | |
parent | d25de5c79e0271bb297550799c6cd54093b76644 (diff) |
Upstart: Add version 0.3.11.
* 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>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/upstart/upstart_0.3.11.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/upstart/upstart_0.3.11.bb b/recipes/upstart/upstart_0.3.11.bb new file mode 100644 index 0000000000..a2668c42c2 --- /dev/null +++ b/recipes/upstart/upstart_0.3.11.bb @@ -0,0 +1,8 @@ +require upstart.inc + +SRC_URI = "http://upstart.ubuntu.com/download/0.3/upstart-${PV}.tar.bz2 \ +" + +RRECOMMENDS_${PN} = "libupstart upstart-sysvcompat" + +PR = "r1" |