package/libpthsem: remove argp-standalone dependency
authorRomain Naour <romain.naour@openwide.fr>
Sat, 2 May 2015 10:28:05 +0000 (12:28 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 2 May 2015 12:46:24 +0000 (14:46 +0200)
argp-standalone provide libargp.a and argp.h which are
never used in libpthsem.

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libpthsem/Config.in
package/libpthsem/libpthsem.mk

index 932acecd07bc171e03f822b3ccc33e01b199790e..3219de137da3f7f94dc8bf24a74e20e32ee1cc9d 100644 (file)
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_LIBPTHSEM
        bool "libpthsem"
        depends on BR2_USE_MMU # fork()
-       select BR2_PACKAGE_ARGP_STANDALONE
        help
          GNU pth is a user mode multi threading library. pthsem is an extend
          version, with support for semaphores added.
index 7c1de865137fae6865a90e1e05fd9aff77a55427..f9f6f718132367321acc1838646508d02a461ec2 100644 (file)
@@ -11,7 +11,6 @@ LIBPTHSEM_LICENSE = LGPLv2.1+
 LIBPTHSEM_LICENSE_FILES = COPYING
 LIBPTHSEM_AUTORECONF = YES
 LIBPTHSEM_INSTALL_STAGING = YES
-LIBPTHSEM_DEPENDENCIES = argp-standalone
 LIBPTHSEM_CONFIG_SCRIPTS = pthsem-config
 
 ifeq ($(BR2_PACKAGE_LIBPTHSEM_COMPAT),y)