From 5a7148d112113544611ee358a7d062cec85c1629 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 12 Oct 2020 17:40:44 -0700 Subject: treewide: add missing BUILDONLY Fixes Makefile warnings: WARNING: skipping X -- package has no install section Signed-off-by: Rosen Penev --- libs/libtorrent/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/libtorrent') diff --git a/libs/libtorrent/Makefile b/libs/libtorrent/Makefile index 15b018d70..111618120 100644 --- a/libs/libtorrent/Makefile +++ b/libs/libtorrent/Makefile @@ -31,6 +31,7 @@ define Package/libtorrent TITLE:=Rakshasa's BitTorrent library URL:=https://rakshasa.github.io/rtorrent/ DEPENDS:=+libopenssl +libstdcpp +zlib + BUILDONLY:=1 endef define Package/libtorrent/description -- cgit v1.2.3