* [Buildroot] [PATCH v5 1/3] xlib_libpthread-stubs: Rename package to libpthread-stubs
@ 2014-03-01 15:41 Bernd Kuhls
2014-03-02 14:01 ` Thomas Petazzoni
0 siblings, 1 reply; 4+ messages in thread
From: Bernd Kuhls @ 2014-03-01 15:41 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-Off-By: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
v6: Moved legacy option to 2014.05 option block
v5: Moved patch changelog below --- (Arnout)
v4: Config.in.legacy:
move BR2_PACKAGE_XLIB_LIBPTHREAD_STUBS to 2014.02 (Arnout)
v3: rebased v2
libdrm: rename to libpthread-stubs as well for bisectability
v2: http://patchwork.ozlabs.org/patch/304117/ (Paul Cercueil)
v1: http://patchwork.ozlabs.org/patch/278296/ (Spenser Gilliland)
Config.in.legacy | 14 +++++++++++---
package/Config.in | 1 +
package/libdrm/Config.in | 2 +-
package/libdrm/libdrm.mk | 2 +-
.../Config.in | 2 +-
package/libpthread-stubs/libpthread-stubs.mk | 20 ++++++++++++++++++++
package/x11r7/Config.in | 1 -
package/x11r7/libxcb/Config.in | 2 +-
package/x11r7/libxcb/libxcb.mk | 2 +-
.../xlib_libpthread-stubs/xlib_libpthread-stubs.mk | 20 --------------------
10 files changed, 37 insertions(+), 29 deletions(-)
rename package/{x11r7/xlib_libpthread-stubs => libpthread-stubs}/Config.in (88%)
create mode 100644 package/libpthread-stubs/libpthread-stubs.mk
delete mode 100644 package/x11r7/xlib_libpthread-stubs/xlib_libpthread-stubs.mk
diff --git a/Config.in.legacy b/Config.in.legacy
index 09c3a2b..c2150ce 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -165,6 +165,15 @@ config BR2_PACKAGE_UDEV_ALL_EXTRAS
the 'udev' providers if the dependencies are selected. For
example, selecting 'libglib2' will trigger the build of gudev.
+config BR2_PACKAGE_XLIB_LIBPTHREAD_STUBS
+ bool "xlib-libpthread-stubs option has been renamed"
+ depends on BR2_PACKAGE_XORG7
+ select BR2_LEGACY
+ select BR2_PACKAGE_LIBPTHREAD_STUBS
+ help
+ The pthread stubs neither depend on X11 nor Xlib. Thus the
+ package has been renamed BR2_PACKAGE_LIBPTHREAD_STUBS
+
###############################################################################
comment "Legacy options removed in 2014.02"
@@ -635,11 +644,10 @@ config BR2_PACKAGE_XSERVER_tinyx
config BR2_PACKAGE_PTHREAD_STUBS
bool "pthread-stubs option has been renamed"
select BR2_LEGACY
- select BR2_PACKAGE_XLIB_LIBPTHREAD_STUBS
- depends on BR2_PACKAGE_XORG7
+ select BR2_PACKAGE_LIBPTHREAD_STUBS
help
For consistency reason, the pthread-stubs package has been
- renamed to xlib_libpthread-stubs.
+ renamed to libpthread-stubs.
###############################################################################
comment "Legacy options removed in 2012.08"
diff --git a/package/Config.in b/package/Config.in
index cc407e1..7ea5348 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -768,6 +768,7 @@ source "package/liblog4c-localtime/Config.in"
source "package/libnspr/Config.in"
source "package/libpfm4/Config.in"
source "package/libplist/Config.in"
+source "package/libpthread-stubs/Config.in"
source "package/libpthsem/Config.in"
source "package/libseccomp/Config.in"
source "package/libsigc/Config.in"
diff --git a/package/libdrm/Config.in b/package/libdrm/Config.in
index 205f47c..4d7646b 100644
--- a/package/libdrm/Config.in
+++ b/package/libdrm/Config.in
@@ -1,6 +1,6 @@
config BR2_PACKAGE_LIBDRM
bool "libdrm"
- select BR2_PACKAGE_XLIB_LIBPTHREAD_STUBS
+ select BR2_PACKAGE_LIBPTHREAD_STUBS
depends on BR2_PACKAGE_XORG7
depends on BR2_LARGEFILE
help
diff --git a/package/libdrm/libdrm.mk b/package/libdrm/libdrm.mk
index a1b0580..b9b7a58 100644
--- a/package/libdrm/libdrm.mk
+++ b/package/libdrm/libdrm.mk
@@ -12,7 +12,7 @@ LIBDRM_LICENSE = MIT
LIBDRM_INSTALL_STAGING = YES
LIBDRM_DEPENDENCIES = \
- xlib_libpthread-stubs \
+ libpthread-stubs \
host-pkgconf
LIBDRM_CONF_OPT = \
diff --git a/package/x11r7/xlib_libpthread-stubs/Config.in b/package/libpthread-stubs/Config.in
similarity index 88%
rename from package/x11r7/xlib_libpthread-stubs/Config.in
rename to package/libpthread-stubs/Config.in
index 6ce1b94..a4ce1cb 100644
--- a/package/x11r7/xlib_libpthread-stubs/Config.in
+++ b/package/libpthread-stubs/Config.in
@@ -1,4 +1,4 @@
-config BR2_PACKAGE_XLIB_LIBPTHREAD_STUBS
+config BR2_PACKAGE_LIBPTHREAD_STUBS
bool "libpthread-stubs"
depends on BR2_TOOLCHAIN_HAS_THREADS
help
diff --git a/package/libpthread-stubs/libpthread-stubs.mk b/package/libpthread-stubs/libpthread-stubs.mk
new file mode 100644
index 0000000..b72e5a6
--- /dev/null
+++ b/package/libpthread-stubs/libpthread-stubs.mk
@@ -0,0 +1,20 @@
+################################################################################
+#
+# libpthread-stubs
+#
+################################################################################
+
+LIBPTHREAD_STUBS_VERSION = 0.3
+LIBPTHREAD_STUBS_SOURCE = libpthread-stubs-$(LIBPTHREAD_STUBS_VERSION).tar.bz2
+LIBPTHREAD_STUBS_SITE = http://xcb.freedesktop.org/dist/
+LIBPTHREAD_STUBS_LICENSE = MIT
+LIBPTHREAD_STUBS_LICENSE_FILES = COPYING
+
+LIBPTHREAD_STUBS_INSTALL_STAGING = YES
+
+ifeq ($(BR2_PREFER_STATIC_LIB),y)
+LIBPTHREAD_STUBS_CONF_ENV += LDFLAGS="$(TARGET_LDFLAGS) -pthread"
+endif
+
+$(eval $(autotools-package))
+$(eval $(host-autotools-package))
diff --git a/package/x11r7/Config.in b/package/x11r7/Config.in
index 5eff2df..5ef118b 100644
--- a/package/x11r7/Config.in
+++ b/package/x11r7/Config.in
@@ -53,7 +53,6 @@ if BR2_PACKAGE_XORG7
source package/x11r7/xlib_libxkbfile/Config.in
source package/x11r7/xlib_xtrans/Config.in
source package/x11r7/xlib_libpciaccess/Config.in
- source package/x11r7/xlib_libpthread-stubs/Config.in
endmenu
menu "X11R7 Applications"
source package/x11r7/xapp_appres/Config.in
diff --git a/package/x11r7/libxcb/Config.in b/package/x11r7/libxcb/Config.in
index 1e1afb4..32569f7 100644
--- a/package/x11r7/libxcb/Config.in
+++ b/package/x11r7/libxcb/Config.in
@@ -1,6 +1,6 @@
config BR2_PACKAGE_LIBXCB
bool "libxcb"
- select BR2_PACKAGE_XLIB_LIBPTHREAD_STUBS
+ select BR2_PACKAGE_LIBPTHREAD_STUBS
select BR2_PACKAGE_XCB_PROTO
select BR2_PACKAGE_XLIB_LIBXDMCP
select BR2_PACKAGE_XLIB_LIBXAU
diff --git a/package/x11r7/libxcb/libxcb.mk b/package/x11r7/libxcb/libxcb.mk
index fa8ed6d..9cd8bf9 100644
--- a/package/x11r7/libxcb/libxcb.mk
+++ b/package/x11r7/libxcb/libxcb.mk
@@ -13,7 +13,7 @@ LIBXCB_LICENSE_FILES = COPYING
LIBXCB_INSTALL_STAGING = YES
LIBXCB_DEPENDENCIES = \
- host-libxslt xlib_libpthread-stubs xcb-proto xlib_libXdmcp xlib_libXau \
+ host-libxslt libpthread-stubs xcb-proto xlib_libXdmcp xlib_libXau \
host-xcb-proto host-python host-pkgconf
LIBXCB_CONF_OPT = --disable-build-docs
diff --git a/package/x11r7/xlib_libpthread-stubs/xlib_libpthread-stubs.mk b/package/x11r7/xlib_libpthread-stubs/xlib_libpthread-stubs.mk
deleted file mode 100644
index 6343691..0000000
--- a/package/x11r7/xlib_libpthread-stubs/xlib_libpthread-stubs.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-################################################################################
-#
-# xlib_libpthread-stubs
-#
-################################################################################
-
-XLIB_LIBPTHREAD_STUBS_VERSION = 0.3
-XLIB_LIBPTHREAD_STUBS_SOURCE = libpthread-stubs-$(XLIB_LIBPTHREAD_STUBS_VERSION).tar.bz2
-XLIB_LIBPTHREAD_STUBS_SITE = http://xcb.freedesktop.org/dist/
-XLIB_LIBPTHREAD_STUBS_LICENSE = MIT
-XLIB_LIBPTHREAD_STUBS_LICENSE_FILES = COPYING
-
-XLIB_LIBPTHREAD_STUBS_INSTALL_STAGING = YES
-
-ifeq ($(BR2_PREFER_STATIC_LIB),y)
-XLIB_LIBPTHREAD_STUBS_CONF_ENV += LDFLAGS="$(TARGET_LDFLAGS) -pthread"
-endif
-
-$(eval $(autotools-package))
-$(eval $(host-autotools-package))
--
1.7.10.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH v5 1/3] xlib_libpthread-stubs: Rename package to libpthread-stubs
2014-03-01 15:41 [Buildroot] [PATCH v5 1/3] xlib_libpthread-stubs: Rename package to libpthread-stubs Bernd Kuhls
@ 2014-03-02 14:01 ` Thomas Petazzoni
2014-03-02 14:47 ` Bernd Kuhls
0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2014-03-02 14:01 UTC (permalink / raw)
To: buildroot
Dear Bernd Kuhls,
On Sat, 1 Mar 2014 16:41:10 +0100, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
> Signed-Off-By: Paul Cercueil <paul@crapouillou.net>
> Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
I've applied this patch, as well as PATCH 2/3 and 3/3 from this series.
From what I remember, these patches were preventing some other patches
from getting merged, especially patches from Spenser. Would it be
possible to dig those patches and resend them on top of the latest
master?
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH v5 1/3] xlib_libpthread-stubs: Rename package to libpthread-stubs
2014-03-02 14:01 ` Thomas Petazzoni
@ 2014-03-02 14:47 ` Bernd Kuhls
2014-03-04 21:37 ` Thomas Petazzoni
0 siblings, 1 reply; 4+ messages in thread
From: Bernd Kuhls @ 2014-03-02 14:47 UTC (permalink / raw)
To: buildroot
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com> wrote
in news:20140302150146.50593a9f at skate:
> Would it be possible to dig those patches and resend them on top of the
> latest master?
Hi,
yes, of course ;)
The next step is to update mesa3d to 10.0.3 & xorg to 1.15.0:
http://patchwork.ozlabs.org/patch/316704/
http://patchwork.ozlabs.org/patch/316705/
http://patchwork.ozlabs.org/patch/316707/
http://patchwork.ozlabs.org/patch/316706/
while I?am also waiting for the drm-related autobuild fallout ;)
Now that the drm update made it into git I will update my patches for git
master, but afaics the opengl support is up for a change, too:
http://patchwork.ozlabs.org/patch/316706/
http://patchwork.ozlabs.org/patch/325462/
Should I wait until the new code is merged? Mesa3d introduces a new
opengl/libgl package.
FTR: sdl needs this patch to compile with libX11>= 1.5.99.902 on x86_64:
http://hg.libsdl.org/SDL/raw-rev/91ad7b43317a
This is already fixed here, I will include it in my next patch series.
Regards, Bernd
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH v5 1/3] xlib_libpthread-stubs: Rename package to libpthread-stubs
2014-03-02 14:47 ` Bernd Kuhls
@ 2014-03-04 21:37 ` Thomas Petazzoni
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2014-03-04 21:37 UTC (permalink / raw)
To: buildroot
Dear Bernd Kuhls,
On Sun, 02 Mar 2014 15:47:10 +0100, Bernd Kuhls wrote:
> The next step is to update mesa3d to 10.0.3 & xorg to 1.15.0:
>
> http://patchwork.ozlabs.org/patch/316704/
> http://patchwork.ozlabs.org/patch/316705/
> http://patchwork.ozlabs.org/patch/316707/
> http://patchwork.ozlabs.org/patch/316706/
These patches have a number of comments that have not been addressed.
Can you take them into account and resend updated versions?
> while I?am also waiting for the drm-related autobuild fallout ;)
>
> Now that the drm update made it into git I will update my patches for git
> master, but afaics the opengl support is up for a change, too:
>
> http://patchwork.ozlabs.org/patch/316706/
> http://patchwork.ozlabs.org/patch/325462/
Not sure how these two patches are related. What do you mean exactly
here?
> Should I wait until the new code is merged? Mesa3d introduces a new
> opengl/libgl package.
Which new code?
> FTR: sdl needs this patch to compile with libX11>= 1.5.99.902 on x86_64:
> http://hg.libsdl.org/SDL/raw-rev/91ad7b43317a
>
> This is already fixed here, I will include it in my next patch series.
Huh, have you looked at sdl-0002-fix-compilation-with-libx11.patch in
package/sdl/ ?
It would be good if you could resend a complete patch series with all
the patches that you believe are still pending on libdrm/mesa/X.org. Of
course, make sure you take into account the comments that have been
given on the patches already.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-03-04 21:37 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-01 15:41 [Buildroot] [PATCH v5 1/3] xlib_libpthread-stubs: Rename package to libpthread-stubs Bernd Kuhls
2014-03-02 14:01 ` Thomas Petazzoni
2014-03-02 14:47 ` Bernd Kuhls
2014-03-04 21:37 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox