[oe] [PATCH 1/3] libmatroska: Explicitly set EXTRA_OEMAKE as required

2016-02-09 Thread Mike Crowe
This recipe currently relies on EXTRA_OEMAKE having been to set to
"-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make
this explicit so that the default in bitbake.conf can be changed.

Signed-off-by: Mike Crowe 
---
 meta-multimedia/recipes-mkv/libmatroska/libmatroska_1.4.1.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-multimedia/recipes-mkv/libmatroska/libmatroska_1.4.1.bb 
b/meta-multimedia/recipes-mkv/libmatroska/libmatroska_1.4.1.bb
index 95ea93d..19a7edb 100644
--- a/meta-multimedia/recipes-mkv/libmatroska/libmatroska_1.4.1.bb
+++ b/meta-multimedia/recipes-mkv/libmatroska/libmatroska_1.4.1.bb
@@ -8,6 +8,8 @@ SRC_URI = 
"http://dl.matroska.org/downloads/${BPN}/${BPN}-${PV}.tar.bz2;
 SRC_URI[md5sum] = "f61b2e5086f4bb9d24a43cc8af43a719"
 SRC_URI[sha256sum] = 
"086f21873e925679babdabf793c3bb85c353d0cd79423543a3355e08e8a4efb7"
 
+EXTRA_OEMAKE = "-e MAKEFLAGS="
+
 do_compile() {
 cd ${S}/make/linux
 oe_runmake CROSS="${TARGET_PREFIX}"
-- 
2.1.4

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [PATCH 0/3] Prepare for EXTRA_OEMAKE = "" in oe-core bitbake.conf

2016-02-09 Thread Mike Crowe
This series fixes even more recipes that rely on the current default
value of EXTRA_OEMAKE = "-e MAKEFLAGS=" to explicitly set that value
in the hope that bitbake.conf can set EXTRA_OEMAKE = "" in the future.

(The previous set of fourteen patches is already on master-next so
I've not sent them again.)

Mike.
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [PATCH 3/3] wmiconfig: Explicitly set EXTRA_OEMAKE as required

2016-02-09 Thread Mike Crowe
This recipe currently relies on EXTRA_OEMAKE having been to set to
"-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make
this explicit so that the default in bitbake.conf can be changed.

Signed-off-by: Mike Crowe 
---
 meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb 
b/meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb
index 480939b..596a4e6 100644
--- a/meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb
+++ b/meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb
@@ -11,6 +11,8 @@ S = "${WORKDIR}/AR6kSDK.build_sw.18/host/tools/wmiconfig"
 
 CLEANBROKEN = "1"
 
+EXTRA_OEMAKE = "-e MAKEFLAGS="
+
 TARGET_CC_ARCH += "${LDFLAGS}"
 
 do_install() {
-- 
2.1.4

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH 1/3] Fixes runtime error when loading modules

2016-02-09 Thread Bruno Vernay
I checked out on master and my changes are already there and I confirm that
it works.
http://cgit.openembedded.org/meta-openembedded/commit/meta-oe/recipes-support/openldap/openldap_2.4.43.bb?id=f3b3c1fdd88f3084c3cea11cd39e86216ba93218

I am currently writing ptest, I was able to find examples, it is on going.
But, I am still wondering that there are no documentation on how to use the
recipe, people are really expected to read the recipe source and find out?

Bruno

On Mon, Feb 1, 2016 at 4:17 PM Martin Jansa  wrote:

> On Sun, Jan 31, 2016 at 06:19:01PM +0100, BrunoVernay wrote:
> > Signed-off-by: BrunoVernay 
>
> openldap in master was upgraded to 2.4.43 more than month ago:
>
> commit 03d613e570ae262b32322d1fa2eeb47c38518478
> Author: fan.xin 
> AuthorDate: Fri Dec 11 09:50:39 2015 +0900
> Commit: Martin Jansa 
> CommitDate: Fri Dec 18 12:43:22 2015 +0100
>
> openldap: upgrade to 2.4.43
>
> Rebase, re-verify and re-send with subject following:
> http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
>
> Regards,
>
> > ---
> >  meta-oe/recipes-support/openldap/openldap_2.4.42.bb | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/meta-oe/recipes-support/openldap/openldap_2.4.42.bb
> b/meta-oe/recipes-support/openldap/openldap_2.4.42.bb
> > index 49fcb56..caca16b 100644
> > --- a/meta-oe/recipes-support/openldap/openldap_2.4.42.bb
> > +++ b/meta-oe/recipes-support/openldap/openldap_2.4.42.bb
> > @@ -148,6 +148,8 @@ PACKAGES += "${PN}-overlay-proxycache"
> >  # it was disabled for cross-compiling.
> >  CPPFLAGS_append = " -D_GNU_SOURCE -DURANDOM_DEVICE=\'/dev/urandom\'"
> >
> > +LDFLAGS += "-pthread"
> > +
> >  do_configure() {
> >  cp ${STAGING_DATADIR_NATIVE}/libtool/build-aux/ltmain.sh ${S}/build
> >  rm -f ${S}/libtool
> > --
> > 2.5.0
> >
> > --
> > ___
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
> --
> Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com
> --
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [PATCH 2/3] system-setup-keyboard: Explicitly set EXTRA_OEMAKE as required

2016-02-09 Thread Mike Crowe
This recipe currently relies on EXTRA_OEMAKE having been to set to
"-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make
this explicit so that the default in bitbake.conf can be changed.

Signed-off-by: Mike Crowe 
---
 .../system-setup-keyboard/system-setup-keyboard_0.8.8.bb| 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/meta-oe/recipes-support/system-setup-keyboard/system-setup-keyboard_0.8.8.bb 
b/meta-oe/recipes-support/system-setup-keyboard/system-setup-keyboard_0.8.8.bb
index 8e913c4..fbbfa3d 100644
--- 
a/meta-oe/recipes-support/system-setup-keyboard/system-setup-keyboard_0.8.8.bb
+++ 
b/meta-oe/recipes-support/system-setup-keyboard/system-setup-keyboard_0.8.8.bb
@@ -16,6 +16,8 @@ inherit pythonnative
 
 DEPENDS = "glib-2.0 system-config-keyboard-native"
 
+EXTRA_OEMAKE = "-e MAKEFLAGS="
+
 do_compile_prepend() {
 ${PYTHON} -v get_layouts.py > keyboards.h
 }
-- 
2.1.4

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH 7/7] krb5: Fix warning.

2016-02-09 Thread Khem Raj

> On Feb 9, 2016, at 12:27 PM, akuster808  wrote:
> 
> 
> 
> On 02/09/2016 10:08 AM, Martin Jansa wrote:
>> On Sun, Feb 07, 2016 at 01:11:59PM -0800, Armin Kuster wrote:
>>> From: Armin Kuster 
>>> 
>>> WARNING: 
>>> /tmp/work/armv5e-poky-linux-gnueabi/krb5/1.12.2-r0/krb5-1.12.2/src/ ('S') 
>>> doesn't exist, please set 'S' to a proper value
>>> 
>>> remove extra "/"
>> 
>> This patch isn't in master and master still has trailing /, why is this
>> needed for fido only?
> 
> I only saw it occur in fido.

it doesnt change any functionality if its included in master too moreover makes 
back port easier.
so lets apply it to master as well.

> 
> - armin
>> 
>>> 
>>> Signed-off-by: Armin Kuster 
>>> ---
>>> meta-oe/recipes-connectivity/krb5/krb5_1.12.2.bb | 2 +-
>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>> 
>>> diff --git a/meta-oe/recipes-connectivity/krb5/krb5_1.12.2.bb 
>>> b/meta-oe/recipes-connectivity/krb5/krb5_1.12.2.bb
>>> index c492496..c19fffb 100644
>>> --- a/meta-oe/recipes-connectivity/krb5/krb5_1.12.2.bb
>>> +++ b/meta-oe/recipes-connectivity/krb5/krb5_1.12.2.bb
>>> @@ -33,7 +33,7 @@ SRC_URI = 
>>> "http://web.mit.edu/kerberos/dist/${BPN}/${SHRT_VER}/${BP}-signed.tar
>>> SRC_URI[md5sum] = "357f1312b7720a0a591e22db0f7829fe"
>>> SRC_URI[sha256sum] = 
>>> "09bd180107b5c2b3b7378c57c023fb02a103d4cac39d6f2dd600275d7a4f3744"
>>> 
>>> -S = "${WORKDIR}/${BP}/src/"
>>> +S = "${WORKDIR}/${BP}/src"
>>> 
>>> PACKAGECONFIG ??= "openssl"
>>> PACKAGECONFIG[libedit] = "--with-libedit,--without-libedit,libedit"
>>> --
>>> 2.3.5
>>> 
>>> --
>>> ___
>>> Openembedded-devel mailing list
>>> Openembedded-devel@lists.openembedded.org
>>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>> 
> --
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



signature.asc
Description: Message signed with OpenPGP using GPGMail
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH 7/7] krb5: Fix warning.

2016-02-09 Thread akuster808


On 02/09/2016 10:08 AM, Martin Jansa wrote:
> On Sun, Feb 07, 2016 at 01:11:59PM -0800, Armin Kuster wrote:
>> From: Armin Kuster 
>>
>> WARNING: /tmp/work/armv5e-poky-linux-gnueabi/krb5/1.12.2-r0/krb5-1.12.2/src/ 
>> ('S') doesn't exist, please set 'S' to a proper value
>>
>> remove extra "/"
> 
> This patch isn't in master and master still has trailing /, why is this
> needed for fido only?

I only saw it occur in fido.

- armin
> 
>>
>> Signed-off-by: Armin Kuster 
>> ---
>>  meta-oe/recipes-connectivity/krb5/krb5_1.12.2.bb | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta-oe/recipes-connectivity/krb5/krb5_1.12.2.bb 
>> b/meta-oe/recipes-connectivity/krb5/krb5_1.12.2.bb
>> index c492496..c19fffb 100644
>> --- a/meta-oe/recipes-connectivity/krb5/krb5_1.12.2.bb
>> +++ b/meta-oe/recipes-connectivity/krb5/krb5_1.12.2.bb
>> @@ -33,7 +33,7 @@ SRC_URI = 
>> "http://web.mit.edu/kerberos/dist/${BPN}/${SHRT_VER}/${BP}-signed.tar
>>  SRC_URI[md5sum] = "357f1312b7720a0a591e22db0f7829fe"
>>  SRC_URI[sha256sum] = 
>> "09bd180107b5c2b3b7378c57c023fb02a103d4cac39d6f2dd600275d7a4f3744"
>>  
>> -S = "${WORKDIR}/${BP}/src/"
>> +S = "${WORKDIR}/${BP}/src"
>>  
>>  PACKAGECONFIG ??= "openssl"
>>  PACKAGECONFIG[libedit] = "--with-libedit,--without-libedit,libedit"
>> -- 
>> 2.3.5
>>
>> -- 
>> ___
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> 
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH 7/7] krb5: Fix warning.

2016-02-09 Thread akuster808


On 02/09/2016 01:41 PM, Khem Raj wrote:
> 
>> On Feb 9, 2016, at 12:27 PM, akuster808  wrote:
>>
>>
>>
>> On 02/09/2016 10:08 AM, Martin Jansa wrote:
>>> On Sun, Feb 07, 2016 at 01:11:59PM -0800, Armin Kuster wrote:
 From: Armin Kuster 

 WARNING: 
 /tmp/work/armv5e-poky-linux-gnueabi/krb5/1.12.2-r0/krb5-1.12.2/src/ ('S') 
 doesn't exist, please set 'S' to a proper value

 remove extra "/"
>>>
>>> This patch isn't in master and master still has trailing /, why is this
>>> needed for fido only?
>>
>> I only saw it occur in fido.
> 
> it doesnt change any functionality if its included in master too moreover 
> makes back port easier.
> so lets apply it to master as well.

sending patches

- armin
> 
>>
>> - armin
>>>

 Signed-off-by: Armin Kuster 
 ---
 meta-oe/recipes-connectivity/krb5/krb5_1.12.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

 diff --git a/meta-oe/recipes-connectivity/krb5/krb5_1.12.2.bb 
 b/meta-oe/recipes-connectivity/krb5/krb5_1.12.2.bb
 index c492496..c19fffb 100644
 --- a/meta-oe/recipes-connectivity/krb5/krb5_1.12.2.bb
 +++ b/meta-oe/recipes-connectivity/krb5/krb5_1.12.2.bb
 @@ -33,7 +33,7 @@ SRC_URI = 
 "http://web.mit.edu/kerberos/dist/${BPN}/${SHRT_VER}/${BP}-signed.tar
 SRC_URI[md5sum] = "357f1312b7720a0a591e22db0f7829fe"
 SRC_URI[sha256sum] = 
 "09bd180107b5c2b3b7378c57c023fb02a103d4cac39d6f2dd600275d7a4f3744"

 -S = "${WORKDIR}/${BP}/src/"
 +S = "${WORKDIR}/${BP}/src"

 PACKAGECONFIG ??= "openssl"
 PACKAGECONFIG[libedit] = "--with-libedit,--without-libedit,libedit"
 --
 2.3.5

 --
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>>
>> --
>> ___
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> 
> 
> 
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH][Master][ethro] krb5: Fix build warning

