Commit 5562be13 authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Thomas Petazzoni
Browse files

xlib_libpthread-stubs: Rename package to libpthread-stubs

parent 69265ebb
Loading
Loading
Loading
Loading
+11 −3
Original line number Diff line number Diff line
@@ -172,6 +172,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"

@@ -642,11 +651,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"
+1 −0
Original line number Diff line number Diff line
@@ -775,6 +775,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"
+1 −1
Original line number Diff line number Diff line
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
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ LIBDRM_LICENSE = MIT
LIBDRM_INSTALL_STAGING = YES

LIBDRM_DEPENDENCIES = \
	xlib_libpthread-stubs \
	libpthread-stubs \
	host-pkgconf

LIBDRM_CONF_OPT = \
+1 −1
Original line number Diff line number Diff line
config BR2_PACKAGE_XLIB_LIBPTHREAD_STUBS
config BR2_PACKAGE_LIBPTHREAD_STUBS
	bool "libpthread-stubs"
	depends on BR2_TOOLCHAIN_HAS_THREADS
	help
Loading