* [PATCH] gnu-config: Deal with "make clean" breakage
@ 2014-10-24 14:56 Richard Purdie
2014-10-24 15:24 ` Paul Eggleton
0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2014-10-24 14:56 UTC (permalink / raw)
To: openembedded-core
gnu-config can't cope with a "make clean" so disable that
newly enabled functionality.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
diff --git a/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb b/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb
index d67466a..910b612 100644
--- a/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb
+++ b/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb
@@ -17,6 +17,10 @@ SRC_URI = "http://downloads.yoctoproject.org/releases/gnu-config/gnu-config-${PV
SRC_URI[md5sum] = "bcfca5a2bb39edad4aae5a65efc84094"
SRC_URI[sha256sum] = "44f99a8e76f3e8e4fec0bb5ad4762f8e44366168554ce66cb85afbe2ed3efd8b"
+do_configure () {
+ :
+}
+
do_compile() {
:
}
diff --git a/meta/recipes-devtools/gnu-config/gnu-config_git.bb b/meta/recipes-devtools/gnu-config/gnu-config_git.bb
index 00fa759..ee1621f 100644
--- a/meta/recipes-devtools/gnu-config/gnu-config_git.bb
+++ b/meta/recipes-devtools/gnu-config/gnu-config_git.bb
@@ -17,6 +17,10 @@ SRC_URI = "git://git.sv.gnu.org/config.git \
S = "${WORKDIR}/git"
+do_configure () {
+ :
+}
+
do_compile() {
:
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] gnu-config: Deal with "make clean" breakage
2014-10-24 14:56 [PATCH] gnu-config: Deal with "make clean" breakage Richard Purdie
@ 2014-10-24 15:24 ` Paul Eggleton
2014-10-24 17:10 ` Richard Purdie
0 siblings, 1 reply; 3+ messages in thread
From: Paul Eggleton @ 2014-10-24 15:24 UTC (permalink / raw)
To: Richard Purdie; +Cc: openembedded-core
Hi Richard,
On Friday 24 October 2014 15:56:25 Richard Purdie wrote:
> gnu-config can't cope with a "make clean" so disable that
> newly enabled functionality.
>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
>
> diff --git a/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb
> b/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb index
> d67466a..910b612 100644
> --- a/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb
> +++ b/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb
> @@ -17,6 +17,10 @@ SRC_URI =
> "http://downloads.yoctoproject.org/releases/gnu-config/gnu-config-${PV
> SRC_URI[md5sum] = "bcfca5a2bb39edad4aae5a65efc84094"
> SRC_URI[sha256sum] =
> "44f99a8e76f3e8e4fec0bb5ad4762f8e44366168554ce66cb85afbe2ed3efd8b"
>
> +do_configure () {
> + :
> +}
> +
> do_compile() {
>
> }
> diff --git a/meta/recipes-devtools/gnu-config/gnu-config_git.bb
> b/meta/recipes-devtools/gnu-config/gnu-config_git.bb index 00fa759..ee1621f
> 100644
> --- a/meta/recipes-devtools/gnu-config/gnu-config_git.bb
> +++ b/meta/recipes-devtools/gnu-config/gnu-config_git.bb
> @@ -17,6 +17,10 @@ SRC_URI = "git://git.sv.gnu.org/config.git \
>
> S = "${WORKDIR}/git"
>
> +do_configure () {
> + :
> +}
> +
> do_compile() {
>
> }
Would it be worth adding some comments here to explain why these functions are
being nulled out?
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] gnu-config: Deal with "make clean" breakage
2014-10-24 15:24 ` Paul Eggleton
@ 2014-10-24 17:10 ` Richard Purdie
0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2014-10-24 17:10 UTC (permalink / raw)
To: Paul Eggleton; +Cc: openembedded-core
On Fri, 2014-10-24 at 16:24 +0100, Paul Eggleton wrote:
> On Friday 24 October 2014 15:56:25 Richard Purdie wrote:
> > diff --git a/meta/recipes-devtools/gnu-config/gnu-config_git.bb
> > b/meta/recipes-devtools/gnu-config/gnu-config_git.bb index 00fa759..ee1621f
> > 100644
> > --- a/meta/recipes-devtools/gnu-config/gnu-config_git.bb
> > +++ b/meta/recipes-devtools/gnu-config/gnu-config_git.bb
> > @@ -17,6 +17,10 @@ SRC_URI = "git://git.sv.gnu.org/config.git \
> >
> > S = "${WORKDIR}/git"
> >
> > +do_configure () {
> > + :
> > +}
> > +
> > do_compile() {
> >
> > }
>
> Would it be worth adding some comments here to explain why these functions are
> being nulled out?
Done in the version in master-next.
Cheers,
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-10-24 17:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-24 14:56 [PATCH] gnu-config: Deal with "make clean" breakage Richard Purdie
2014-10-24 15:24 ` Paul Eggleton
2014-10-24 17:10 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox