* [PATCH 0/1] coreutils: fix for native and nativesdk
@ 2015-10-10 7:04 Robert Yang
2015-10-10 7:04 ` [PATCH 1/1] " Robert Yang
0 siblings, 1 reply; 4+ messages in thread
From: Robert Yang @ 2015-10-10 7:04 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 4038970f8ce27ac0d7a0afe2cdaa9a65108dfff5:
os-release: fix do_compile() when RPM signing is enabled (2015-10-07 00:08:07 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/coreutils
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/coreutils
Robert Yang (1):
coreutils: fix for native and nativesdk
meta/recipes-core/coreutils/coreutils_8.24.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
1.7.9.5
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/1] coreutils: fix for native and nativesdk
2015-10-10 7:04 [PATCH 0/1] coreutils: fix for native and nativesdk Robert Yang
@ 2015-10-10 7:04 ` Robert Yang
0 siblings, 0 replies; 4+ messages in thread
From: Robert Yang @ 2015-10-10 7:04 UTC (permalink / raw)
To: openembedded-core
The do_install_append is used for moving/renaming for ALTERNATIVE, but
it breaks native and nativesdk, for example there is no ln, but
ln.coreutils, that makes coreutils-native or nativesdk-coreutils doesn't
work. This patch fixes the problem.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
meta/recipes-core/coreutils/coreutils_8.24.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-core/coreutils/coreutils_8.24.bb b/meta/recipes-core/coreutils/coreutils_8.24.bb
index 034ebcd..f042346 100644
--- a/meta/recipes-core/coreutils/coreutils_8.24.bb
+++ b/meta/recipes-core/coreutils/coreutils_8.24.bb
@@ -62,7 +62,7 @@ do_compile_prepend () {
mkdir -p ${B}/src
}
-do_install_append() {
+do_install_append_class-target() {
for i in df mktemp base64; do mv ${D}${bindir}/$i ${D}${bindir}/$i.${BPN}; done
install -d ${D}${base_bindir}
--
1.7.9.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 0/1] coreutils: fix for native and nativesdk
@ 2016-04-26 6:04 Robert Yang
2016-05-16 1:39 ` Robert Yang
0 siblings, 1 reply; 4+ messages in thread
From: Robert Yang @ 2016-04-26 6:04 UTC (permalink / raw)
To: openembedded-core
The following changes since commit e2dbe5eb869b8336b91023b83d7ca866197efa73:
license.bbclass: make sure that image manifest dir exists (2016-04-22 16:28:47 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/core
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/core
Dengke Du (1):
coreutils: fix for native and nativesdk
meta/recipes-core/coreutils/coreutils_8.25.bb | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
--
2.7.4
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/1] coreutils: fix for native and nativesdk
2016-04-26 6:04 [PATCH 0/1] " Robert Yang
@ 2016-05-16 1:39 ` Robert Yang
0 siblings, 0 replies; 4+ messages in thread
From: Robert Yang @ 2016-05-16 1:39 UTC (permalink / raw)
To: openembedded-core
Ping.
// Robert
On 04/26/2016 02:04 PM, Robert Yang wrote:
> The following changes since commit e2dbe5eb869b8336b91023b83d7ca866197efa73:
>
> license.bbclass: make sure that image manifest dir exists (2016-04-22 16:28:47 +0100)
>
> are available in the git repository at:
>
> git://git.openembedded.org/openembedded-core-contrib rbt/core
> http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/core
>
> Dengke Du (1):
> coreutils: fix for native and nativesdk
>
> meta/recipes-core/coreutils/coreutils_8.25.bb | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-05-16 1:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-10 7:04 [PATCH 0/1] coreutils: fix for native and nativesdk Robert Yang
2015-10-10 7:04 ` [PATCH 1/1] " Robert Yang
-- strict thread matches above, loose matches on Subject: below --
2016-04-26 6:04 [PATCH 0/1] " Robert Yang
2016-05-16 1:39 ` Robert Yang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox