|
[dylan]devshell: broken
bitbake -c devshell seems to have stopped working (tested with xterm and mate-terminal) in dylan since this commit: a749f06 terminal: Run command using a wrapper script It looks like the run.do_devshe
bitbake -c devshell seems to have stopped working (tested with xterm and mate-terminal) in dylan since this commit: a749f06 terminal: Run command using a wrapper script It looks like the run.do_devshe
|
By
Andre McCurdy
· #43305
·
|
|
[dylan]devshell: broken
<paul.eggleton@...> wrote: Fix confirmed here too. Thanks! Andre --
<paul.eggleton@...> wrote: Fix confirmed here too. Thanks! Andre --
|
By
Andre McCurdy
· #43364
·
|
|
[PATCH] libsdl: PACKAGECONFIG conversion
General cleanup + make it easier for distros / machines which support OpenGL ES only to prevent attempts to build against libgl. Signed-off-by: Andre McCurdy <armccurdy@...> --- meta/recipes-gra
General cleanup + make it easier for distros / machines which support OpenGL ES only to prevent attempts to build against libgl. Signed-off-by: Andre McCurdy <armccurdy@...> --- meta/recipes-gra
|
By
Andre McCurdy
· #51985
·
|
|
[PATCH] libsdl: PACKAGECONFIG conversion
Yes, it does :-( Attempting a v2, but using PACKAGECONFIG to managed DEPENDS for x11 runs into problems. It seems that the nativesdk package renaming mis-renames DEPENDS coming from PACKAGECONFIG whic
Yes, it does :-( Attempting a v2, but using PACKAGECONFIG to managed DEPENDS for x11 runs into problems. It seems that the nativesdk package renaming mis-renames DEPENDS coming from PACKAGECONFIG whic
|
By
Andre McCurdy
· #52067
·
|
|
[PATCH] curl: control ipv6 support based on DISTRO feature
By default ipv6 is auto detected for native builds but disabled when cross compiling. This commit adds a PACKAGECONFIG option, unconditionally enabled for native and nativesdk builds and controlled by
By default ipv6 is auto detected for native builds but disabled when cross compiling. This commit adds a PACKAGECONFIG option, unconditionally enabled for native and nativesdk builds and controlled by
|
By
Andre McCurdy
· #54062
·
|
|
[PATCH] directfb: fix-compilation-with-zlib.patch merged upstream
Compilation with zlib is fixed in DirectFB 1.7.1. Upstream commit: commit 40779160de4d57bad973af9674df51ad281fdb8f Author: Denis Oliver Kropp <dok@...> Date: Tue Sep 18 21:10:25 2012 +0200 Co
Compilation with zlib is fixed in DirectFB 1.7.1. Upstream commit: commit 40779160de4d57bad973af9674df51ad281fdb8f Author: Denis Oliver Kropp <dok@...> Date: Tue Sep 18 21:10:25 2012 +0200 Co
|
By
Andre McCurdy
· #54112
·
|
|
[PATCH 1/3] curl: add zlib PACKAGECONFIG and remove hardcoded DEPENDS
Add a zlib PACKAGECONFIG control and update PACKAGECONFIG[ssl] to include the openssl dependency. Older hardcoded DEPENDS can then be removed. Signed-off-by: Andre McCurdy <armccurdy@...> --- me
Add a zlib PACKAGECONFIG control and update PACKAGECONFIG[ssl] to include the openssl dependency. Older hardcoded DEPENDS can then be removed. Signed-off-by: Andre McCurdy <armccurdy@...> --- me
|
By
Andre McCurdy
· #56384
·
|
|
[PATCH 2/3] curl: let configure find gnutls via pkg-config
Signed-off-by: Andre McCurdy <armccurdy@...> --- meta/recipes-support/curl/curl_7.37.1.bb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/meta/recipes-support/curl/curl_7.
Signed-off-by: Andre McCurdy <armccurdy@...> --- meta/recipes-support/curl/curl_7.37.1.bb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/meta/recipes-support/curl/curl_7.
|
By
Andre McCurdy
· #56385
·
|
|
[PATCH 3/3] curl: --with-random is only applicable with openssl
Signed-off-by: Andre McCurdy <armccurdy@...> --- meta/recipes-support/curl/curl_7.37.1.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-support/curl/curl_7.37.
Signed-off-by: Andre McCurdy <armccurdy@...> --- meta/recipes-support/curl/curl_7.37.1.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-support/curl/curl_7.37.
|
By
Andre McCurdy
· #56386
·
|
|
Nondeterministic acl support in coreutils 6.9
The GPLv2 coreutils recipe has PACKAGECONFIG support for acl, however the coreutils 6.9 configure script doesn't seem to support --disable-acl. Build Configuration: BB_VERSION = "1.24.0" BUILD_SYS = "
The GPLv2 coreutils recipe has PACKAGECONFIG support for acl, however the coreutils 6.9 configure script doesn't seem to support --disable-acl. Build Configuration: BB_VERSION = "1.24.0" BUILD_SYS = "
|
By
Andre McCurdy
· #61274
·
|
|
[PATCH 1/2] udev: fix missing dependency on glib-2.0-native
udev compile requires glib-genmarshal and glib-mkenums Signed-off-by: Andre McCurdy <armccurdy@...> --- meta/recipes-core/udev/udev.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff
udev compile requires glib-genmarshal and glib-mkenums Signed-off-by: Andre McCurdy <armccurdy@...> --- meta/recipes-core/udev/udev.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff
|
By
Andre McCurdy
· #61276
·
|
|
[PATCH 2/2] udev: remove obsolete dependency on acl
udev_acl was removed from udev in v182. Signed-off-by: Andre McCurdy <armccurdy@...> --- meta/recipes-core/udev/udev.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/re
udev_acl was removed from udev in v182. Signed-off-by: Andre McCurdy <armccurdy@...> --- meta/recipes-core/udev/udev.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/re
|
By
Andre McCurdy
· #61275
·
|
|
[PATCH] logrotate: fix missing acl and libselinux dependencies
Signed-off-by: Andre McCurdy <armccurdy@...> --- meta/recipes-extended/logrotate/logrotate_3.8.8.bb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meta/recipes-extended/logrotate/logrot
Signed-off-by: Andre McCurdy <armccurdy@...> --- meta/recipes-extended/logrotate/logrotate_3.8.8.bb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meta/recipes-extended/logrotate/logrot
|
By
Andre McCurdy
· #61283
·
|
|
[PATCH] logrotate: fix missing acl and libselinux dependencies
Currently the configure task for logrotate is a no-op, so the normal way of constructing a configure command line via PACKAGECONFIG doesn't work. We do however need to include acl and libselinux in DE
Currently the configure task for logrotate is a no-op, so the normal way of constructing a configure command line via PACKAGECONFIG doesn't work. We do however need to include acl and libselinux in DE
|
By
Andre McCurdy
· #61321
·
|
|
[PATCH v2] curl: upgrade to 7.40
Perhaps also add a PACKAGECONFIG option for smb? From the curl 7.40.0 changes: http_digest: Added support for Windows SSPI based authentication version info: Added Kerberos V5 to the supported feature
Perhaps also add a PACKAGECONFIG option for smb? From the curl 7.40.0 changes: http_digest: Added support for Windows SSPI based authentication version info: Added Kerberos V5 to the supported feature
|
By
Andre McCurdy
· #61444
·
|
|
Nondeterministic acl support in coreutils 6.9
I think the QA warning will only be seen if acl PACKAGECONFIG is disabled but coreutils builds with acl support enabled (because it's configure script finds acl headers in sysroot). Steps to reproduce
I think the QA warning will only be seen if acl PACKAGECONFIG is disabled but coreutils builds with acl support enabled (because it's configure script finds acl headers in sysroot). Steps to reproduce
|
By
Andre McCurdy
· #61860
·
|
|
[PATCH] mesa: update --with-llvm-shared-libs configure option
As per the Mesa 10.2 release notes, "--with-llvm-shared-libs" has been renamed to "--enable-llvm-shared-libs". http://www.mesa3d.org/relnotes/10.2.html Signed-off-by: Andre McCurdy <armccurdy@...
As per the Mesa 10.2 release notes, "--with-llvm-shared-libs" has been renamed to "--enable-llvm-shared-libs". http://www.mesa3d.org/relnotes/10.2.html Signed-off-by: Andre McCurdy <armccurdy@...
|
By
Andre McCurdy
· #62219
·
|
|
[PATCH] mesa: update 10.4.3 -> 10.4.4
Signed-off-by: Andre McCurdy <armccurdy@...> --- meta/recipes-graphics/mesa/{mesa-gl_10.4.3.bb => mesa-gl_10.4.4.bb} | 0 meta/recipes-graphics/mesa/{mesa_10.4.3.bb => mesa_10.4.4.bb} | 4 ++-- me
Signed-off-by: Andre McCurdy <armccurdy@...> --- meta/recipes-graphics/mesa/{mesa-gl_10.4.3.bb => mesa-gl_10.4.4.bb} | 0 meta/recipes-graphics/mesa/{mesa_10.4.3.bb => mesa_10.4.4.bb} | 4 ++-- me
|
By
Andre McCurdy
· #62220
·
|
|
[PATCH] icu: remove obsolete aclocal.m4 workaround (fixed upstream since v52.1)
Patch also includes some minor formatting cleanup of icu.inc. Signed-off-by: Andre McCurdy <armccurdy@...> --- meta/recipes-support/icu/icu.inc | 18 +++++------------- 1 file changed, 5 insertio
Patch also includes some minor formatting cleanup of icu.inc. Signed-off-by: Andre McCurdy <armccurdy@...> --- meta/recipes-support/icu/icu.inc | 18 +++++------------- 1 file changed, 5 insertio
|
By
Andre McCurdy
· #62357
·
|
|
[PATCH] neon: update 0.30.0 -> 0.30.1
pkgconfig.patch needed a minor refresh due to the following fix for static linking using neon.pc being merged upstream: http://lists.manyfish.co.uk/pipermail/neon/2013-October/001568.html Signed-off-b
pkgconfig.patch needed a minor refresh due to the following fix for static linking using neon.pc being merged upstream: http://lists.manyfish.co.uk/pipermail/neon/2013-October/001568.html Signed-off-b
|
By
Andre McCurdy
· #62405
·
|