it does not grok glibc ldconfig format
Signed-off-by: Khem Raj
---
meta/classes/image.bbclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index ceee848..a03b880 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclas
We will use '-musl' to identify musl based systems
this patch lays the foundation for recognising those
and map them to internal variable representations
Signed-off-by: Khem Raj
---
meta/classes/insane.bbclass | 21 +
meta/classes/siteinfo.bbclass | 13 +++
meta/site/co
Signed-off-by: Khem Raj
---
meta/conf/layer.conf | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index dbcb653..75ca232 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -34,6 +34,7 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \
SIGGEN_EXC
musl is not multilib and this creates trouble. eg. when
util-linux probes for ncurses it does not find it because
ncurses has installed the multilibbed header and this
header includes bits/wordsize.h and this header does not
exist on musl systems. If and when musl adds multilib
support we will revi
Signed-off-by: Khem Raj
---
meta/classes/cross-canadian.bbclass | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta/classes/cross-canadian.bbclass
b/meta/classes/cross-canadian.bbclass
index cea6afb..25e246d 100644
--- a/meta/classes/cross-canadian.bbclass
+++ b/meta/clas
With this we could use TCLIBC=musl to switch to images
based on musl
Signed-off-by: Khem Raj
---
meta/conf/distro/include/tclibc-musl.inc | 27 +++
1 file changed, 27 insertions(+)
create mode 100644 meta/conf/distro/include/tclibc-musl.inc
diff --git a/meta/conf/distro
This will help autotools based packages to recognise
musl
Signed-off-by: Khem Raj
---
.../gnu-config/gnu-config/musl-support.patch | 25 ++
.../gnu-config/gnu-config_20120814.bb | 1 +
2 files changed, 26 insertions(+)
create mode 100644
meta/recipes-dev
This patchset is part of musl support in config metadata and class metadata
there are more patches for individual recipes to let it build with musl but
those can be housed in a layer of its own. Once this common support is available
in OE-Core
The following changes since commit 32ac58819580d359e22
Signed-off-by: Khem Raj
---
.../eglibc/eglibc-2.19/grok_gold.patch | 34 ++
meta/recipes-core/eglibc/eglibc_2.19.bb| 1 +
2 files changed, 35 insertions(+)
create mode 100644 meta/recipes-core/eglibc/eglibc-2.19/grok_gold.patch
diff --git a/meta/reci
Signed-off-by: Khem Raj
---
.../recipes-core/uclibc/uclibc-git/0004-Add-clock_adjtime-syscall.patch | 2 ++
meta/recipes-devtools/gcc/gcc-4.9/0047-repomembug.patch | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git
a/meta/recipes-core/uclibc/uclibc-git/0004-Add-c
Signed-off-by: Khem Raj
---
.../eglibc/eglibc-2.19/grok_gold.patch | 34 ++
meta/recipes-core/eglibc/eglibc_2.19.bb| 3 +-
2 files changed, 36 insertions(+), 1 deletion(-)
create mode 100644 meta/recipes-core/eglibc/eglibc-2.19/grok_gold.patch
diff -
It seems that 585324fee380109acd9986388f857f413a60b896 is no
longer there in git and it has been rewritten to
ffc3ad4945da69f3caa2b40e4eed715a9a8d9526
Change-Id: I9ffe8bd9bcef0d2dc5e6f6d3a6e4317bada8f4be
Signed-off-by: Khem Raj
---
meta/recipes-multimedia/x264/x264_git.bb | 2 +-
1 file changed,
This patch fixes a build warning which is promoted to an error via -Werror.
changes from v1:
* put "Upstream-Status" in patch itself, not in OE patch header
* fix commit wording
Signed-off-by: Trevor Woerner
---
.../grub/grub/asciih-fix-build-warning-error.patch | 34 ++
m
On 05/28/14 15:57, Khem Raj wrote:
> Upstream-status should appear in component source patch header not
> overall OE patch header.
Thanks for the clarification. v2 is on its way.
--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedde
Hello,
This fixes a combo-layer behaviour that I found using this .conf:
[meta-intel]
src_uri = git://git.yoctoproject.org/meta-intel
local_repo_dir = /home/joaohf/jhf/opensource/meta/meta-intel
dest_dir = .
branch = daisy
last_revision =
file_filter = conf common meta-crownbay
The first time th
If file_filter is set, git format-patch takes account but git rev-list
does not. So revlist is going to get with wrong revisions. And last_revision
will be updated with wrong revision. The next time that user run
combo-layer it complain about applying patches.
So ensure that 'git rev-list' are usi
The update-rc.d treated priority numbers begin with '0' as octal
numbers. This led to problems of update-rc.d being unable to handle
priorities like '08' or '09' correctly.
This patch fixes the above problem.
[YOCTO #6376]
Signed-off-by: Chen Qi
---
.../fix-to-handle-priority-numbers-correctly
The following changes since commit 32ac58819580d359e22161be1abf62215d202250:
i2c-tools: Add i2c-tools to the core (2014-05-28 09:41:11 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib ChenQi/updatercd-priority
http://cgit.openembedded.org
On 05/28/2014 01:00 PM, Khem Raj wrote:
Saul
can you cherry-pick
http://git.openembedded.org/openembedded-core-contrib/commit/?h=kraj/gcc-4.9&id=c5f8c01c48afebc8a9987dc09f87e37520b94e25
along with this one now
I have been testing MUT with this one just to make sure we don't regress
anywhe
On Wed, 2014-05-28 at 13:46 -0700, Christopher Larson wrote:
>
> On Wed, May 28, 2014 at 1:42 PM, Khem Raj wrote:
> On Mon, May 26, 2014 at 11:58 PM, Mike Looijmans
> wrote:
> > I have a deja-vu feeling about this question.
> >
> > I have this recipe:
>
On Tue, 2014-05-27 at 17:38 -0600, Dan McGregor wrote:
> From: Dan McGregor
>
> On systems with /bin and /usr/bin merged the gzip recipe may find grep
> in /usr/bin, while OE puts it in /bin. Force the recipe to find grep in
> the correct place.
>
> Signed-off-by: Dan McGregor
> ---
> meta/rec
On 05/28/2014 02:27 PM, Gary Thomas wrote:
On 2014-05-28 15:21, Armin Kuster wrote:
This updates both tzcode and tzdate to latest
V2: License correction
Solar type correction
Armin Kuster (2):
Update tzdata to 2014c
Update tzcode to 2014c
.../recipes-extended/tzcode/tzcode-nativ
On 2014-05-28 15:21, Armin Kuster wrote:
This updates both tzcode and tzdate to latest
V2: License correction
Solar type correction
Armin Kuster (2):
Update tzdata to 2014c
Update tzcode to 2014c
.../recipes-extended/tzcode/tzcode-native_2013i.bb | 26 ---
.../recipes-extended/t
It's encoded in zgrep, which is part of the gzip package.
On 28 May 2014 14:29, Khem Raj wrote:
> On Tue, May 27, 2014 at 4:38 PM, Dan McGregor
> wrote:
>> +EXTRA_OEMAKE = "GREP=${base_bindir}/grep"
>
> is this grep path encoded into gzip and then referred when running ?
--
___
Signed-off-by: Armin Kuster
---
.../recipes-extended/tzcode/tzcode-native_2013i.bb | 26 --
.../recipes-extended/tzcode/tzcode-native_2014c.bb | 25 +
2 files changed, 25 insertions(+), 26 deletions(-)
delete mode 100644 meta/recipes-extended/tzcode/tzcode
Removed solar-time experiment as per
http://mm.icann.org/pipermail/tz/2013-November/020488.html
Signed-off-by: Armin Kuster
---
meta/recipes-extended/tzdata/tzdata_2013i.bb | 206 ---
meta/recipes-extended/tzdata/tzdata_2014c.bb | 205 ++
2 files
This updates both tzcode and tzdate to latest
V2: License correction
Solar type correction
Armin Kuster (2):
Update tzdata to 2014c
Update tzcode to 2014c
.../recipes-extended/tzcode/tzcode-native_2013i.bb | 26 ---
.../recipes-extended/tzcode/tzcode-native_2014c.bb | 25 +++
meta/rec
On Wed, May 28, 2014 at 1:42 PM, Khem Raj wrote:
> On Mon, May 26, 2014 at 11:58 PM, Mike Looijmans
> wrote:
> > I have a deja-vu feeling about this question.
> >
> > I have this recipe:
> >
> >
> https://github.com/topic-embedded-products/meta-topic/blob/master/recipes-bsp/fpga/fpga-image-miami
On Mon, May 26, 2014 at 11:58 PM, Mike Looijmans
wrote:
> I have a deja-vu feeling about this question.
>
> I have this recipe:
>
> https://github.com/topic-embedded-products/meta-topic/blob/master/recipes-bsp/fpga/fpga-image-miami.bb
>
> Which includes this one:
> https://github.com/topic-embedde
On Tue, May 27, 2014 at 4:38 PM, Dan McGregor wrote:
> +EXTRA_OEMAKE = "GREP=${base_bindir}/grep"
is this grep path encoded into gzip and then referred when running ?
--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http:/
Saul
can you cherry-pick
http://git.openembedded.org/openembedded-core-contrib/commit/?h=kraj/gcc-4.9&id=c5f8c01c48afebc8a9987dc09f87e37520b94e25
along with this one now
On Wed, May 28, 2014 at 12:58 PM, Khem Raj wrote:
> On Wed, May 28, 2014 at 6:24 AM, Alexandru-Cezar Sardan
> wrote:
>> [OE-c
On Wed, May 28, 2014 at 6:24 AM, Alexandru-Cezar Sardan
wrote:
> [OE-core bug #6270] - https://bugzilla.yoctoproject.org/show_bug.cgi?id=6270
>
This looks good.
> Signed-off-by: Alexandru-Cezar Sardan
> ---
> meta/recipes-devtools/gcc/gcc-4.9.inc |1 +
> ...-E500-SPE-errors-wi
On Wed, May 28, 2014 at 6:26 AM, Trevor Woerner
wrote:
> This patch fixes a grub build error which is promoted to an error via -Werror.
>
> Signed-off-by: Trevor Woerner
> Upstream-status: submitted
> -
Upstream-status should appear in component source patch header not
overall OE patch header.
-
On 28 May 2014 17:38, Richard Purdie wrote:
> This change has no effect on existing uses but makes gcc-cross become
> shared as desired.
As the reporter of the problem to Richard I confirm that this fixes the problem.
Ross
--
___
Openembedded-core mai
buildtest-TESTS and runtest-TESTS targets are required by ptest.
In order to have those targets in automake 1.13.4 serial-tests
should be specified since parallel-tests is assumed by default
and serial-tests is optional.
ptest results:
PASS: test-cmdline
PASS: test-features
==
All
We want to use the saferecipedeps handling code to allow gcc-cross-* to
work on multiple different tunes. Its currently in target only code
so it needs to be earlier to allow it to work on native-> target
dependencies.
This change has no effect on existing uses but makes gcc-cross become
shared as
This patch allows for an optional new layout for ipk feed directories which I've
called a 'hierarchical feed' and is based on how Debian pools package files. It
is disabled by default and is enabled by setting IPK_HIERARCHICAL_FEED to "1".
In the traditional feed layout, package files are placed i
Changelog since 2014-05-18 until 2014-05-25. Projects included in this report:
bitbake: git://git.openembedded.org/bitbake
openembedded-core: git://git.openembedded.org/openembedded-core
meta-openembedded: git://git.openembedded.org/meta-openembedded
meta-angstrom: git://github.com/Angstrom-distr
Recent changes in opkg-utils allow package files to be stored in a different
directory to the package index if desired.
Signed-off-by: Paul Barker
---
meta/recipes-devtools/opkg-utils/opkg-utils_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/opkg
This is a follow up to the RFC patches I sent out a few weeks ago. I've finally
had time to finish up the work and give it another round of testing. Everything
looks good both with and without IPK_HIERARCHICAL_FEED set. I've tested that it
is possible to install from a hierarchical feed using opkg
On 05/28/2014 03:40 AM, Burton, Ross wrote:
On 26 May 2014 22:05, Armin Kuster wrote:
This updates both tzcode and tzdate to latest
Please send patches using -M so they're easier to review.
Will do.
Also you
put "solaris" instead of "solar" in the commit message.
I will fix
thanks
Armin
On Wed, May 28, 2014 at 7:44 AM, Darren Hart wrote:
>
> What follow-up is necessary/appropriate with meta-oe?
send a patch to delete the recipe from meta-openembedded
--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http:/
On 5/28/14, 1:42, "Richard Purdie"
wrote:
>On Tue, 2014-05-27 at 13:38 -0700, Darren Hart wrote:
>> The following changes since commit
>>f3d62a9eb9c47356e6150fdd55f790c159e620c7:
>>
>> eglinfo: updated to compile with mesa10+ (2014-05-27 16:11:55 +0100)
>>
>> are available in the git reposito
On 05/28/2014 05:07 AM, Richard Purdie wrote:
On Wed, 2014-05-28 at 11:40 +0100, Burton, Ross wrote:
On 26 May 2014 22:05, Armin Kuster wrote:
This updates both tzcode and tzdate to latest
Please send patches using -M so they're easier to review. Also you
put "solaris" instead of "solar" in
> -Original Message-
> From: Saul Wold [mailto:s...@linux.intel.com]
> Sent: Tuesday, May 27, 2014 18:23
> To: Tudor Florea; Chong Lu; openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] [PATCH 1/1] strace: fix ptest execution failure
>
> On 05/27/2014 08:16 AM, Tudor Flore
On 14-05-28 09:47 AM, Richard Purdie wrote:
On Wed, 2014-05-28 at 08:54 -0400, Bruce Ashfield wrote:
On 14-05-28 04:36 AM, Richard Purdie wrote:
On Mon, 2014-05-26 at 13:40 -0400, Bruce Ashfield wrote:
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
b/meta/recipes-kernel/linux
This patch fixes a grub build error which is promoted to an error via -Werror.
Signed-off-by: Trevor Woerner
Upstream-status: submitted
---
...l-grub-gen-asciih-fix-build-warning-error.patch | 44 ++
meta/recipes-bsp/grub/grub_git.bb | 1 +
2 files changed,
On Wed, 2014-05-28 at 08:54 -0400, Bruce Ashfield wrote:
> On 14-05-28 04:36 AM, Richard Purdie wrote:
> > On Mon, 2014-05-26 at 13:40 -0400, Bruce Ashfield wrote:
> >> diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
> >> b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
> >> in
[OE-core bug #6270] - https://bugzilla.yoctoproject.org/show_bug.cgi?id=6270
Signed-off-by: Alexandru-Cezar Sardan
---
meta/recipes-devtools/gcc/gcc-4.9.inc |1 +
...-E500-SPE-errors-with-the-_Decimal64-type.patch | 98
2 files changed, 99 insertions(+)
c
On 14-05-28 04:36 AM, Richard Purdie wrote:
On Mon, 2014-05-26 at 13:40 -0400, Bruce Ashfield wrote:
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
index 7081cd18aa57..b1b80341d6d2 100644
--- a/meta/recipes-kernel/linux/linux
On Wed, 2014-05-28 at 11:40 +0100, Burton, Ross wrote:
> On 26 May 2014 22:05, Armin Kuster wrote:
> > This updates both tzcode and tzdate to latest
>
> Please send patches using -M so they're easier to review. Also you
> put "solaris" instead of "solar" in the commit message.
How did the licen
The usual autoheader warning is due to AC_DEFINE variables not having a
description. This results in no variable being defined in config.h, which leads
to code behaving as if the test failed when it actually succeeded.
This patch was introduced to OpenEmbedded back in 2004:
http://git.openembedd
readline ships a hand-maintained config.h, instead of letting autoheader
generate one from configure.ac. The required arguments to AC_DEFINE are not in
configure.ac so autoheader will produce warnings and the generated code will not
behave as expected.
Solve this by excluding autoheader from auto
Instead of shipping a fork of the upstream aclocal.m4, simply rename it to
acinclude.m4 at configure time. We don't need the fork now that autoheader is
excluded.
Signed-off-by: Ross Burton
---
meta/recipes-core/readline/files/acinclude.m4 | 1871 -
meta/recipes-core/rea
readline maintains config.h.in by hand but several symbols are incorrect. Fix
these so that the test results are reflected in config.h.
Signed-off-by: Ross Burton
---
.../readline-6.3/config-dirent-symbols.patch | 34
meta/recipes-core/readline/readline.inc
Hi,
When autoheader emits a warning along the lines of "missing template for
variable HAVE_FOO", it's not moaning that you need to be more verbose for nice
comments in the config.h files. In fact it's saying that it's not writing that
symbol at all to config.h.in, so even if that test succeeds th
On 05/28/2014 06:48 PM, Burton, Ross wrote:
On 28 May 2014 10:05, Hongxu Jia wrote:
The tools/gen_test_char was invoked at build time, and it didn't
work for the cross compiling, so we used the native one to instead.
Building all of libapr natively and installing the extra binary is
wasteful w
For further details, see:
https://bugreports.qt-project.org/browse/QTBUG-38367
Signed-off-by: Paul Eggleton
---
meta/recipes-qt/qt4/qt4-4.8.6.inc | 1 +
.../0028-Don-t-crash-on-broken-GIF-images.patch| 47 ++
2 files changed, 48 insertions(+)
create mod
Since v1, added an additional patch for a denial-of-service vulnerability
in Qt's GIF handling code. The upgrade patch itself (1/2) remains
unchanged.
The following changes since commit 32ac58819580d359e22161be1abf62215d202250:
i2c-tools: Add i2c-tools to the core (2014-05-28 09:41:11 +0100)
* Remove patches merged upstream
* Add a qtscript translation package for an additional .qm file added in
this release
Signed-off-by: Paul Eggleton
---
...tools_4.8.5.bb => nativesdk-qt4-tools_4.8.6.bb} | 4 +-
...0020-webkit-disable-the-fuse-ld-gold-flag.patch | 41 --
...-of-0-width-p
On 28 May 2014 10:05, Hongxu Jia wrote:
> The tools/gen_test_char was invoked at build time, and it didn't
> work for the cross compiling, so we used the native one to instead.
Building all of libapr natively and installing the extra binary is
wasteful when the binary is trivially compiled native
On 26 May 2014 22:05, Armin Kuster wrote:
> This updates both tzcode and tzdate to latest
Please send patches using -M so they're easier to review. Also you
put "solaris" instead of "solar" in the commit message.
Ross
--
___
Openembedded-core mailing
Signed-off-by: Hongxu Jia
---
meta/recipes-support/apr/{apr-util_1.5.2.bb => apr-util_1.5.3.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/apr/{apr-util_1.5.2.bb => apr-util_1.5.3.bb} (93%)
diff --git a/meta/recipes-support/apr/apr-util_1.5.2.bb
b/met
The do_compile failed:
| tools/gen_test_char > include/private/apr_escape_test_char.h
| /bin/sh: tools/gen_test_char: No such file or directory
| make[1]: *** [include/private/apr_escape_test_char.h] Error 127
The tools/gen_test_char was invoked at build time, and it didn't
work for the cross comp
The following changes since commit 894df445fa71a170397c6e0b4960a89ef20a4230:
guile: Update to 2.0.11 version (2014-05-21 19:50:21 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib hongxu/upgrade-apr
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hon
The LICENSE has no change, except a newline added.
Signed-off-by: Hongxu Jia
---
meta/recipes-support/apr/{apr_1.4.8.bb => apr_1.5.1.bb} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-support/apr/{apr_1.4.8.bb => apr_1.5.1.bb} (91%)
diff --git a/meta/recipes-su
Add 'm4-biarch.m4-tweak-AC_RUN_IFELSE-for-cross-compiling.patch' to fix cross
compiling failure;
Rebase 'elf_additions.diff' for 0.158;
Drop obsolete patches:
- nm-Fix-size-passed-to-snprintf-for-invalid-sh_name-case.patch
- elfutils-ar-c-fix-num-passed-to-memset.patch
- fix-build-gcc-4.8.patch
Change in V2:
- Add the missing 'm4-biarch.m4-tweak-AC_RUN_IFELSE-for-cross-compiling.patch'
and 'elf_additions.diff' patches.
Build Steps:
1. Add 'PREFERRED_VERSION_elfutils="0.158"' to local.conf
2. bitbake elfutils
//Hongxu
The following changes since commit 894df445fa71a170397c6e0b4960a89
On Tue, 2014-05-27 at 13:38 -0700, Darren Hart wrote:
> The following changes since commit f3d62a9eb9c47356e6150fdd55f790c159e620c7:
>
> eglinfo: updated to compile with mesa10+ (2014-05-27 16:11:55 +0100)
>
> are available in the git repository at:
>
> git://git.yoctoproject.org/poky-contri
On Mon, 2014-05-26 at 13:40 -0400, Bruce Ashfield wrote:
> diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
> b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
> index 7081cd18aa57..b1b80341d6d2 100644
> --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
> +++ b/meta/recipe
On 05/28/2014 04:27 PM, Hongxu Jia wrote:
Add 'm4-biarch.m4-tweak-AC_RUN_IFELSE-for-cross-compiling.patch' to fix cross
compiling failure;
Rebase 'elf_additions.diff' for 0.158;
I am sorry to missing
'm4-biarch.m4-tweak-AC_RUN_IFELSE-for-cross-compiling.patch'
and 'elf_additions.diff' in this
Add 'm4-biarch.m4-tweak-AC_RUN_IFELSE-for-cross-compiling.patch' to fix cross
compiling failure;
Rebase 'elf_additions.diff' for 0.158;
Drop obsolete patches:
- nm-Fix-size-passed-to-snprintf-for-invalid-sh_name-case.patch
- elfutils-ar-c-fix-num-passed-to-memset.patch
- fix-build-gcc-4.8.patch
Build Steps:
1. Add 'PREFERRED_VERSION_elfutils="0.158"' to local.conf
2. bitbake elfutils
//Hongxu
The following changes since commit 894df445fa71a170397c6e0b4960a89ef20a4230:
guile: Update to 2.0.11 version (2014-05-21 19:50:21 +0100)
are available in the git repository at:
git://git.po
Tweak compile.patch:
- add the explanation of 'AC_DEFINE' in the patch header;
- remove the t.c_ispeed assinged line for AC_TRY_COMPILE;
- remove the SHIFT_NAME line, use socat-enable-termios.patch to instead.
Drop fix-xxx-SHIFT-autoheader.patch, and add socat-enable-termios.patch to
instead;
Rem
The do_configure failed:
...
|checking for equivalent simple type of size_t... configure:
error: in `tmp/work/core2-64-poky-linux/socat/1.7.2.4-r0/build':
|configure: error: cannot run test program while cross compiling
...
For 1.7.2.4, the linux GCC check in configure.in didn't support
cross comp
Change in V3:
Tweak compile.patch:
- add the explanation of 'AC_DEFINE' in the patch header;
- remove the t.c_ispeed assinged line for AC_TRY_COMPILE;
- remove the SHIFT_NAME line;
Drop fix-xxx-SHIFT-autoheader.patch, and add socat-enable-termios.patch to
instead;
Remove 'do_configure_prepend' t
On 05/27/2014 07:37 PM, Burton, Ross wrote:
On 27 May 2014 02:59, Hongxu Jia wrote:
Signed-off-by: Hongxu Jia
---
.../recipes-connectivity/socat/socat/compile.patch | 163 +++--
Oh wow this patch is ... special.
99% of it is adding the extra arguments to AC_DEFINE so that re
77 matches
Mail list logo