[oe] [STABLE][PATCH 37/37] monit: add patch to remove -s in install.

Philip Balister philip at balister.org
Thu May 14 12:35:34 UTC 2009


Acked-by: Philip Balister <philip at balister.org>

Thought I did this one yesterday .....

Koen Kooi wrote:
> On 13-05-09 11:39, koen.kooi at gmail.com wrote:
>> From: Mike Westerhof<mwester at dls.net>
> 
> ping
> 
>> Signed-off-by: Koen Kooi<koen at openembedded.org>
>> ---
>>   .../monit/monit-4.10.1/no-strip-in-makefile.patch  |   11 +++++++++++
>>   recipes/monit/monit_4.10.1.bb                      |    2 ++
>>   2 files changed, 13 insertions(+), 0 deletions(-)
>>   create mode 100644 
>> recipes/monit/monit-4.10.1/no-strip-in-makefile.patch
>>
>> diff --git a/recipes/monit/monit-4.10.1/no-strip-in-makefile.patch 
>> b/recipes/monit/monit-4.10.1/no-strip-in-makefile.patch
>> new file mode 100644
>> index 0000000..26f5108
>> --- /dev/null
>> +++ b/recipes/monit/monit-4.10.1/no-strip-in-makefile.patch
>> @@ -0,0 +1,11 @@
>> +--- monit-4.10.1/Makefile.in.orig    2009-05-10 21:19:00.000000000 -0500
>> ++++ monit-4.10.1/Makefile.in    2009-05-10 21:19:11.000000000 -0500
>> +@@ -39,7 +39,7 @@ MODE_CONF       = 600
>> + 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
>> +
>> diff --git a/recipes/monit/monit_4.10.1.bb 
>> b/recipes/monit/monit_4.10.1.bb
>> index bb18491..06d382f 100644
>> --- a/recipes/monit/monit_4.10.1.bb
>> +++ b/recipes/monit/monit_4.10.1.bb
>> @@ -1,7 +1,9 @@
>>   LICENSE = "GPL"
>>   DEPENDS = "openssl"
>> +PR = "r1"
>>
>>   SRC_URI = "http://www.tildeslash.com/monit/dist/monit-${PV}.tar.gz\
>> +    file://no-strip-in-makefile.patch;patch=1 \
>>       file://init"
>>
>>   INITSCRIPT_NAME = "monit"
> 
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3303 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20090514/b379e8ae/attachment-0002.bin>


More information about the Openembedded-devel mailing list