2016-02-09 Thread Armin Kuster
WARNING: /tmp/work/armv5e-poky-linux-gnueabi/krb5/1.12.2-r0/krb5-1.12.2/src/ 
('S') doesn't exist, please set 'S' to a proper value

remove extra "/"

Signed-off-by: Armin Kuster 
---
 meta-oe/recipes-connectivity/krb5/krb5_1.13.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/krb5/krb5_1.13.2.bb 
b/meta-oe/recipes-connectivity/krb5/krb5_1.13.2.bb
index ecb4eda..65013b5 100644
--- a/meta-oe/recipes-connectivity/krb5/krb5_1.13.2.bb
+++ b/meta-oe/recipes-connectivity/krb5/krb5_1.13.2.bb
@@ -36,7 +36,7 @@ SRC_URI = 
"http://web.mit.edu/kerberos/dist/${BPN}/${SHRT_VER}/${BP}-signed.tar
 SRC_URI[md5sum] = "f7ebfa6c99c10b16979ebf9a98343189"
 SRC_URI[sha256sum] = 
"e528c30b0209c741f6f320cb83122ded92f291802b6a1a1dc1a01dcdb3ff6de1"
 
-S = "${WORKDIR}/${BP}/src/"
+S = "${WORKDIR}/${BP}/src"
 
 PACKAGECONFIG ??= "openssl"
 PACKAGECONFIG[libedit] = "--with-libedit,--without-libedit,libedit"
-- 
2.3.5

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH] xdelta3: Package update to 3.0.11

2016-02-09 Thread Armin Kuster
removed two files as they got accecpted upstream
Update SRC_URI to location where this version exists

Includes security fix CVE-2014-9765
CVE-2014-9765 xdelta: buffer overflow in main_get_appheader
(fixed in 3.0.9 and after)

Signed-off-by: Armin Kuster 
---
 .../xdelta/files/compilation-fix.patch | 29 
 .../files/with-liblzma-configure-option.patch  | 55 --
 .../xdelta/{xdelta3_3.0.8.bb => xdelta3_3.0.11.bb} | 11 ++---
 3 files changed, 4 insertions(+), 91 deletions(-)
 delete mode 100644 meta-oe/recipes-support/xdelta/files/compilation-fix.patch
 delete mode 100644 
meta-oe/recipes-support/xdelta/files/with-liblzma-configure-option.patch
 rename meta-oe/recipes-support/xdelta/{xdelta3_3.0.8.bb => xdelta3_3.0.11.bb} 
(60%)

diff --git a/meta-oe/recipes-support/xdelta/files/compilation-fix.patch 
b/meta-oe/recipes-support/xdelta/files/compilation-fix.patch
deleted file mode 100644
index 377a043..000
--- a/meta-oe/recipes-support/xdelta/files/compilation-fix.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Upstream-Status: Pending
-http://code.google.com/p/xdelta/issues/detail?id=174
-
-Compilation fix:
-
-| testing/regtest.cc:763:3: error: no matching function for call to 
'max(xoff_t, size_t&)'
-
-
-Signed-off-by: Matthieu Crapet 

- testing/regtest.cc | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/testing/regtest.cc b/testing/regtest.cc
-index 12b712e..b63a1f9 100644
 a/testing/regtest.cc
-+++ b/testing/regtest.cc
-@@ -12,7 +12,7 @@ public:
- Options() : encode_srcwin_maxsz(1<<20), 
-   block_size(Constants::BLOCK_SIZE),
-   size_known(false) { }
--size_t encode_srcwin_maxsz;
-+xoff_t encode_srcwin_maxsz;
- size_t block_size;
- bool size_known;
-   };
--- 
-1.8.5.4
-
diff --git 
a/meta-oe/recipes-support/xdelta/files/with-liblzma-configure-option.patch 
b/meta-oe/recipes-support/xdelta/files/with-liblzma-configure-option.patch
deleted file mode 100644
index 4b99290..000
--- a/meta-oe/recipes-support/xdelta/files/with-liblzma-configure-option.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-Upstream-Status: Pending, Submitted
-http://code.google.com/p/xdelta/issues/detail?id=178
-
-xdelta3: add --with-liblzma configure option
-
-As xdelta3 can be compiled with or without liblzma external library, make it 
configurable.
-Default is autodetect (unchanged behavior).
-
-Signed-off-by: Matthieu Crapet 

- configure.ac | 21 +++--
- 1 file changed, 19 insertions(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 3b430d7..8c53ba8 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -8,8 +8,6 @@ AM_INIT_AUTOMAKE([1.9 no-define foreign tar-ustar])
- AX_CHECK_ALIGNED_ACCESS_REQUIRED
- AC_PROG_CC
- AC_PROG_CXX
--AC_CHECK_HEADERS([lzma.h])
--AC_CHECK_LIB(lzma, lzma_easy_buffer_encode)
- AC_CHECK_SIZEOF(size_t)
- #AM_PATH_PYTHON(,, [:])
- #AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :])
-@@ -22,6 +20,25 @@ AC_ARG_ENABLE(debug-symbols,
-AS_HELP_STRING(--enable-debug-symbols,[Build with debug symbols (default 
is NO)]),,enableval=no)
- AM_CONDITIONAL([DEBUG_SYMBOLS], [test ${enableval} = "yes"])
- 
-+AC_ARG_WITH(
-+[liblzma],
-+[AC_HELP_STRING(
-+[--with-liblzma],
-+[build with liblzma support @<:@default=autodetect@:>@])],
-+[USE_LIBLZMA=$withval],
-+[USE_LIBLZMA=auto])
-+
-+if test "x$USE_LIBLZMA" != xno ; then
-+AC_CHECK_HEADERS([lzma.h],,[
-+if test "x$with_liblzma" = xyes ; then
-+AC_MSG_FAILURE([liblzma includes was not found])
-+fi])
-+AC_CHECK_LIB([lzma], [lzma_easy_buffer_encode],,[
-+if test "x$with_liblzma" = xyes ; then
-+AC_MSG_FAILURE([liblzma library was not found])
-+fi])
-+fi
-+
- AC_CONFIG_HEADERS([config.h])
- AC_CONFIG_FILES([Makefile])
- AC_OUTPUT
--- 
-1.8.5.4
-
diff --git a/meta-oe/recipes-support/xdelta/xdelta3_3.0.8.bb 
b/meta-oe/recipes-support/xdelta/xdelta3_3.0.11.bb
similarity index 60%
rename from meta-oe/recipes-support/xdelta/xdelta3_3.0.8.bb
rename to meta-oe/recipes-support/xdelta/xdelta3_3.0.11.bb
index baa92e4..9669d9b 100644
--- a/meta-oe/recipes-support/xdelta/xdelta3_3.0.8.bb
+++ b/meta-oe/recipes-support/xdelta/xdelta3_3.0.11.bb
@@ -6,13 +6,10 @@ SECTION = "console/utils"
 
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
-
-SRC_URI = "http://xdelta.googlecode.com/files/${BPN}-${PV}.tar.xz \
-   file://compilation-fix.patch \
-   file://with-liblzma-configure-option.patch \
-"
-SRC_URI[md5sum] = "c3ae3286ce4193de8e03d5bcaccf3bc3"
-SRC_URI[sha256sum] = 
"3a86f29c95664fb44b8a40ff22d9bcc3e87aa8c01f0ff75931a7fa78ed3d2e55"
+SRC_URI = 
"https://github.com/jmacd/xdelta-devel/releases/download/v${PV}/${BPN}-${PV}.tar.gz
  \
+  "
+SRC_URI[md5sum] = "445d8be2ac512113d5ca601ae8359626"
+SRC_URI[sha256sum] = 

[oe] [meta-browser] Can't build firefox

2016-02-09 Thread Gary Thomas

Using the latest OE-core (from Poky 7d5d8d0cd985edf507c8d00e2e162d1b9fff3589)
and meta-browser (f81404fe014da8b86dae6f47fc99975ff2a855d1) I get these errors:

ERROR: QA Issue: -dev package contains non-symlink .so: firefox-dev path 
'work/cortexa9hf-neon-mx6qdl-amltd-linux-gnueabi/firefox/38.6.0esr-r0/packages-split/firefox-dev/usr/lib/firefox-devel-38.6/sdk/lib/libnss3.so'
-dev package contains non-symlink .so: firefox-dev path 
'work/cortexa9hf-neon-mx6qdl-amltd-linux-gnueabi/firefox/38.6.0esr-r0/packages-split/firefox-dev/usr/lib/firefox-devel-38.6/sdk/lib/libmozalloc.so'
-dev package contains non-symlink .so: firefox-dev path 
'work/cortexa9hf-neon-mx6qdl-amltd-linux-gnueabi/firefox/38.6.0esr-r0/packages-split/firefox-dev/usr/lib/firefox-devel-38.6/sdk/lib/libsmime3.so'
-dev package contains non-symlink .so: firefox-dev path 
'work/cortexa9hf-neon-mx6qdl-amltd-linux-gnueabi/firefox/38.6.0esr-r0/packages-split/firefox-dev/usr/lib/firefox-devel-38.6/sdk/lib/libssl3.so'
-dev package contains non-symlink .so: firefox-dev path 
'work/cortexa9hf-neon-mx6qdl-amltd-linux-gnueabi/firefox/38.6.0esr-r0/packages-split/firefox-dev/usr/lib/firefox-devel-38.6/sdk/lib/libplc4.so'
-dev package contains non-symlink .so: firefox-dev path 
'work/cortexa9hf-neon-mx6qdl-amltd-linux-gnueabi/firefox/38.6.0esr-r0/packages-split/firefox-dev/usr/lib/firefox-devel-38.6/sdk/lib/libnssutil3.so'
-dev package contains non-symlink .so: firefox-dev path 
'work/cortexa9hf-neon-mx6qdl-amltd-linux-gnueabi/firefox/38.6.0esr-r0/packages-split/firefox-dev/usr/lib/firefox-devel-38.6/sdk/lib/libxul.so'
-dev package contains non-symlink .so: firefox-dev path 
'work/cortexa9hf-neon-mx6qdl-amltd-linux-gnueabi/firefox/38.6.0esr-r0/packages-split/firefox-dev/usr/lib/firefox-devel-38.6/sdk/lib/libplds4.so'
-dev package contains non-symlink .so: firefox-dev path 
'work/cortexa9hf-neon-mx6qdl-amltd-linux-gnueabi/firefox/38.6.0esr-r0/packages-split/firefox-dev/usr/lib/firefox-devel-38.6/sdk/lib/libnspr4.so' 
[dev-elf]

ERROR: QA run found fatal errors. Please consider fixing them.

Any ideas or pointers on how to fix this?

--

Gary Thomas |  Consulting for the
MLB Associates  |Embedded world

--
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-qt5] Commercial License

