projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2824fb
)
package/libplist: needs threads
author
Bernd Kuhls
<bernd.kuhls@t-online.de>
Sun, 12 Nov 2017 09:00:00 +0000
(10:00 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Mon, 13 Nov 2017 20:34:09 +0000
(21:34 +0100)
Upstream added a mandatory pthread check:
https://github.com/libimobiledevice/libplist/commit/
eec2e855b4f192cb1808d1f02b6bc8935a979025
Fixes
http://autobuild.buildroot.net/results/863/
863bb43db222f8e63d60b1fc4a53299575727de1
/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libplist/Config.in
patch
|
blob
|
history
diff --git
a/package/libplist/Config.in
b/package/libplist/Config.in
index 4a9575f545c98ed8cf4156375aa46b9af65778f1..5a246b4ecd8deeed78d28391be4dd49fffdf1bd2 100644
(file)
--- a/
package/libplist/Config.in
+++ b/
package/libplist/Config.in
@@
-1,11
+1,12
@@
config BR2_PACKAGE_LIBPLIST
bool "libplist"
depends on BR2_INSTALL_LIBSTDCPP
+ depends on BR2_TOOLCHAIN_HAS_THREADS
help
libplist is a client for manipulating Apple Property List
(.plist) files
http://www.libimobiledevice.org/
-comment "libplist needs a toolchain w/ C++"
- depends on !BR2_INSTALL_LIBSTDCPP
+comment "libplist needs a toolchain w/ C++
, threads
"
+ depends on !BR2_INSTALL_LIBSTDCPP
|| !BR2_TOOLCHAIN_HAS_THREADS