diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-05-05 14:27:07 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2019-05-05 16:08:27 -0700 |
commit | 6a02fa76b7ab31e9a417f4140a8bf29c61d79289 (patch) | |
tree | b31bf09ef5a008e8fca085abf9779c043c5fcdca /net/linuxptp/Makefile | |
parent | 5e28ab3effb4ebbaf5e324880af230b62267d0d9 (diff) |
linuxptp: Remove false depends
It seems ever since the switch to uClibc-ng, this builds perfectly fine.
Moved PKG_MAINTAINER variable for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/linuxptp/Makefile')
-rw-r--r-- | net/linuxptp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/linuxptp/Makefile b/net/linuxptp/Makefile index 2ba3643e2..d96808159 100644 --- a/net/linuxptp/Makefile +++ b/net/linuxptp/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=linuxptp PKG_VERSION:=2.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 -PKG_MAINTAINER:=Wojciech Dubowik <Wojciech.Dubowik@neratec.com> PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=@SF/$(PKG_NAME)/v$(PKG_VERSION) PKG_HASH:=0a24d9401e87d4af023d201e234d91127d82c350daad93432106284aa9459c7d +PKG_MAINTAINER:=Wojciech Dubowik <Wojciech.Dubowik@neratec.com> PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING @@ -27,7 +27,6 @@ define Package/linuxptp SUBMENU:=Time Synchronization TITLE:=Linux Precision Time Protocol (PTP) daemon URL:=http://linuxptp.sourceforge.net/ - DEPENDS:=@!USE_UCLIBC +librt endef define Package/linuxptp/description |