summaryrefslogtreecommitdiffstats
path: root/Config.in.legacy
diff options
context:
space:
mode:
authorBernd Kuhls <berndkuhls@hotmail.com>2014-03-01 16:41:10 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-03-02 14:56:57 +0100
commit5562be136c4d67be4f12875f01d24e26e069d3e9 (patch)
treebf1fc6a073b5a41c675dbd7b74ca327aa76ebeca /Config.in.legacy
parent69265ebb6763a4d824b50c25c352ffb90d5f1f83 (diff)
xlib_libpthread-stubs: Rename package to libpthread-stubs
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> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Config.in.legacy')
-rw-r--r--Config.in.legacy14
1 files changed, 11 insertions, 3 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index cfcf5a340..afcd3b1b5 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -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"