On 10 February 2014 16:21, Rifenbark, Scott M
wrote:
> I saw this article shared on Facebook shared by Nicoleā¦. Very nice Beth!
>
> From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org]
> On Behalf Of Chris Hallinan
> Sent: Monday, February 10, 2014 5:55 AM
> To: yocto@yocto
On 25 December 2013 13:37, Rohit2 Jindal wrote:
> Hi,
>
> Can u suggest me a way that we can pass more than one md5sum in yocto for
> two different sources to be downloaded.
>
>
>
> SRC_URI = "\
>
> http://ftp.gnu.org/gnu/glibc/glibc-ports-2.13.tar.gz\
>
> http://ftp.gnu.org/gnu/glibc
On 8 February 2013 23:22, Gary Thomas wrote:
> On 2013-02-08 14:08, Marko Lindqvist wrote:
>>
>> [PATCH] configure.ac: fix build with automake-1.13
>
> Patch seems to be missing
This time inlining it to this email. Hope it makes through this way.
- ML
0001-config
- ML
0001-configure.ac-fix-build-with-automake-1.13.patch
Description: Binary data
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
[PATCH] configure.ac: fix build with automake-1.13
- ML
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
[PATCH 1/2] configure.ac: fix autoreconf with automake-1.13
Seems that this bounced.
(2/2 was INSTALL removal already committed)
- ML
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
On 4 February 2013 12:16, Burton, Ross wrote:
> Hi Marko,
>
> On 3 February 2013 01:58, Marko Lindqvist wrote:
>> INSTALL in git repo is a symlink outside the repository, to
>> file installed as part of automake-1.10 (and only when automake-1.10
>> installed
Fix build when automake-1.13 in use
INSTALL in git repo is a symlink outside the repository, to
file installed as part of automake-1.10 (and only when automake-1.10
installed to default location) It was dangling in my system without
automake-1.10. Such a link should not be under version
Automake-1.13 fix to matchbox-wm git attached.
- ML
0001-configure.ac-fix-autoreconf-with-automake-1.13.patch
Description: Binary data
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
Rename autoconf input file from deprecated name configure.in to
configure.ac
Replace AM_CONFIG_HEADER obsoleted in automake-1.13 with
AC_CONFIG_HEADERS.
Signed-off-by: Marko Lindqvist
---
trunk/{configure.in => configure.ac} |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename tr
[PATCH] fix build with automake-1.13.
Long obsolete AM_CONFIG_HEADER is completely removed from automake-1.13,
which errors out upon seeing it.
configure.in -> configure.ac rename is not strictly necessary yet,
use of deprecated name still gives only warning.
Problem in dropping obsolete construc
11 matches
Mail list logo