* [PATCH 0/2] two fixes for sstate issue
@ 2014-03-25 8:34 Robert Yang
2014-03-25 8:34 ` [PATCH 1/2] tcl: fix path in Config.sh for sstate Robert Yang
2014-03-25 8:34 ` [PATCH 2/2] perl-native: " Robert Yang
0 siblings, 2 replies; 3+ messages in thread
From: Robert Yang @ 2014-03-25 8:34 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 5d70928a37ce6dbebf41d42ca1f09d99b272a728:
base-files: do_install.sigdata: remove the depends on DATE (2014-03-25 11:09:05 +0800)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/sstate
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/sstate
Robert Yang (2):
tcl: fix path in Config.sh for sstate
perl-native: fix path in Config.sh for sstate
meta/recipes-devtools/perl/perl-native_5.14.3.bb | 3 +++
meta/recipes-devtools/tcltk/tcl_8.6.1.bb | 3 +++
2 files changed, 6 insertions(+)
--
1.8.3.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/2] tcl: fix path in Config.sh for sstate
2014-03-25 8:34 [PATCH 0/2] two fixes for sstate issue Robert Yang
@ 2014-03-25 8:34 ` Robert Yang
2014-03-25 8:34 ` [PATCH 2/2] perl-native: " Robert Yang
1 sibling, 0 replies; 3+ messages in thread
From: Robert Yang @ 2014-03-25 8:34 UTC (permalink / raw)
To: openembedded-core
We need fix the path in tclConfig.sh, tdbcConfig.sh and itclConfig.sh
for sstate, otherwise there would be build failures when use the sstate
across different builds.
e.g., when building expect:
[snip]
tmp/sysroots/qemuarma9/usr/include/tcl8.6
checking for Tcl private include files... configure: error: Cannot find private header tclInt.h in
/path/to/another/build/tmp/sysroots/qemuarma9/usr/include/tcl8.6.1
Configure failed.
[snip]
[YOCTO #6035]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
meta/recipes-devtools/tcltk/tcl_8.6.1.bb | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.1.bb b/meta/recipes-devtools/tcltk/tcl_8.6.1.bb
index 79a3f08..9d35da1 100644
--- a/meta/recipes-devtools/tcltk/tcl_8.6.1.bb
+++ b/meta/recipes-devtools/tcltk/tcl_8.6.1.bb
@@ -90,3 +90,6 @@ do_install_ptest() {
cp -r ${S}/../library ${D}${PTEST_PATH}
cp -r ${S}/../tests ${D}${PTEST_PATH}
}
+
+# Fix the path in sstate
+SSTATE_SCAN_FILES += "*Config.sh"
--
1.8.3.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 2/2] perl-native: fix path in Config.sh for sstate
2014-03-25 8:34 [PATCH 0/2] two fixes for sstate issue Robert Yang
2014-03-25 8:34 ` [PATCH 1/2] tcl: fix path in Config.sh for sstate Robert Yang
@ 2014-03-25 8:34 ` Robert Yang
1 sibling, 0 replies; 3+ messages in thread
From: Robert Yang @ 2014-03-25 8:34 UTC (permalink / raw)
To: openembedded-core
We need fix the path in *.pm, *.pod, *.h, *.pl and *.sh as we have done
for target perl.
[YOCTO #6035]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
meta/recipes-devtools/perl/perl-native_5.14.3.bb | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta/recipes-devtools/perl/perl-native_5.14.3.bb b/meta/recipes-devtools/perl/perl-native_5.14.3.bb
index e664e24..2ef0a51 100644
--- a/meta/recipes-devtools/perl/perl-native_5.14.3.bb
+++ b/meta/recipes-devtools/perl/perl-native_5.14.3.bb
@@ -118,3 +118,6 @@ EOF
chmod 0755 ${SYSROOT_DESTDIR}${bindir}/../nativeperl
cat ${SYSROOT_DESTDIR}${bindir}/../nativeperl
}
+
+# Fix the path in sstate
+SSTATE_SCAN_FILES += "*.pm *.pod *.h *.pl *.sh"
--
1.8.3.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-03-25 8:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-25 8:34 [PATCH 0/2] two fixes for sstate issue Robert Yang
2014-03-25 8:34 ` [PATCH 1/2] tcl: fix path in Config.sh for sstate Robert Yang
2014-03-25 8:34 ` [PATCH 2/2] perl-native: " Robert Yang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox