[oe-commits] Openembedded-commits Digest, Vol 141, Issue 242

Vaultoro Limited support at vaultoro.com
Sun Jul 29 15:54:15 UTC 2018


Thanks for reaching out to the Vaultoro support team.

We will try to always get back to you as soon as possible usually
within 24 hours.

Thanks for your support.

On July 29, 2018 at 5:54 PM openembedded-commits wrote:

Send Openembedded-commits mailing list submissions to

openembedded-commits at lists.openembedded.org (
mailto:openembedded-commits at lists.openembedded.org )

To subscribe or unsubscribe via the World Wide Web, visit

http://lists.openembedded.org/mailman/listinfo/openembedded-commits
( http://lists.openembedded.org/mailman/listinfo/openembedded-commits )

or, via email, send a message with subject or body 'help' to

openembedded-commits-request at lists.openembedded.org (
mailto:openembedded-commits-request at lists.openembedded.org )

You can reach the person managing the list at

openembedded-commits-owner at lists.openembedded.org (
mailto:openembedded-commits-owner at lists.openembedded.org )

When replying, please edit your Subject line so it is more
specific

than "Re: Contents of Openembedded-commits digest..."

Today's Topics:

1. [meta-openembedded] 42/71: rygel: remove obsolete
ossp-uuid

dependency (git at git.openembedded.org (
mailto:git at git.openembedded.org ))

2. [meta-openembedded] 25/71: freeradius: upgrade 3.0.15	->

3.0.17 (git at git.openembedded.org (
mailto:git at git.openembedded.org ))

3. [meta-openembedded] 29/71: libtevent: upgrade 0.9.36	->

0.9.37 (git at git.openembedded.org (
mailto:git at git.openembedded.org ))

4. [meta-openembedded] 35/71: mozjs: disable

MOZ_GLUE_IN_PROGRAM in standalone builds
(git at git.openembedded.org ( mailto:git at git.openembedded.org ))

5. [meta-openembedded] 40/71: clean up

var-DISTUTILS_INSTALL_ARGS (git at git.openembedded.org (
mailto:git at git.openembedded.org ))

----------------------------------------------------------------------

Message: 1

Date: Sun, 29 Jul 2018 15:54:06 +0000

From: git at git.openembedded.org ( mailto:git at git.openembedded.org
)

To: openembedded-commits at lists.openembedded.org (
mailto:openembedded-commits at lists.openembedded.org )

Subject: [oe-commits] [meta-openembedded] 42/71: rygel: remove

obsolete ossp-uuid dependency

Message-ID:

Content-Type: text/plain; charset=utf-8

This is an automated email from the git hooks/post-receive
script.

khem pushed a commit to branch master-next

in repository meta-openembedded.

commit 7c407d7d5a44ef41686eb9aba2dc9d2fa51596ae

Author: Ross Burton

AuthorDate: Thu Jul 26 23:50:11 2018 +0100

rygel: remove obsolete ossp-uuid dependency

Not only was uuid removed as a build dependency of Rygel in
0.27.1, but

oe-core's ossp-uuid has always renamed the library to
libossp-uuid so it was

never used (as util-linux provides libuuid.so).

Signed-off-by: Ross Burton

Signed-off-by: Khem Raj

---

meta-multimedia/recipes-connectivity/rygel/rygel_0.34.0.bb | 2
+-

1 file changed, 1 insertion(+), 1 deletion(-)

diff --git
a/meta-multimedia/recipes-connectivity/rygel/rygel_0.34.0.bb
b/meta-multimedia/recipes-connectivity/rygel/rygel_0.34.0.bb

index f13f5ce..21331ff 100644

--- a/meta-multimedia/recipes-connectivity/rygel/rygel_0.34.0.bb

+++ b/meta-multimedia/recipes-connectivity/rygel/rygel_0.34.0.bb

@@ -8,7 +8,7 @@ HOMEPAGE = "http://live.gnome.org/Rygel&quot ( http://live.gnome.org/Rygel&quot );

LICENSE = "LGPL-2.1"

LIC_FILES_CHKSUM =
"file://COPYING;md5=4fbd65380cdd255951079008b364516c"

-DEPENDS = "libxml2 glib-2.0 gssdp gupnp gupnp-av gupnp-dlna
gstreamer1.0 gstreamer1.0-plugins-base ossp-uuid libgee
libsoup-2.4 libmediaart-2.0 libunistring sqlite3 intltool-native"

+DEPENDS = "libxml2 glib-2.0 gssdp gupnp gupnp-av gupnp-dlna
gstreamer1.0 gstreamer1.0-plugins-base libgee libsoup-2.4
libmediaart-2.0 libunistring sqlite3 intltool-native"

RDEPENDS_${PN} = "gstreamer1.0-plugins-base-playback
shared-mime-info"

RRECOMMENDS_${PN} = "rygel-plugin-media-export"

--

To stop receiving notification emails like this one, please
contact

the administrator of this repository.

------------------------------

Message: 2

Date: Sun, 29 Jul 2018 15:53:49 +0000

From: git at git.openembedded.org ( mailto:git at git.openembedded.org
)

To: openembedded-commits at lists.openembedded.org (
mailto:openembedded-commits at lists.openembedded.org )

Subject: [oe-commits] [meta-openembedded] 25/71: freeradius:
upgrade

3.0.15	-> 3.0.17

Message-ID:

Content-Type: text/plain; charset=utf-8

This is an automated email from the git hooks/post-receive
script.

khem pushed a commit to branch master-next

in repository meta-openembedded.

commit d4610b9d971abf35fdc25c03f65c557a3b487d42

Author: Changqing Li

AuthorDate: Wed Jul 25 11:27:26 2018 +0800

freeradius: upgrade 3.0.15 -> 3.0.17

Signed-off-by: Changqing Li

Signed-off-by: Khem Raj

---

...dius-configure.ac-allow-cross-compilation.patch | 12 ++-

...ius-fix-issues-related-to-m4-include-path.patch | 106
++++++---------------

.../{freeradius_3.0.15.bb => freeradius_3.0.17.bb} | 4 +-

3 files changed, 39 insertions(+), 83 deletions(-)

diff --git
a/meta-networking/recipes-connectivity/freeradius/files/freeradius-configure.ac-allow-cross-compilation.patch
b/meta-networking/recipes-connectivity/freeradius/files/freeradius-configure.ac-allow-cross-compilation.patch

index 30497a6..38e7c36 100644

---
a/meta-networking/recipes-connectivity/freeradius/files/freeradius-configure.ac-allow-cross-compilation.patch

+++
b/meta-networking/recipes-connectivity/freeradius/files/freeradius-configure.ac-allow-cross-compilation.patch

@@ -1,3 +1,6 @@

+From 0780b7053fb0d33d721aa70ab2ecd75299e5ba31 Mon Sep 17
00:00:00 2001

+From: Changqing Li

+Date: Tue, 24 Jul 2018 15:03:39 +0800

Subject: [PATCH] configure.ac: allow cross-compilation

The checking OpenSSL library and header version consistency will

@@ -8,17 +11,20 @@ Upstream-Status: Inappropriate[embedded
specific]

Signed-off-by: Jackie Huang

Signed-off-by: Yi Zhao

+

+update to new version 3.0.17 to fix patch warning

+Signed-off-by: Changqing Li

---

src/modules/rlm_krb5/configure.ac | 3 ++-

1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/modules/rlm_krb5/configure.ac
b/src/modules/rlm_krb5/configure.ac

-index eb43534..113a079 100644

+index efc9f29..98a97e4 100644

--- a/src/modules/rlm_krb5/configure.ac

+++ b/src/modules/rlm_krb5/configure.ac

@@ -137,7 +137,8 @@ if test x$with_[]modname != xno; then

FR_SMART_CHECK_LIB(krb5, krb5_is_thread_safe)

- 		if test "x$ac_cv_lib_krb5_krb5_is_thread_safe" == xyes; then

+ 		if test "x$ac_cv_lib_krb5_krb5_is_thread_safe" = xyes; then

AC_RUN_IFELSE([AC_LANG_PROGRAM([[#include ]], [[return
krb5_is_thread_safe() ? 0 : 1]])],

-				[krb5threadsafe="-DKRB5_IS_THREAD_SAFE"],
[AC_MSG_WARN([[libkrb5 is not threadsafe]])])

+				[krb5threadsafe="-DKRB5_IS_THREAD_SAFE"],
[AC_MSG_WARN([[libkrb5 is not threadsafe]])],

@@ -27,5 +33,5 @@ index eb43534..113a079 100644

else

krb5threadsafe=""

--

-2.10.2

+2.7.4

diff --git
a/meta-networking/recipes-connectivity/freeradius/files/freeradius-fix-issues-related-to-m4-include-path.patch
b/meta-networking/recipes-connectivity/freeradius/files/freeradius-fix-issues-related-to-m4-include-path.patch

index d29b2ac..638d950 100644

---
a/meta-networking/recipes-connectivity/freeradius/files/freeradius-fix-issues-related-to-m4-include-path.patch

+++
b/meta-networking/recipes-connectivity/freeradius/files/freeradius-fix-issues-related-to-m4-include-path.patch

@@ -1,32 +1,33 @@

-From d8e251ef97869ab2c1c82bd374016f402083997c Mon Sep 17
00:00:00 2001

-From: Jorge Pereira

-Date: Mon, 7 Dec 2015 16:51:07 -0200

-Subject: [PATCH] Fixing issues related to m4 include path

+From 69cb6d4bb5dd56a48695c0581a7d853e427b0ea3 Mon Sep 17
00:00:00 2001

+From: Changqing Li

+Date: Tue, 24 Jul 2018 14:54:41 +0800

+Subject: [PATCH] freeradius: Fixing issues related to m4 include
path

Upstream-Status: Submitted [1]

[1]: https://github.com/FreeRADIUS/freeradius-server/pull/1428 ( https://github.com/FreeRADIUS/freeradius-server/pull/1428 )

Submmited by: Jorge Pereira

+

+Update to version 3.0.17

+

+Signed-off-by: Changqing Li

---

- src/modules/rlm_example/config.h.in | 39
++--------------------

- src/modules/rlm_ldap/configure | 2 +-

- src/modules/rlm_pam/config.h.in | 3 ++

- src/modules/rlm_perl/config.h.in | 3 ++

- src/modules/rlm_perl/configure.ac | 2 +-

- src/modules/rlm_radutmp/config.h.in | 3 ++

- src/modules/rlm_ruby/configure | 1 +

- src/modules/rlm_ruby/configure.ac | 9 ++---

- src/modules/rlm_smsotp/config.h.in | 3 ++

- .../rlm_sql/drivers/rlm_sql_mysql/config.h.in | 3 ++

- src/modules/rlm_unix/config.h.in | 6 ++++

- 11 files changed, 32 insertions(+), 42 deletions(-)

+ src/modules/rlm_example/config.h.in | 35
+++--------------------------------

+ src/modules/rlm_pam/config.h.in | 3 +++

+ src/modules/rlm_perl/config.h.in | 3 +++

+ src/modules/rlm_perl/configure.ac | 2 +-

+ src/modules/rlm_radutmp/config.h.in | 3 +++

+ src/modules/rlm_ruby/configure.ac | 8 ++++----

+ src/modules/rlm_smsotp/config.h.in | 3 +++

+ src/modules/rlm_unix/config.h.in | 3 +++

+ 8 files changed, 23 insertions(+), 37 deletions(-)

diff --git a/src/modules/rlm_example/config.h.in
b/src/modules/rlm_example/config.h.in

-index 2a81ef5..f80de9c 100644

+index 2a81ef5..4dbb8f4 100644

--- a/src/modules/rlm_example/config.h.in

+++ b/src/modules/rlm_example/config.h.in

-@@ -1,38 +1,5 @@

+@@ -1,37 +1,5 @@

/* config.h.in. Generated from configure.ac by autoheader. */

-/* Define to 1 if you have the header file. */

@@ -61,11 +62,10 @@ index 2a81ef5..f80de9c 100644

-

-/* Define to 1 if you have the header file. */

-#undef HAVE_UNISTD_H

--

+

/* Define to the address where bug reports for this package
should be sent. */

#undef PACKAGE_BUGREPORT

-

-@@ -45,8 +12,8 @@

+@@ -45,6 +13,9 @@

/* Define to the one symbol short name of this package. */

#undef PACKAGE_TARNAME

@@ -74,22 +74,7 @@ index 2a81ef5..f80de9c 100644

+

/* Define to the version of this package. */

#undef PACKAGE_VERSION

--

--/* Define to 1 if you have the ANSI C header files. */

--#undef STDC_HEADERS

-diff --git a/src/modules/rlm_ldap/configure
b/src/modules/rlm_ldap/configure

-index e0c15d9..cdf96d5 100755

---- a/src/modules/rlm_ldap/configure

-+++ b/src/modules/rlm_ldap/configure

-@@ -3992,7 +3992,7 @@ smart_prefix=

- $as_echo "#define WITH_SASL 1" >>confdefs.h

-

- 	 SASL=sasl.c

-- fi

-+	 fi

- 	fi

-

- 	targetname=rlm_ldap

+

diff --git a/src/modules/rlm_pam/config.h.in
b/src/modules/rlm_pam/config.h.in

index 32ef6ff..1ad20c5 100644

--- a/src/modules/rlm_pam/config.h.in

@@ -118,7 +103,7 @@ index 989ed53..f80de9c 100644

/* Define to the version of this package. */

#undef PACKAGE_VERSION

diff --git a/src/modules/rlm_perl/configure.ac
b/src/modules/rlm_perl/configure.ac

-index 44c5fc9..6b2a043 100644

+index 4b3ff42..69c79cb 100644

--- a/src/modules/rlm_perl/configure.ac

+++ b/src/modules/rlm_perl/configure.ac

@@ -3,7 +3,7 @@ AC_INIT(rlm_perl.c)

@@ -144,23 +129,11 @@ index 9a883cc..750b434 100644

/* Define to the version of this package. */

#undef PACKAGE_VERSION

-diff --git a/src/modules/rlm_ruby/configure
b/src/modules/rlm_ruby/configure

-index 15868ab..c728af2 100755

---- a/src/modules/rlm_ruby/configure

-+++ b/src/modules/rlm_ruby/configure

-@@ -1875,6 +1875,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu

-

-

-

-+

- #
===========================================================================

- #
http://www.gnu.org/software/autoconf-archive/ax_compare_version.html
( http://www.gnu.org/software/autoconf-archive/ax_compare_version.html )

- #
===========================================================================

diff --git a/src/modules/rlm_ruby/configure.ac
b/src/modules/rlm_ruby/configure.ac

-index 9306382..f1c8118 100644

+index 9306382..ae86a14 100644

--- a/src/modules/rlm_ruby/configure.ac

+++ b/src/modules/rlm_ruby/configure.ac

-@@ -3,15 +3,16 @@ AC_INIT(rlm_ruby.c)

+@@ -3,15 +3,15 @@ AC_INIT(rlm_ruby.c)

AC_REVISION($Revision: 1.9 $)

AC_DEFUN(modname,[rlm_ruby])

@@ -174,7 +147,6 @@ index 9306382..f1c8118 100644

-m4_include([ax_compare_version.m4])

-m4_include([ax_prog_ruby_version.m4])

-m4_include([ax_ruby_devel.m4])

-+

+m4_include([m4/ax_compare_version.m4])

+m4_include([m4/ax_prog_ruby_version.m4])

+m4_include([m4/ax_ruby_devel.m4])

@@ -195,33 +167,11 @@ index 5feaf91..9e69f85 100644

/* Define to the version of this package. */

#undef PACKAGE_VERSION

-diff --git
a/src/modules/rlm_sql/drivers/rlm_sql_mysql/config.h.in
b/src/modules/rlm_sql/drivers/rlm_sql_mysql/config.h.in

-index e03d1a9..6262c48 100644

---- a/src/modules/rlm_sql/drivers/rlm_sql_mysql/config.h.in

-+++ b/src/modules/rlm_sql/drivers/rlm_sql_mysql/config.h.in

-@@ -18,5 +18,8 @@

- /* Define to the one symbol short name of this package. */

- #undef PACKAGE_TARNAME

-

-+/* Define to the home page for this package. */

-+#undef PACKAGE_URL

-+

- /* Define to the version of this package. */

- #undef PACKAGE_VERSION

diff --git a/src/modules/rlm_unix/config.h.in
b/src/modules/rlm_unix/config.h.in

-index dcb9aa2..70b4680 100644

+index dcb9aa2..16107b8 100644

--- a/src/modules/rlm_unix/config.h.in

+++ b/src/modules/rlm_unix/config.h.in

-@@ -1,5 +1,8 @@

- /* config.h.in. Generated from configure.ac by autoheader. */

-

-+/* Define to 1 if you have the `getpwnam' function. */

-+#undef HAVE_GETPWNAM

-+

- /* Define to 1 if you have the `getspnam' function. */

- #undef HAVE_GETSPNAM

-

-@@ -54,6 +57,9 @@

+@@ -54,6 +54,9 @@

/* Define to the one symbol short name of this package. */

#undef PACKAGE_TARNAME

@@ -232,5 +182,5 @@ index dcb9aa2..70b4680 100644

#undef PACKAGE_VERSION

--

-2.3.5

+2.7.4

diff --git
a/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.15.bb
b/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.17.bb

similarity index 98%

rename from
meta-networking/recipes-connectivity/freeradius/freeradius_3.0.15.bb

rename to
meta-networking/recipes-connectivity/freeradius/freeradius_3.0.17.bb

index 4155a40..1b45e78 100644

---
a/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.15.bb

+++
b/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.17.bb

@@ -30,8 +30,8 @@ SRC_URI =
"ftp://ftp.freeradius.org/pub/freeradius/freeradius-server-${PV}.tar.b

file://radiusd.service \

file://radiusd-volatiles.conf \

"

-SRC_URI[md5sum] = "0c81a4464ccf1d04f7ef1218a029d37a"

-SRC_URI[sha256sum] =
"23267d8505e7b2909f5bdbf3938ca077c1fe122290dc969304d4f3b594f7e3ba"

+SRC_URI[md5sum] = "1f4ad38f32101a7d50d818afa6f17339"

+SRC_URI[sha256sum] =
"3f03404b6e4a4f410e1f15ea2ababfec7f8a7ae8a49836d8a0c137436d913b96"

PARALLEL_MAKE = ""

--

To stop receiving notification emails like this one, please
contact

the administrator of this repository.

------------------------------

Message: 3

Date: Sun, 29 Jul 2018 15:53:53 +0000

From: git at git.openembedded.org ( mailto:git at git.openembedded.org
)

To: openembedded-commits at lists.openembedded.org (
mailto:openembedded-commits at lists.openembedded.org )

Subject: [oe-commits] [meta-openembedded] 29/71: libtevent:
upgrade

0.9.36	-> 0.9.37

Message-ID:

Content-Type: text/plain; charset=utf-8

This is an automated email from the git hooks/post-receive
script.

khem pushed a commit to branch master-next

in repository meta-openembedded.

commit dab3f6a1c506ff1895c3bc9cc5b37075d2ccd89a

Author: Changqing Li

AuthorDate: Wed Jul 25 11:27:31 2018 +0800

libtevent: upgrade 0.9.36 -> 0.9.37

Signed-off-by: Changqing Li

Signed-off-by: Khem Raj

---

...001-libtevent-fix-musl-libc-compile-error.patch | 32
++++++++++++++++++++++

.../{libtevent_0.9.36.bb => libtevent_0.9.37.bb} | 5 ++--

2 files changed, 35 insertions(+), 2 deletions(-)

diff --git
a/meta-networking/recipes-support/libtevent/libtevent/0001-libtevent-fix-musl-libc-compile-error.patch
b/meta-networking/recipes-support/libtevent/libtevent/0001-libtevent-fix-musl-libc-compile-error.patch

new file mode 100644

index 0000000..e3aeda9

--- /dev/null

+++
b/meta-networking/recipes-support/libtevent/libtevent/0001-libtevent-fix-musl-libc-compile-error.patch

@@ -0,0 +1,32 @@

+From 7ba1de909c587b6773a39ba9f6f9890987f35b24 Mon Sep 17
00:00:00 2001

+From: Changqing Li

+Date: Tue, 24 Jul 2018 11:30:53 +0800

+Subject: [PATCH] libtevent: fix musl libc compile error

+

+libldb depend on libtevent, build libldb with musl libc,

+will report error:

+tevent.h:1440:8: error: unknown type name 'pid_t'; did you mean
'div_t'?

+

+add missing headers to fix it.

+

+Signed-off-by: Changqing Li

+---

+ tevent.h | 2 ++

+ 1 file changed, 2 insertions(+)

+

+diff --git a/tevent.h b/tevent.h

+index aa6fe0d..2572696 100644

+--- a/tevent.h

++++ b/tevent.h

+@@ -32,6 +32,8 @@

+ #include

+ #include

+ #include

++#include

++#include

+

+ struct tevent_context;

+ struct tevent_ops;

+--

+2.7.4

+

diff --git
a/meta-networking/recipes-support/libtevent/libtevent_0.9.36.bb
b/meta-networking/recipes-support/libtevent/libtevent_0.9.37.bb

similarity index 88%

rename from
meta-networking/recipes-support/libtevent/libtevent_0.9.36.bb

rename to
meta-networking/recipes-support/libtevent/libtevent_0.9.37.bb

index c91b221..ee8b7fd 100644

---
a/meta-networking/recipes-support/libtevent/libtevent_0.9.36.bb

+++
b/meta-networking/recipes-support/libtevent/libtevent_0.9.37.bb

@@ -8,11 +8,12 @@ RDEPENDS_python-tevent = "python"

SRC_URI = "https://samba.org/ftp/tevent/tevent-${PV}.tar.gz ( https://samba.org/ftp/tevent/tevent-%24%7BPV%7D.tar.gz ) \

file://options-0.9.36.patch \

+
file://0001-libtevent-fix-musl-libc-compile-error.patch \

"

LIC_FILES_CHKSUM =
"file://tevent.h;endline=26;md5=4e458d658cb25e21efc16f720e78b85a"

-SRC_URI[md5sum] = "87d67bca75b231814435c47bec0aff8a"

-SRC_URI[sha256sum] =
"bd2b6be3fd1601ed7f176e99111e322c57d58e425cc149ee80c7dd4fed263b4c"

+SRC_URI[md5sum] = "6859cd4081fdb2a76b1cb4bf1c803a59"

+SRC_URI[sha256sum] =
"168345ed65eac03785cf77b95238e7dc66cbb473a42811693a6b0916e5dae7e0"

inherit waf-samba

--

To stop receiving notification emails like this one, please
contact

the administrator of this repository.

------------------------------

Message: 4

Date: Sun, 29 Jul 2018 15:53:59 +0000

From: git at git.openembedded.org ( mailto:git at git.openembedded.org
)

To: openembedded-commits at lists.openembedded.org (
mailto:openembedded-commits at lists.openembedded.org )

Subject: [oe-commits] [meta-openembedded] 35/71: mozjs: disable

MOZ_GLUE_IN_PROGRAM in standalone builds

Message-ID:

Content-Type: text/plain; charset=utf-8

This is an automated email from the git hooks/post-receive
script.

khem pushed a commit to branch master-next

in repository meta-openembedded.

commit 70f1e5f668efe202692d45d63356e233aa5f2dc7

Author: Ricardo Salveti

AuthorDate: Wed Jul 25 18:45:15 2018 -0300

mozjs: disable MOZ_GLUE_IN_PROGRAM in standalone builds

Otherwise anyone consuming mozjs will fail to start with a
segmentation

fault (e.g. polkitd).

Patch also used by Fedora and Debian.

Signed-off-by: Ricardo Salveti

Signed-off-by: Khem Raj

---

.../disable-mozglue-in-stand-alone-builds.patch | 74
++++++++++++++++++++++

meta-oe/recipes-extended/mozjs/mozjs_52.8.1.bb | 1 +

2 files changed, 75 insertions(+)

diff --git
a/meta-oe/recipes-extended/mozjs/mozjs/disable-mozglue-in-stand-alone-builds.patch
b/meta-oe/recipes-extended/mozjs/mozjs/disable-mozglue-in-stand-alone-builds.patch

new file mode 100644

index 0000000..5487cdb

--- /dev/null

+++
b/meta-oe/recipes-extended/mozjs/mozjs/disable-mozglue-in-stand-alone-builds.patch

@@ -0,0 +1,74 @@

+From 2fb531ac753500314336ccd508cb2d53f5e768e5 Mon Sep 17
00:00:00 2001

+From: Till Schneidereit

+Date: Thu, 1 Oct 2015 12:59:09 +0200

+Subject: Disable MOZ_GLUE_IN_PROGRAM in stand-alone builds on
all platforms

+

+Otherwise, build fails not being able to find HashBytes.

+

+Patch ported forward to mozjs52 by Philip Chimento

+.

+

+https://bugzilla.mozilla.org/show_bug.cgi?id=1176787 ( https://bugzilla.mozilla.org/show_bug.cgi?id=1176787 )

+

+Upstream-Status: Backport

+

+Signed-off-by: Ricardo Salveti

+---

+ js/src/old-configure | 20 ++++++++++++--------

+ mozglue/build/moz.build | 2 +-

+ 2 files changed, 13 insertions(+), 9 deletions(-)

+

+diff --git a/js/src/old-configure b/js/src/old-configure

+index d7afcff..8a6f142 100644

+--- a/js/src/old-configure

++++ b/js/src/old-configure

+@@ -8546,21 +8546,25 @@ if test -z
"$MOZ_ENABLE_WARNINGS_AS_ERRORS"; then

+ fi

+

+

+-case "${OS_TARGET}" in

+-Android|WINNT|Darwin)

++if test "$JS_STANDALONE"; then

+ MOZ_GLUE_IN_PROGRAM=

+- ;;

+-*)

+- MOZ_GLUE_IN_PROGRAM=1

+- cat >> confdefs.pytmp > confdefs.pytmp > confdefs.h --

To stop receiving notification emails like this one, please
contact

the administrator of this repository.

------------------------------

Message: 5

Date: Sun, 29 Jul 2018 15:54:04 +0000

From: git at git.openembedded.org ( mailto:git at git.openembedded.org
)

To: openembedded-commits at lists.openembedded.org (
mailto:openembedded-commits at lists.openembedded.org )

Subject: [oe-commits] [meta-openembedded] 40/71: clean up

var-DISTUTILS_INSTALL_ARGS

Message-ID:

Content-Type: text/plain; charset=utf-8

This is an automated email from the git hooks/post-receive
script.

khem pushed a commit to branch master-next

in repository meta-openembedded.

commit e9455606c968ad92a48c9cc010512c28d8119e41

Author: Hongxu Jia

AuthorDate: Fri Jul 27 00:04:55 2018 +0800

clean up var-DISTUTILS_INSTALL_ARGS

Since the following commit applied in oe-core

...

21f0c5a distutils/setuptools, distutils3/setuptools3: improve
reproducibility

...

It unified var-DISTUTILS_INSTALL_ARGS in distutils and
setuptools,

so clean up the duplicated var-DISTUTILS_INSTALL_ARGS in each
recipe.

Signed-off-by: Hongxu Jia

Signed-off-by: Khem Raj

---

meta-oe/recipes-devtools/python/python-distutils-extra.bb
| 2 --

meta-oe/recipes-devtools/python/python3-distutils-extra.bb
| 2 --

meta-python/recipes-connectivity/gateone/gateone_git.bb
| 4 +---

meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb
| 4 ++--

4 files changed, 3 insertions(+), 9 deletions(-)

diff --git
a/meta-oe/recipes-devtools/python/python-distutils-extra.bb
b/meta-oe/recipes-devtools/python/python-distutils-extra.bb

index 56dd33d..eb84f74 100644

--- a/meta-oe/recipes-devtools/python/python-distutils-extra.bb

+++ b/meta-oe/recipes-devtools/python/python-distutils-extra.bb

@@ -2,8 +2,6 @@ require python-distutils-extra.inc

inherit setuptools

-DISTUTILS_INSTALL_ARGS +=
"--install-lib=${libdir}/${PYTHON_DIR}/site-packages"

-

RDEPENDS_${PN} = "\

python-distutils \

"

diff --git
a/meta-oe/recipes-devtools/python/python3-distutils-extra.bb
b/meta-oe/recipes-devtools/python/python3-distutils-extra.bb

index af242b8..5836b09 100644

--- a/meta-oe/recipes-devtools/python/python3-distutils-extra.bb

+++ b/meta-oe/recipes-devtools/python/python3-distutils-extra.bb

@@ -4,8 +4,6 @@ inherit setuptools3

S = "${WORKDIR}/python-distutils-extra-${PV}"

-DISTUTILS_INSTALL_ARGS +=
"--install-lib=${libdir}/${PYTHON_DIR}/site-packages"

-

RDEPENDS_${PN} = "\

python3-setuptools \

"

diff --git
a/meta-python/recipes-connectivity/gateone/gateone_git.bb
b/meta-python/recipes-connectivity/gateone/gateone_git.bb

index 4577873..5d2ca00 100644

--- a/meta-python/recipes-connectivity/gateone/gateone_git.bb

+++ b/meta-python/recipes-connectivity/gateone/gateone_git.bb

@@ -16,9 +16,7 @@ S = "${WORKDIR}/git"

inherit setuptools python-dir systemd update-rc.d

-DISTUTILS_INSTALL_ARGS = "--root=${D} \

- --prefix=${prefix} \

- --install-lib=${PYTHON_SITEPACKAGES_DIR} \

+DISTUTILS_INSTALL_ARGS += " \

--install-data=${PYTHON_SITEPACKAGES_DIR} \

