[oe-commits] org.oe.dev cyrus-imapd: Added patch to remove -s option from install commands

rwhitby commit openembedded-commits at lists.openembedded.org
Tue Feb 13 06:59:39 UTC 2007


cyrus-imapd: Added patch to remove -s option from install commands

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: d1d8e0c6b4512b826c27a059ecbb9c6d0627b9cb
ViewMTN: http://monotone.openembedded.org/revision.psp?id=d1d8e0c6b4512b826c27a059ecbb9c6d0627b9cb
Files:
1
packages/cyrus-imapd/cyrus-imapd-2.2.12/remove-install-strip.patch
packages/cyrus-imapd/cyrus-imapd_2.2.12.bb
Diffs:

#
# mt diff -r38df425fca58932349ff6b6d94b9a0f3490f774a -rd1d8e0c6b4512b826c27a059ecbb9c6d0627b9cb
#
# 
# 
# add_file "packages/cyrus-imapd/cyrus-imapd-2.2.12/remove-install-strip.patch"
#  content [bf78858636d0544ec9f94ec66f02e85cbc82e3c5]
# 
# patch "packages/cyrus-imapd/cyrus-imapd_2.2.12.bb"
#  from [42d2afeaa00f3dfe48ea9e2b41728dcd0523f17f]
#    to [167ee57eec841e589a1b5d16849b882bf5e53e88]
# 
============================================================
--- packages/cyrus-imapd/cyrus-imapd-2.2.12/remove-install-strip.patch	bf78858636d0544ec9f94ec66f02e85cbc82e3c5
+++ packages/cyrus-imapd/cyrus-imapd-2.2.12/remove-install-strip.patch	bf78858636d0544ec9f94ec66f02e85cbc82e3c5
@@ -0,0 +1,45 @@
+---
+ cyrus-imapd-2.2.12/imtest/Makefile.in       |    2 +-
+ cyrus-imapd-2.2.12/installsieve/Makefile.in |    2 +-
+ cyrus-imapd-2.2.12/netnews/Makefile.in      |    2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+Index: cyrus-imapd-2.2.12/imtest/Makefile.in
+===================================================================
+--- cyrus-imapd-2.2.12.orig/imtest/Makefile.in
++++ cyrus-imapd-2.2.12/imtest/Makefile.in
+@@ -72,7 +72,7 @@
+ all: imtest
+ 
+ install:
+-	$(INSTALL) -s -m 755 imtest $(DESTDIR)$(exec_prefix)/bin
++	$(INSTALL) -m 755 imtest $(DESTDIR)$(exec_prefix)/bin
+ 	ln -f $(DESTDIR)$(exec_prefix)/bin/imtest $(DESTDIR)$(exec_prefix)/bin/pop3test
+ 	ln -f $(DESTDIR)$(exec_prefix)/bin/imtest $(DESTDIR)$(exec_prefix)/bin/nntptest
+ 	ln -f $(DESTDIR)$(exec_prefix)/bin/imtest $(DESTDIR)$(exec_prefix)/bin/lmtptest
+Index: cyrus-imapd-2.2.12/installsieve/Makefile.in
+===================================================================
+--- cyrus-imapd-2.2.12.orig/installsieve/Makefile.in
++++ cyrus-imapd-2.2.12/installsieve/Makefile.in
+@@ -66,7 +66,7 @@
+ all: installsieve
+ 
+ install:
+-	$(INSTALL) -s -m 755 installsieve $(DESTDIR)$(exec_prefix)/bin
++	$(INSTALL) -m 755 installsieve $(DESTDIR)$(exec_prefix)/bin
+ 
+ OBJS=lex.o mystring.o request.o isieve.o
+ 
+Index: cyrus-imapd-2.2.12/netnews/Makefile.in
+===================================================================
+--- cyrus-imapd-2.2.12.orig/netnews/Makefile.in
++++ cyrus-imapd-2.2.12/netnews/Makefile.in
+@@ -69,7 +69,7 @@
+ all: remotepurge
+ 
+ install:
+-	$(INSTALL) -s -m 755 remotepurge $(DESTDIR)$(service_path)
++	$(INSTALL) -m 755 remotepurge $(DESTDIR)$(service_path)
+ 
+ .c.o:
+ 	$(CC) -c $(CPPFLAGS) $(DEFS) $(CFLAGS) $<
============================================================
--- packages/cyrus-imapd/cyrus-imapd_2.2.12.bb	42d2afeaa00f3dfe48ea9e2b41728dcd0523f17f
+++ packages/cyrus-imapd/cyrus-imapd_2.2.12.bb	167ee57eec841e589a1b5d16849b882bf5e53e88
@@ -1,7 +1,7 @@ LICENSE = "BSD"
 SECTION = "console/network"
 DEPENDS = "cyrus-sasl virtual/db"
 LICENSE = "BSD"
-PR = "r10"
+PR = "r11"
 DEPENDS += "install-native"
 
 SRC_URI = "ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-imapd-${PV}.tar.gz \
@@ -13,6 +13,7 @@ SRC_URI = "ftp://ftp.andrew.cmu.edu/pub/
 	   file://cyrus.conf_2.2 \
 	   file://imapd.conf_2.2 \
 	   file://volatiles \
+           file://remove-install-strip.patch;patch=1 \
 	   "
 
 inherit autotools update-rc.d






More information about the Openembedded-commits mailing list