ustr: new package
authorClayton Shotwell <clshotwe@rockwellcollins.com>
Tue, 16 Dec 2014 03:53:54 +0000 (21:53 -0600)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 1 Jan 2015 20:07:28 +0000 (21:07 +0100)
commit5cefca4cc3da4fc5e6649aa3ae3a828df3d09a44
treef606872226628faa775bffba080102594c8b373e
parent9d9f54ac654b15bcffd2a20fe57ad01a494cc4c7
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>
package/Config.in
package/ustr/0001-cross-compile-modifications.patch [new file with mode: 0644]
package/ustr/Config.in [new file with mode: 0644]
package/ustr/ustr.hash [new file with mode: 0644]
package/ustr/ustr.mk [new file with mode: 0644]