--install-scripts=${bindir} \

--skip_init_scripts"

diff --git
a/meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb
b/meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb

index 0ca58c7..eb42fe9 100644

---
a/meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb

+++
b/meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb

@@ -16,8 +16,8 @@ SRC_URI =
"git://github.com/mike-fabian/langtable.git;branch=master \

inherit setuptools3 python3native

-DISTUTILS_INSTALL_ARGS = "--prefix=${D}/${prefix} \

- --install-data=${D}/${datadir}/langtable"

+DISTUTILS_INSTALL_ARGS += " \

+ --install-data=${datadir}/langtable"

FILES_${PN} += "${datadir}/*"

--

To stop receiving notification emails like this one, please
contact

the administrator of this repository.

------------------------------

--

_______________________________________________

Openembedded-commits mailing list

Openembedded-commits at lists.openembedded.org (
mailto:Openembedded-commits at lists.openembedded.org )

http://lists.openembedded.org/mailman/listinfo/openembedded-commits
( http://lists.openembedded.org/mailman/listinfo/openembedded-commits )

End of Openembedded-commits Digest, Vol 141, Issue 242

******************************************************

Powered by UserVoice. ( http://www.uservoice.com/powered-by?utm_campaign=poweredby&utm_medium=email&utm_source=ticket&uv_company=Vaultoro+Limited&uv_contact_url=support.vaultoro.com&uv_experience=email )


More information about the Openembedded-commits mailing list