All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [oe-commits] Robert Yang : tftp-hpa: inherit autotools-brokensep
       [not found] <20140616122805.79FDD50297@opal.openembedded.org>
@ 2014-06-16 14:19 ` Martin Jansa
  2014-06-16 14:41   ` Robert Yang
  2014-06-16 15:04   ` Joe MacDonald
  0 siblings, 2 replies; 3+ messages in thread
From: Martin Jansa @ 2014-06-16 14:19 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2843 bytes --]

On Mon, Jun 16, 2014 at 12:28:05PM +0000, git@git.openembedded.org wrote:
> Module: meta-openembedded.git
> Branch: master
> Commit: 8e689bb7a154143c1bdfda5ec7a7e8c79bb1381b
> URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=8e689bb7a154143c1bdfda5ec7a7e8c79bb1381b
> 
> Author: Robert Yang <liezhi.yang@windriver.com>
> Date:   Fri Jun 13 08:46:24 2014 +0800
> 
> tftp-hpa: inherit autotools-brokensep
> 
> It needs autotools-brokensep, otherwise do_install error:
> 
> make: *** No rule to make target `install'.  Stop.
> 
> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
> 
> ---
> 
>  '                                                   | 21 +++++++++++++++++++++

Joe: please remove this file ^

>  .../recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb        |  2 +-
>  2 files changed, 22 insertions(+), 1 deletion(-)
> 
> diff --git a/' b/'
> new file mode 100644
> index 0000000..244cc72
> --- /dev/null
> +++ b/'
> @@ -0,0 +1,21 @@
> +radvd: inherit autotools-brokensep
> +
> +It needs autotools-brokensep, otherwise do_install error:
> +
> +install: cannot stat `radvd.conf.example': No such file or directory
> +
> +(LOCAL REV: NOT UPSTREAM) -- Waiting for updating upstream-master
> +
> +Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
> +
> +# Please enter the commit message for your changes. Lines starting
> +# with '#' will be ignored, and an empty message aborts the commit.
> +# On branch wr-7.0-20140426
> +# Your branch is ahead of 'origin/wr-7.0-20140426' by 10 commits.
> +#   (use "git push" to publish your local commits)
> +#
> +# Changes to be committed:
> +#   (use "git reset HEAD <file>..." to unstage)
> +#
> +#	modified:   recipes-daemons/radvd/radvd.inc
> +#
> diff --git a/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb b/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb
> index 6978e06..5baa61b 100644
> --- a/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb
> +++ b/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb
> @@ -29,7 +29,7 @@ SRC_URI = "http://kernel.org/pub/software/network/tftp/tftp-hpa/tftp-hpa-${PV}.t
>  SRC_URI[md5sum] = "46c9bd20bbffa62f79c958c7b99aac21"
>  SRC_URI[sha256sum] = "0a9f88d4c1c02687b4853b02ab5dd8779d4de4ffdb9b2e5c9332841304d1a269"
>  
> -inherit autotools update-rc.d update-alternatives
> +inherit autotools-brokensep update-rc.d update-alternatives
>  
>  EXTRA_OECONF += "--disable-option-checking"
>  
> 
> -- 
> _______________________________________________
> Openembedded-commits mailing list
> Openembedded-commits@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-commits

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [oe-commits] Robert Yang : tftp-hpa: inherit autotools-brokensep
  2014-06-16 14:19 ` [oe-commits] Robert Yang : tftp-hpa: inherit autotools-brokensep Martin Jansa
@ 2014-06-16 14:41   ` Robert Yang
  2014-06-16 15:04   ` Joe MacDonald
  1 sibling, 0 replies; 3+ messages in thread
From: Robert Yang @ 2014-06-16 14:41 UTC (permalink / raw)
  To: openembedded-devel



On 06/16/2014 10:19 PM, Martin Jansa wrote:
> On Mon, Jun 16, 2014 at 12:28:05PM +0000, git@git.openembedded.org wrote:
>> Module: meta-openembedded.git
>> Branch: master
>> Commit: 8e689bb7a154143c1bdfda5ec7a7e8c79bb1381b
>> URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=8e689bb7a154143c1bdfda5ec7a7e8c79bb1381b
>>
>> Author: Robert Yang <liezhi.yang@windriver.com>
>> Date:   Fri Jun 13 08:46:24 2014 +0800
>>
>> tftp-hpa: inherit autotools-brokensep
>>
>> It needs autotools-brokensep, otherwise do_install error:
>>
>> make: *** No rule to make target `install'.  Stop.
>>
>> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
>> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
>>
>> ---
>>
>>   '                                                   | 21 +++++++++++++++++++++
>
> Joe: please remove this file ^

Sorry, oops, seemed that it was caused by a wrong typo of vim.

// Robert

>
>>   .../recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb        |  2 +-
>>   2 files changed, 22 insertions(+), 1 deletion(-)
>>
>> diff --git a/' b/'
>> new file mode 100644
>> index 0000000..244cc72
>> --- /dev/null
>> +++ b/'
>> @@ -0,0 +1,21 @@
>> +radvd: inherit autotools-brokensep
>> +
>> +It needs autotools-brokensep, otherwise do_install error:
>> +
>> +install: cannot stat `radvd.conf.example': No such file or directory
>> +
>> +(LOCAL REV: NOT UPSTREAM) -- Waiting for updating upstream-master
>> +
>> +Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
>> +
>> +# Please enter the commit message for your changes. Lines starting
>> +# with '#' will be ignored, and an empty message aborts the commit.
>> +# On branch wr-7.0-20140426
>> +# Your branch is ahead of 'origin/wr-7.0-20140426' by 10 commits.
>> +#   (use "git push" to publish your local commits)
>> +#
>> +# Changes to be committed:
>> +#   (use "git reset HEAD <file>..." to unstage)
>> +#
>> +#	modified:   recipes-daemons/radvd/radvd.inc
>> +#
>> diff --git a/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb b/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb
>> index 6978e06..5baa61b 100644
>> --- a/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb
>> +++ b/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb
>> @@ -29,7 +29,7 @@ SRC_URI = "http://kernel.org/pub/software/network/tftp/tftp-hpa/tftp-hpa-${PV}.t
>>   SRC_URI[md5sum] = "46c9bd20bbffa62f79c958c7b99aac21"
>>   SRC_URI[sha256sum] = "0a9f88d4c1c02687b4853b02ab5dd8779d4de4ffdb9b2e5c9332841304d1a269"
>>
>> -inherit autotools update-rc.d update-alternatives
>> +inherit autotools-brokensep update-rc.d update-alternatives
>>
>>   EXTRA_OECONF += "--disable-option-checking"
>>
>>
>> --
>> _______________________________________________
>> Openembedded-commits mailing list
>> Openembedded-commits@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-commits
>
>
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [oe-commits] Robert Yang : tftp-hpa: inherit autotools-brokensep
  2014-06-16 14:19 ` [oe-commits] Robert Yang : tftp-hpa: inherit autotools-brokensep Martin Jansa
  2014-06-16 14:41   ` Robert Yang
