From 516f12da5172b2baabde4d50771a55243818987d Mon Sep 17 00:00:00 2001 From: Anatoly Shipitsin Date: Mon, 30 Aug 2010 06:47:56 +0000 Subject: [PATCH] remove upstart_0.3.8.bb * 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 Signed-off-by: Khem Raj --- recipes/upstart/upstart_0.3.8.bb | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 recipes/upstart/upstart_0.3.8.bb diff --git a/recipes/upstart/upstart_0.3.8.bb b/recipes/upstart/upstart_0.3.8.bb deleted file mode 100644 index 1b2cfb55f9..0000000000 --- a/recipes/upstart/upstart_0.3.8.bb +++ /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" -- 2.39.5