* [PATCH 0/1] coreutils: make coreutils work with long TMPDIR
@ 2012-12-14 2:28 Qi.Chen
2012-12-14 2:28 ` [PATCH 1/1] " Qi.Chen
0 siblings, 1 reply; 2+ messages in thread
From: Qi.Chen @ 2012-12-14 2:28 UTC (permalink / raw)
To: openembedded-core; +Cc: Zhenfeng.Zhao
From: Chen Qi <Qi.Chen@windriver.com>
The following changes since commit c607095894cab60493ddfc4b967b0325e1c313b4:
bitbake: Revert "BBHandler: Ensure parser state engine is correctly reset for new parsing" (2012-12-07 18:09:01 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib ChenQi/coreutils
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/coreutils
Chen Qi (1):
coreutils: make coreutils work with long TMPDIR
meta/recipes-core/coreutils/coreutils_8.14.bb | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
--
1.7.9.5
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] coreutils: make coreutils work with long TMPDIR
2012-12-14 2:28 [PATCH 0/1] coreutils: make coreutils work with long TMPDIR Qi.Chen
@ 2012-12-14 2:28 ` Qi.Chen
0 siblings, 0 replies; 2+ messages in thread
From: Qi.Chen @ 2012-12-14 2:28 UTC (permalink / raw)
To: openembedded-core; +Cc: Zhenfeng.Zhao
From: Chen Qi <Qi.Chen@windriver.com>
Make coreutils work with long TMPDIR by explicitly specifying its
acpaths with relative paths.
[YOCTO #2766]
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
meta/recipes-core/coreutils/coreutils_8.14.bb | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-core/coreutils/coreutils_8.14.bb b/meta/recipes-core/coreutils/coreutils_8.14.bb
index 3f58cfd..cc8db8f 100644
--- a/meta/recipes-core/coreutils/coreutils_8.14.bb
+++ b/meta/recipes-core/coreutils/coreutils_8.14.bb
@@ -7,7 +7,7 @@ BUGTRACKER = "http://debbugs.gnu.org/coreutils"
LICENSE = "GPLv3+"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\
file://src/ls.c;startline=5;endline=16;md5=e1a509558876db58fb6667ba140137ad"
-PR = "r5"
+PR = "r6"
DEPENDS = "gmp libcap"
DEPENDS_class-native = ""
@@ -37,6 +37,9 @@ base_bindir_progs = "cat chgrp chmod chown cp date dd echo false kill ln ls mkdi
sbindir_progs= "chroot"
+# use relative acpath for coreutils, otherwise it may fail to configure with long tmpdir
+acpaths = "-I ./m4"
+
do_install_append() {
for i in df mktemp base64; do mv ${D}${bindir}/$i ${D}${bindir}/$i.${BPN}; done
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-12-14 2:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-14 2:28 [PATCH 0/1] coreutils: make coreutils work with long TMPDIR Qi.Chen
2012-12-14 2:28 ` [PATCH 1/1] " Qi.Chen
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.