@ 2014-06-16 15:04   ` Joe MacDonald
  1 sibling, 0 replies; 3+ messages in thread
From: Joe MacDonald @ 2014-06-16 15:04 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 3169 bytes --]

[Re: [oe-commits] Robert Yang : tftp-hpa: inherit autotools-brokensep] On 14.06.16 (Mon 16:19) Martin Jansa wrote:

> On Mon, Jun 16, 2014 at 12:28:05PM +0000, git@git.openembedded.org wrote:
> > Module: meta-openembedded.git
> > Branch: master
> > Commit: 8e689bb7a154143c1bdfda5ec7a7e8c79bb1381b
> > URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=8e689bb7a154143c1bdfda5ec7a7e8c79bb1381b
> > 
> > Author: Robert Yang <liezhi.yang@windriver.com>
> > Date:   Fri Jun 13 08:46:24 2014 +0800
> > 
> > tftp-hpa: inherit autotools-brokensep
> > 
> > It needs autotools-brokensep, otherwise do_install error:
> > 
> > make: *** No rule to make target `install'.  Stop.
> > 
> > Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
> > Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
> > 
> > ---
> > 
> >  '                                                   | 21 +++++++++++++++++++++
> 
> Joe: please remove this file ^

Well that's irritating.

Cleaned up.  Sorry about leaving garbage lying around.

-J.

> 
> >  .../recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb        |  2 +-
> >  2 files changed, 22 insertions(+), 1 deletion(-)
> > 
> > diff --git a/' b/'
> > new file mode 100644
> > index 0000000..244cc72
> > --- /dev/null
> > +++ b/'
> > @@ -0,0 +1,21 @@
> > +radvd: inherit autotools-brokensep
> > +
> > +It needs autotools-brokensep, otherwise do_install error:
> > +
> > +install: cannot stat `radvd.conf.example': No such file or directory
> > +
> > +(LOCAL REV: NOT UPSTREAM) -- Waiting for updating upstream-master
> > +
> > +Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
> > +
> > +# Please enter the commit message for your changes. Lines starting
> > +# with '#' will be ignored, and an empty message aborts the commit.
> > +# On branch wr-7.0-20140426
> > +# Your branch is ahead of 'origin/wr-7.0-20140426' by 10 commits.
> > +#   (use "git push" to publish your local commits)
> > +#
> > +# Changes to be committed:
> > +#   (use "git reset HEAD <file>..." to unstage)
> > +#
> > +#	modified:   recipes-daemons/radvd/radvd.inc
> > +#
> > diff --git a/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb b/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb
> > index 6978e06..5baa61b 100644
> > --- a/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb
> > +++ b/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb
> > @@ -29,7 +29,7 @@ SRC_URI = "http://kernel.org/pub/software/network/tftp/tftp-hpa/tftp-hpa-${PV}.t
> >  SRC_URI[md5sum] = "46c9bd20bbffa62f79c958c7b99aac21"
> >  SRC_URI[sha256sum] = "0a9f88d4c1c02687b4853b02ab5dd8779d4de4ffdb9b2e5c9332841304d1a269"
> >  
> > -inherit autotools update-rc.d update-alternatives
> > +inherit autotools-brokensep update-rc.d update-alternatives
> >  
> >  EXTRA_OECONF += "--disable-option-checking"
> >  
> > 
> > -- 
> > _______________________________________________
> > Openembedded-commits mailing list
> > Openembedded-commits@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-commits
> 
-- 
-Joe MacDonald.
:wq

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 501 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-06-18 18:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20140616122805.79FDD50297@opal.openembedded.org>
2014-06-16 14:19 ` [oe-commits] Robert Yang : tftp-hpa: inherit autotools-brokensep Martin Jansa
2014-06-16 14:41   ` Robert Yang
2014-06-16 15:04   ` Joe MacDonald

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.