diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-03 13:22:22 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-03 13:31:01 +0200 |
commit | c3d39ab15aefd239c617288e2cfe11d3eeea00f4 (patch) | |
tree | 2980934b182bb2b27401cc7c2c859a498e8896cc /package/libnfc-nci/Makefile | |
parent | 1ecabcafa838ea0ec2d5d7db24cbdfba2f123af2 (diff) |
remove librt/libpthread packages, not required anymore
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
Diffstat (limited to 'package/libnfc-nci/Makefile')
-rw-r--r-- | package/libnfc-nci/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/libnfc-nci/Makefile b/package/libnfc-nci/Makefile index cfe2652eb..92bdb6d3a 100644 --- a/package/libnfc-nci/Makefile +++ b/package/libnfc-nci/Makefile @@ -9,8 +9,7 @@ PKG_RELEASE:= 1 PKG_GIT:= hash PKG_DESCR:= nfc nci library PKG_SECTION:= libs/net -PKG_DEPENDS:= nxp-pn5xx -PKG_NEEDS:= threads rt c++ +PKG_NEEDS:= threads c++ PKG_URL:= https://github.com/NXPNFCLinux/linux_libnfc-nci PKG_SITES:= https://github.com/NXPNFCLinux/linux_libnfc-nci.git PKG_OPTS:= dev |