diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-24 15:51:02 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-24 15:51:02 +0100 |
commit | 342a1a5554eb1c3376a29a0721db058da7653f34 (patch) | |
tree | 0fff36b48299d9c40c584a1c4828cf93fe4f822f /meta-moblin/packages/monit | |
parent | 14a5b7d301ea7ef0f287a9d2ed810a44837e3eb6 (diff) | |
download | poky-342a1a5554eb1c3376a29a0721db058da7653f34.tar.gz |
monint: Don't try and strip bianries
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-moblin/packages/monit')
-rw-r--r-- | meta-moblin/packages/monit/monit-4.10.1/nostrip.patch | 13 | ||||
-rw-r--r-- | meta-moblin/packages/monit/monit_4.10.1.bb | 7 |
2 files changed, 18 insertions, 2 deletions
diff --git a/meta-moblin/packages/monit/monit-4.10.1/nostrip.patch b/meta-moblin/packages/monit/monit-4.10.1/nostrip.patch new file mode 100644 index 0000000000..95e7eb0f10 --- /dev/null +++ b/meta-moblin/packages/monit/monit-4.10.1/nostrip.patch | |||
@@ -0,0 +1,13 @@ | |||
1 | Index: monit-4.10.1/Makefile.in | ||
2 | =================================================================== | ||
3 | --- monit-4.10.1.orig/Makefile.in 2009-05-24 15:49:03.000000000 +0100 | ||
4 | +++ monit-4.10.1/Makefile.in 2009-05-24 15:49:12.000000000 +0100 | ||
5 | @@ -39,7 +39,7 @@ | ||
6 | MODE_DIRS = 755 | ||
7 | |||
8 | INSTALL = @INSTALL@ | ||
9 | -INSTALL_PROG = $(INSTALL) -m $(MODE_PROGS) -s | ||
10 | +INSTALL_PROG = $(INSTALL) -m $(MODE_PROGS) | ||
11 | INSTALL_FILE = $(INSTALL) -m $(MODE_FILES) | ||
12 | INSTALL_DIR = $(INSTALL) -m $(MODE_DIRS) -d | ||
13 | |||
diff --git a/meta-moblin/packages/monit/monit_4.10.1.bb b/meta-moblin/packages/monit/monit_4.10.1.bb index bb18491c5d..84a6231a2a 100644 --- a/meta-moblin/packages/monit/monit_4.10.1.bb +++ b/meta-moblin/packages/monit/monit_4.10.1.bb | |||
@@ -1,8 +1,11 @@ | |||
1 | LICENSE = "GPL" | 1 | LICENSE = "GPL" |
2 | DEPENDS = "openssl" | 2 | DEPENDS = "openssl" |
3 | 3 | ||
4 | SRC_URI = "http://www.tildeslash.com/monit/dist/monit-${PV}.tar.gz\ | 4 | SRC_URI = "http://www.tildeslash.com/monit/dist/monit-${PV}.tar.gz \ |
5 | file://init" | 5 | file://nostrip.patch;patch=1 \ |
6 | file://init" | ||
7 | |||
8 | PR = "r1" | ||
6 | 9 | ||
7 | INITSCRIPT_NAME = "monit" | 10 | INITSCRIPT_NAME = "monit" |
8 | INITSCRIPT_PARAMS = "defaults 99" | 11 | INITSCRIPT_PARAMS = "defaults 99" |