>From da12fa5e6daca0c0b7bb15df030b1c79fbefa089 Mon Sep 17 00:00:00 2001
From: Amy Fong
Date: Mon, 1 Jun 2015 13:16:20 -0400
Subject: [PATCH] External modules fail to load due to unknown symbols
When building external kernel modules, a failure can happen
when the module has dependencies on ot
>From da12fa5e6daca0c0b7bb15df030b1c79fbefa089 Mon Sep 17 00:00:00 2001
From: Amy Fong
Date: Mon, 1 Jun 2015 13:16:20 -0400
Subject: [PATCH] External modules fail to load due to unknown symbols
When building external kernel modules, a failure can happen
when the module has dependencies on ot
>From 4789a5dc622cc8537df28596a4beb66db4ba4774 Mon Sep 17 00:00:00 2001
From: Amy Fong
Date: Tue, 14 Apr 2015 13:10:22 -0400
Subject: [PATCH] icedtea7-native compile failure undefined reference to `main'
On hosts without /usr/include/X11/extensions, icedtea7-native compile
results in
e is not
a specified dependency of a number of native python packages.
We modify the change to apply specifically to non-native packages.
Signed-off-by: Amy Fong
---
meta/classes/distutils.bbclass | 8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/meta/classes/distutils
e is not
a specified dependency of a number of native python packages.
We modify the change to apply specifically to non-native packages.
Signed-off-by: Amy Fong
---
meta/classes/distutils.bbclass | 8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/meta/classes/distutils
On Fri, Jan 18, 2013 at 05:37:34PM +0100, Martin Jansa wrote:
> On Fri, Jan 18, 2013 at 11:14:08AM -0500, Amy Fong wrote:
> > commit 09947d772a36e4d2c2dc48356281bd3ce0a04b0c
> > Author: Amy Fong
> > Date: Fri Jan 18 11:10:35 2013 -0500
> >
> > autof
commit 09947d772a36e4d2c2dc48356281bd3ce0a04b0c
Author: Amy Fong
Date: Fri Jan 18 11:10:35 2013 -0500
autofs: fails to compile with openldap disabled
As of 5.0.6, it appears that changes were introduced so that
if you compile with openldap disabled and openldap headers are not
commit 4205a4c5d959643cf6c186e0939e202fb6006b82
Author: Amy Fong
Date: Thu Nov 29 09:21:49 2012 -0500
rsync cannot create hardlink for node file when use option
--link-dest=DIR.
By default, rsync's configure file disables certain capabilities when
crosscomp
socat: missing several dependencies
socat depends on ncurses, readline, and tcp-wrappers
Signed-off-by: Amy Fong
---
socat_1.7.2.0.bb |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-connectivity/socat/socat_1.7.2.0.bb
b/meta/recipes-connectivity
openssh: package testing
Package openssh's regression tests
Signed-off-by: Amy Fong
---
openssh-5.9p1/runtests.sh | 29 +
openssh_5.9p1.bb |9 +
2 files changed, 38 insertions(+)
diff --git a/meta/recipes-connectivity/openssh/op
openssh: openssh's init fails to restart if sshd is not running
Because of "set -e", it's necessary to specify the -o (or --oknodo)
so that start-stop-daemon returns an exit status of 0 if no actions
are taken.
Signed-off-by: Amy Fong
---
init |2 +-
1 file
t install phase.
To remedy this, adding groff-native in nasm's dependency list.
Signed-off-by: Amy Fong
---
nasm_2.07.bb |2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-devtools/nasm/nasm_2.07.bb
b/meta/recipes-devtools/nasm/nasm_2.07.bb
index fc2d531..d3e3f
busybox wget testing fails
In cases where busybox wget is invoked with -P <...> and the url ends
in "/", the download directory is ignored (ie the file index.html is
implied), this change enables the -P option for those urls.
Signed-off-by: Amy Fong
---
busybox wget -P option ignored
In cases where busybox wget is invoked with -P <...> and the url ends
in "/", the download directory is ignored (ie the file index.html is
implied), this change enables the -P option for those urls.
Signed-off-by: Amy Fong
---
On Mon, Jul 09, 2012 at 09:23:46PM -0700, Saul Wold wrote:
> On 07/09/2012 11:50 AM, Amy Fong wrote:
> >Package install failures due to issues in post install rules.
> >
> >package_do_shlibs only looks for libraries in a directory "lib", this should
> >b
n/ldconfig ] && /sbin/ldconfig
results in the post install rule returning a failure. Modify to
if [ -x /sbin/ldconfig ]; then /sbin/ldconfig; fi
Signed-off-by: Amy Fong
---
package.bbclass |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/classes/pack
n/ldconfig ] && /sbin/ldconfig
results in the post install rule returning a failure. Modify to
if [ -x /sbin/ldconfig ]; then /sbin/ldconfig; fi
Signed-off-by: Amy Fong
---
package.bbclass |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/classes/pack
17 matches
Mail list logo