|
@@ -172,6 +172,15 @@ config BR2_PACKAGE_UDEV_ALL_EXTRAS
|
|
the 'udev' providers if the dependencies are selected. For
|
|
the 'udev' providers if the dependencies are selected. For
|
|
example, selecting 'libglib2' will trigger the build of gudev.
|
|
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"
|
|
comment "Legacy options removed in 2014.02"
|
|
|
|
|
|
@@ -642,11 +651,10 @@ config BR2_PACKAGE_XSERVER_tinyx
|
|
config BR2_PACKAGE_PTHREAD_STUBS
|
|
config BR2_PACKAGE_PTHREAD_STUBS
|
|
bool "pthread-stubs option has been renamed"
|
|
bool "pthread-stubs option has been renamed"
|
|
select BR2_LEGACY
|
|
select BR2_LEGACY
|
|
- select BR2_PACKAGE_XLIB_LIBPTHREAD_STUBS
|
|
|
|
- depends on BR2_PACKAGE_XORG7
|
|
|
|
|
|
+ select BR2_PACKAGE_LIBPTHREAD_STUBS
|
|
help
|
|
help
|
|
For consistency reason, the pthread-stubs package has been
|
|
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"
|
|
comment "Legacy options removed in 2012.08"
|