Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/5] file: avoid to handle special character
@ 2013-11-27  7:55 Yue Tao
  2013-11-27  7:55 ` [PATCH 2/5] eglibc: add support for /etc/ld.so.conf.d/*.conf Yue Tao
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Yue Tao @ 2013-11-27  7:55 UTC (permalink / raw)
  To: openembedded-core

From: Li Wang <li.wang@windriver.com>

avoid to handle special character '@' in filename and directory.

Signed-off-by: Li Wang <li.wang@windriver.com>
---
 .../file/file/avoid_handle_special_character.patch |   36 ++++++++++++++++++++
 meta/recipes-devtools/file/file_5.15.bb            |    1 +
 2 files changed, 37 insertions(+), 0 deletions(-)
 create mode 100644 meta/recipes-devtools/file/file/avoid_handle_special_character.patch

diff --git a/meta/recipes-devtools/file/file/avoid_handle_special_character.patch b/meta/recipes-devtools/file/file/avoid_handle_special_character.patch
new file mode 100644
index 0000000..4be4ad0
--- /dev/null
+++ b/meta/recipes-devtools/file/file/avoid_handle_special_character.patch
@@ -0,0 +1,36 @@
+--- a/doc/Makefile.am
++++ b/doc/Makefile.am
+@@ -12,21 +12,21 @@
+ 
+ file.1:	Makefile file.man
+ 	@rm -f $@
+-	sed -e s@__CSECTION__@1@g \
+-	    -e s@__FSECTION__@${fsect}@g \
+-	    -e s@__VERSION__@${VERSION}@g \
+-	    -e s@__MAGIC__@${MAGIC}@g $(srcdir)/file.man > $@
++	sed -e s#__CSECTION__#1#g \
++	    -e s#__FSECTION__#${fsect}#g \
++	    -e s#__VERSION__#${VERSION}#g \
++	    -e s#__MAGIC__#${MAGIC}#g $(srcdir)/file.man > $@
+ 
+ magic.${fsect}: Makefile magic.man
+ 	@rm -f $@
+-	sed -e s@__CSECTION__@1@g \
+-	    -e s@__FSECTION__@${fsect}@g \
+-	    -e s@__VERSION__@${VERSION}@g \
+-	    -e s@__MAGIC__@${MAGIC}@g $(srcdir)/magic.man > $@
++	sed -e s#__CSECTION__#1#g \
++	    -e s#__FSECTION__#${fsect}#g \
++	    -e s#__VERSION__#${VERSION}#g \
++	    -e s#__MAGIC__#${MAGIC}#g $(srcdir)/magic.man > $@
+ 
+ libmagic.3: Makefile libmagic.man
+ 	@rm -f $@
+-	sed -e s@__CSECTION__@1@g \
+-	    -e s@__FSECTION__@${fsect}@g \
+-	    -e s@__VERSION__@${VERSION}@g \
+-	    -e s@__MAGIC__@${MAGIC}@g $(srcdir)/libmagic.man > $@
++	sed -e s#__CSECTION__#1#g \
++	    -e s#__FSECTION__#${fsect}#g \
++	    -e s#__VERSION__#${VERSION}#g \
++	    -e s#__MAGIC__#${MAGIC}#g $(srcdir)/libmagic.man > $@
diff --git a/meta/recipes-devtools/file/file_5.15.bb b/meta/recipes-devtools/file/file_5.15.bb
index aecbbe5..0697838 100644
--- a/meta/recipes-devtools/file/file_5.15.bb
+++ b/meta/recipes-devtools/file/file_5.15.bb
@@ -12,6 +12,7 @@ DEPENDS = "zlib file-native"
 DEPENDS_class-native = "zlib-native"
 
 SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \
+           file://avoid_handle_special_character.patch \
            file://dump \
            file://filesystems"
 
-- 
1.7.5.4



^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-11-27 13:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-27  7:55 [PATCH 1/5] file: avoid to handle special character Yue Tao
2013-11-27  7:55 ` [PATCH 2/5] eglibc: add support for /etc/ld.so.conf.d/*.conf Yue Tao
2013-11-27 12:46   ` Phil Blundell
2013-11-27 13:50   ` Martin Jansa
2013-11-27  7:55 ` [PATCH 3/5] bind: add init.d/bind status command Yue Tao
2013-11-27 11:58   ` Richard Purdie
2013-11-27  7:55 ` [PATCH 4/5] cronie: fix init.d/crond status return value Yue Tao
2013-11-27  7:55 ` [PATCH 5/5] tcf-agent: add init.d/tcf-agent status command Yue Tao
2013-11-27 12:02 ` [PATCH 1/5] file: avoid to handle special character Richard Purdie
2013-11-27 12:40 ` Burton, Ross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox