[oe-commits] org.oe.dev upstart: New package. Event driven system init alternative, 0.3.8.

likewise commit openembedded-commits at lists.openembedded.org
Wed May 9 20:40:00 UTC 2007


upstart: New package. Event driven system init alternative, 0.3.8.

Author: likewise at openembedded.org
Branch: org.openembedded.dev
Revision: a539bcb60c6f9bed8bce4062a843e6af65394769
ViewMTN: http://monotone.openembedded.org/revision.psp?id=a539bcb60c6f9bed8bce4062a843e6af65394769
Files:
1
packages/upstart
packages/upstart/files
packages/upstart/files/autoconf_version.patch
packages/upstart/upstart.inc
packages/upstart/upstart_0.3.8.bb
Diffs:

#
# mt diff -r455cc00abecff1a53a78d22e04a9533677e950a7 -ra539bcb60c6f9bed8bce4062a843e6af65394769
#
# 
# 
# add_dir "packages/upstart"
# 
# add_dir "packages/upstart/files"
# 
# add_file "packages/upstart/files/autoconf_version.patch"
#  content [304a9e53161afad9c8cff457a9c951ed5a13dbc9]
# 
# add_file "packages/upstart/upstart.inc"
#  content [5ab39cdf8b256ac442bc1d0f98019bbe8652f43a]
# 
# add_file "packages/upstart/upstart_0.3.8.bb"
#  content [fbf6b463e359214354e5ef91d74e9c21f4ad8870]
# 
============================================================
--- packages/upstart/files/autoconf_version.patch	304a9e53161afad9c8cff457a9c951ed5a13dbc9
+++ packages/upstart/files/autoconf_version.patch	304a9e53161afad9c8cff457a9c951ed5a13dbc9
@@ -0,0 +1,12 @@
+Index: upstart-0.3.8/configure.ac
+===================================================================
+--- upstart-0.3.8.orig/configure.ac	2007-05-09 22:02:14.000000000 +0200
++++ upstart-0.3.8/configure.ac	2007-05-09 22:02:24.000000000 +0200
+@@ -1,6 +1,6 @@
+ # Process this file with autoconf to produce a configure script.
+ 
+-AC_PREREQ(2.60)
++AC_PREREQ(2.59)
+ AC_INIT([upstart], [0.3.8], [upstart-devel at lists.ubuntu.com])
+ AC_COPYRIGHT([[Copyright © 2007 Canonical Ltd.]])
+ AC_CONFIG_SRCDIR([init/main.c])
============================================================
--- packages/upstart/upstart.inc	5ab39cdf8b256ac442bc1d0f98019bbe8652f43a
+++ packages/upstart/upstart.inc	5ab39cdf8b256ac442bc1d0f98019bbe8652f43a
@@ -0,0 +1,11 @@
+SECTION = "base"
+PRIORITY = "optional"
+DEPENDS = ""
+DESCRIPTION = "Event driven system init"
+LICENSE = "MPL LGPL"
+
+inherit autotools pkgconfig 
+
+do_stage () {
+ 	autotools_stage_all
+}
============================================================
--- packages/upstart/upstart_0.3.8.bb	fbf6b463e359214354e5ef91d74e9c21f4ad8870
+++ packages/upstart/upstart_0.3.8.bb	fbf6b463e359214354e5ef91d74e9c21f4ad8870
@@ -0,0 +1,7 @@
+require upstart.inc
+
+SRC_URI = "http://upstart.ubuntu.com/download/0.3/upstart-${PV}.tar.bz2 \
+file://autoconf_version.patch;patch=1"
+
+PR = "r0"
+






More information about the Openembedded-commits mailing list