2016-02-09 Thread Sébastien Taylor
I am looking to update the qt5 build to build the commercial version (as 
opposed to the open source) as well as adding the QtCharts and Visualization 
modules which are part of the commercial release.

I was hoping for some feedback as to whether this has already been looked at 
and opinions on how to best handle toggling the license in the configuration in 
a way that can be submitted back into meta-qt5.


-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH 7/7] krb5: Fix warning.

2016-02-09 Thread Martin Jansa
On Sun, Feb 07, 2016 at 01:11:59PM -0800, Armin Kuster wrote:
> From: Armin Kuster 
> 
> WARNING: /tmp/work/armv5e-poky-linux-gnueabi/krb5/1.12.2-r0/krb5-1.12.2/src/ 
> ('S') doesn't exist, please set 'S' to a proper value
> 
> remove extra "/"

This patch isn't in master and master still has trailing /, why is this
needed for fido only?

> 
> Signed-off-by: Armin Kuster 
> ---
>  meta-oe/recipes-connectivity/krb5/krb5_1.12.2.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-oe/recipes-connectivity/krb5/krb5_1.12.2.bb 
> b/meta-oe/recipes-connectivity/krb5/krb5_1.12.2.bb
> index c492496..c19fffb 100644
> --- a/meta-oe/recipes-connectivity/krb5/krb5_1.12.2.bb
> +++ b/meta-oe/recipes-connectivity/krb5/krb5_1.12.2.bb
> @@ -33,7 +33,7 @@ SRC_URI = 
> "http://web.mit.edu/kerberos/dist/${BPN}/${SHRT_VER}/${BP}-signed.tar
>  SRC_URI[md5sum] = "357f1312b7720a0a591e22db0f7829fe"
>  SRC_URI[sha256sum] = 
> "09bd180107b5c2b3b7378c57c023fb02a103d4cac39d6f2dd600275d7a4f3744"
>  
> -S = "${WORKDIR}/${BP}/src/"
> +S = "${WORKDIR}/${BP}/src"
>  
>  PACKAGECONFIG ??= "openssl"
>  PACKAGECONFIG[libedit] = "--with-libedit,--without-libedit,libedit"
> -- 
> 2.3.5
> 
> -- 
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

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


signature.asc
Description: Digital signature
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel