remove upstart_0.3.8.bb
authorAnatoly Shipitsin <norguhtar@gmail.com>
Mon, 30 Aug 2010 06:47:56 +0000 (06:47 +0000)
committerKhem Raj <raj.khem@gmail.com>
Thu, 21 Oct 2010 01:30:26 +0000 (18:30 -0700)
* 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>
recipes/upstart/upstart_0.3.8.bb [deleted file]

diff --git a/recipes/upstart/upstart_0.3.8.bb b/recipes/upstart/upstart_0.3.8.bb
deleted file mode 100644 (file)
index 1b2cfb5..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-require upstart.inc
-
-SRC_URI = "http://upstart.ubuntu.com/download/0.3/upstart-${PV}.tar.bz2 \
-file://autoconf_version.patch"
-
-PR = "r1"
-
-
-SRC_URI[md5sum] = "5cdd2dc3a3f02089c9450edf4e8f4941"
-SRC_URI[sha256sum] = "9a2a37455ad4e9dd2856b5a0f15adb1a3f84439f60d0f63b041584a2666e9835"