monint: Don't try and strip bianries

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-05-24 15:51:02 +01:00
parent 14a5b7d301
commit 342a1a5554
2 changed files with 18 additions and 2 deletions

View File

@ -0,0 +1,13 @@
Index: monit-4.10.1/Makefile.in
===================================================================
--- monit-4.10.1.orig/Makefile.in 2009-05-24 15:49:03.000000000 +0100
+++ monit-4.10.1/Makefile.in 2009-05-24 15:49:12.000000000 +0100
@@ -39,7 +39,7 @@
MODE_DIRS = 755
INSTALL = @INSTALL@
-INSTALL_PROG = $(INSTALL) -m $(MODE_PROGS) -s
+INSTALL_PROG = $(INSTALL) -m $(MODE_PROGS)
INSTALL_FILE = $(INSTALL) -m $(MODE_FILES)
INSTALL_DIR = $(INSTALL) -m $(MODE_DIRS) -d

View File

@ -1,8 +1,11 @@
LICENSE = "GPL"
DEPENDS = "openssl"
SRC_URI = "http://www.tildeslash.com/monit/dist/monit-${PV}.tar.gz\
file://init"
SRC_URI = "http://www.tildeslash.com/monit/dist/monit-${PV}.tar.gz \
file://nostrip.patch;patch=1 \
file://init"
PR = "r1"
INITSCRIPT_NAME = "monit"
INITSCRIPT_PARAMS = "defaults 99"