summaryrefslogtreecommitdiff
path: root/package/ustr/Config.in
diff options
context:
space:
mode:
authorClayton Shotwell <clshotwe@rockwellcollins.com>2014-12-15 21:53:54 -0600
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-01-01 21:07:28 +0100
commit5cefca4cc3da4fc5e6649aa3ae3a828df3d09a44 (patch)
treef606872226628faa775bffba080102594c8b373e /package/ustr/Config.in
parent9d9f54ac654b15bcffd2a20fe57ad01a494cc4c7 (diff)
ustr: new package
[Thomas: - Fix typo in patch description. - Remove trailing whitespace in Config.in. - Fix Config.in comment to match what's specified in the Buildroot manual. - Adjust .mk logic to use BR2_STATIC_LIBS vs. BR2_SHARED_LIBS instead of BR2_PREFER_STATIC_LIB, and therefore support the installation of only the shared library. - Remove the libustr-debug library from the target and staging directories, it's the same as libustr, except that it's compiled with debugging symbols. - Always install only the shared variant of the library for host-ustr.] Signed-off-by: Clayton Shotwell <clshotwe@rockwellcollins.com> Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/ustr/Config.in')
-rw-r--r--package/ustr/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/ustr/Config.in b/package/ustr/Config.in
new file mode 100644
index 0000000000..abaefcecfc
--- /dev/null
+++ b/package/ustr/Config.in
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_USTR
+ bool "ustr"
+ depends on BR2_LARGEFILE
+ help
+ A small, safe string library.
+
+ http://www.and.org/ustr/
+
+comment "ustr requires a toolchain w/ largefile"
+ depends on !BR2_LARGEFILE