* [PATCH] quilt: add ac_cv_path_BASH to CACHED_CONFIGUREVARS also for native
@ 2014-01-23 5:40 Ming Liu
2014-01-23 5:56 ` Ming Liu
0 siblings, 1 reply; 2+ messages in thread
From: Ming Liu @ 2014-01-23 5:40 UTC (permalink / raw)
To: openembedded-core
A issue was fixed in target recipe with commit: 95893404
[
quilt: added ac_cv_path_BASH to CACHED_CONFIGUREVARS
On Fedora 17, bash has moved to /usr/bin/bash and the configure process finds it
on the host machine there, this ensures that it is set correctly for the target.
[YOCTO #2363]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
]
But it's also impacting native package in the case that the sstate is used
between Fedora 17(or later) and other hosts.
Signed-off-by: Ming Liu <ming.liu@windriver.com>
---
meta/recipes-devtools/quilt/quilt-0.61.inc | 2 ++
meta/recipes-devtools/quilt/quilt_0.61.bb | 2 --
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-devtools/quilt/quilt-0.61.inc b/meta/recipes-devtools/quilt/quilt-0.61.inc
index f751ac8..7c8136f 100644
--- a/meta/recipes-devtools/quilt/quilt-0.61.inc
+++ b/meta/recipes-devtools/quilt/quilt-0.61.inc
@@ -31,6 +31,8 @@ RDEPENDS_${PN} = "bash"
EXTRA_OE_MAKE_ARGS_darwin ?= ""
EXTRA_OE_MAKE_ARGS ?= "BUILD_ROOT=${D}"
+CACHED_CONFIGUREVARS += "ac_cv_path_BASH=${base_bindir}/bash"
+
# quilt ignores DESTDIR
do_install () {
oe_runmake ${EXTRA_OE_MAKE_ARGS} install
diff --git a/meta/recipes-devtools/quilt/quilt_0.61.bb b/meta/recipes-devtools/quilt/quilt_0.61.bb
index 565e46a..3a08d13 100644
--- a/meta/recipes-devtools/quilt/quilt_0.61.bb
+++ b/meta/recipes-devtools/quilt/quilt_0.61.bb
@@ -5,8 +5,6 @@ SRC_URI += "file://aclocal.patch \
file://gnu_patch_test_fix_target.patch \
"
-CACHED_CONFIGUREVARS += "ac_cv_path_BASH=${base_bindir}/bash"
-
# fix build-distro specific perl path in the target perl scripts
do_install_append() {
for perlscript in ${D}${datadir}/quilt/scripts/remove-trailing-ws ${D}${datadir}/quilt/scripts/dependency-graph ${D}${datadir}/quilt/scripts/edmail ${D}${bindir}/guards
--
1.8.3.3
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] quilt: add ac_cv_path_BASH to CACHED_CONFIGUREVARS also for native
2014-01-23 5:40 [PATCH] quilt: add ac_cv_path_BASH to CACHED_CONFIGUREVARS also for native Ming Liu
@ 2014-01-23 5:56 ` Ming Liu
0 siblings, 0 replies; 2+ messages in thread
From: Ming Liu @ 2014-01-23 5:56 UTC (permalink / raw)
To: openembedded-core
Please ignore this patch, it's not a proper fix, I will send a V2 soon.
//Ming Liu
On 01/23/2014 01:40 PM, Ming Liu wrote:
> A issue was fixed in target recipe with commit: 95893404
>
> [
> quilt: added ac_cv_path_BASH to CACHED_CONFIGUREVARS
>
> On Fedora 17, bash has moved to /usr/bin/bash and the configure process finds it
> on the host machine there, this ensures that it is set correctly for the target.
>
> [YOCTO #2363]
>
> Signed-off-by: Saul Wold <sgw@linux.intel.com>
> ]
>
> But it's also impacting native package in the case that the sstate is used
> between Fedora 17(or later) and other hosts.
>
> Signed-off-by: Ming Liu <ming.liu@windriver.com>
> ---
> meta/recipes-devtools/quilt/quilt-0.61.inc | 2 ++
> meta/recipes-devtools/quilt/quilt_0.61.bb | 2 --
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-devtools/quilt/quilt-0.61.inc b/meta/recipes-devtools/quilt/quilt-0.61.inc
> index f751ac8..7c8136f 100644
> --- a/meta/recipes-devtools/quilt/quilt-0.61.inc
> +++ b/meta/recipes-devtools/quilt/quilt-0.61.inc
> @@ -31,6 +31,8 @@ RDEPENDS_${PN} = "bash"
> EXTRA_OE_MAKE_ARGS_darwin ?= ""
> EXTRA_OE_MAKE_ARGS ?= "BUILD_ROOT=${D}"
>
> +CACHED_CONFIGUREVARS += "ac_cv_path_BASH=${base_bindir}/bash"
> +
> # quilt ignores DESTDIR
> do_install () {
> oe_runmake ${EXTRA_OE_MAKE_ARGS} install
> diff --git a/meta/recipes-devtools/quilt/quilt_0.61.bb b/meta/recipes-devtools/quilt/quilt_0.61.bb
> index 565e46a..3a08d13 100644
> --- a/meta/recipes-devtools/quilt/quilt_0.61.bb
> +++ b/meta/recipes-devtools/quilt/quilt_0.61.bb
> @@ -5,8 +5,6 @@ SRC_URI += "file://aclocal.patch \
> file://gnu_patch_test_fix_target.patch \
> "
>
> -CACHED_CONFIGUREVARS += "ac_cv_path_BASH=${base_bindir}/bash"
> -
> # fix build-distro specific perl path in the target perl scripts
> do_install_append() {
> for perlscript in ${D}${datadir}/quilt/scripts/remove-trailing-ws ${D}${datadir}/quilt/scripts/dependency-graph ${D}${datadir}/quilt/scripts/edmail ${D}${bindir}/guards
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-01-23 5:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-23 5:40 [PATCH] quilt: add ac_cv_path_BASH to CACHED_CONFIGUREVARS also for native Ming Liu
2014-01-23 5:56 ` Ming Liu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox