From 5a7148d112113544611ee358a7d062cec85c1629 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 12 Oct 2020 17:40:44 -0700 Subject: [PATCH] treewide: add missing BUILDONLY Fixes Makefile warnings: WARNING: skipping X -- package has no install section Signed-off-by: Rosen Penev --- libs/libcups/Makefile | 1 + libs/libevhtp/Makefile | 1 + libs/libowfat/Makefile | 1 + libs/libtorrent/Makefile | 1 + libs/nacl/Makefile | 1 + libs/redis/Makefile | 1 + libs/spice-protocol/Makefile | 1 + net/lksctp-tools/Makefile | 1 + net/net-snmp/Makefile | 1 + utils/sane-backends/Makefile | 1 + 10 files changed, 10 insertions(+) diff --git a/libs/libcups/Makefile b/libs/libcups/Makefile index 1966b0bcd..8d81ea379 100644 --- a/libs/libcups/Makefile +++ b/libs/libcups/Makefile @@ -33,6 +33,7 @@ $(call Package/cups/Default) CATEGORY:=Libraries DEPENDS:=+zlib +libpthread +libpng +libjpeg +libusb-1.0 TITLE:=Common UNIX Printing System - Core library + BUILDONLY:=1 endef define Package/libcups/description diff --git a/libs/libevhtp/Makefile b/libs/libevhtp/Makefile index 772c6d5bc..8065d40ed 100644 --- a/libs/libevhtp/Makefile +++ b/libs/libevhtp/Makefile @@ -38,6 +38,7 @@ define Package/libevhtp CATEGORY:=Libraries TITLE:=A more flexible replacement for libevent's httpd API URL:=https://github.com/criticalstack/libevhtp + BUILDONLY:=1 endef define Package/libevhtp/description diff --git a/libs/libowfat/Makefile b/libs/libowfat/Makefile index 99060644f..7f7c4534f 100644 --- a/libs/libowfat/Makefile +++ b/libs/libowfat/Makefile @@ -28,6 +28,7 @@ define Package/libowfat CATEGORY:=Libraries TITLE:=reimplemented libdjb under GPL URL:=https://www.fefe.de/libowfat/ + BUILDONLY:=1 endef define Build/Configure 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 diff --git a/libs/nacl/Makefile b/libs/nacl/Makefile index bfe71865e..53b76befe 100644 --- a/libs/nacl/Makefile +++ b/libs/nacl/Makefile @@ -27,6 +27,7 @@ define Package/nacl CATEGORY:=Libraries TITLE:=NaCl Networking and Cryptography library URL:=http://nacl.cace-project.eu/ + BUILDONLY:=1 endef define Build/Compile diff --git a/libs/redis/Makefile b/libs/redis/Makefile index e9f694f81..330ec9b4a 100644 --- a/libs/redis/Makefile +++ b/libs/redis/Makefile @@ -54,6 +54,7 @@ define Package/redis-full $(call Package/redis/Default) TITLE:=All Redis binaries (server,cli and utils) DEPENDS:=+redis-utils +redis-cli + BUILDONLY:=1 endef define Package/redis-full/description diff --git a/libs/spice-protocol/Makefile b/libs/spice-protocol/Makefile index 51cda9eae..49059f861 100644 --- a/libs/spice-protocol/Makefile +++ b/libs/spice-protocol/Makefile @@ -29,6 +29,7 @@ define Package/spice-protocol CATEGORY:=Libraries TITLE:=SPICE - headers defining protocols URL:=https://www.spice-space.org/index.html + BUILDONLY:=1 endef define Build/InstallDev diff --git a/net/lksctp-tools/Makefile b/net/lksctp-tools/Makefile index 5a89aa370..a57c336d6 100644 --- a/net/lksctp-tools/Makefile +++ b/net/lksctp-tools/Makefile @@ -45,6 +45,7 @@ define Package/sctp $(call Package/lksctp-tools/Default) TITLE+= (meta) DEPENDS:=+libsctp +sctp-tools + BUILDONLY:=1 endef define Package/sctp-tools diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index d5dafb546..75a80cc96 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -100,6 +100,7 @@ define Package/snmpd-static $(call Package/net-snmp/Default) DEPENDS:=+snmpd TITLE:=Open source SNMP implementation (daemon) + BUILDONLY:=1 endef diff --git a/utils/sane-backends/Makefile b/utils/sane-backends/Makefile index b85e48742..4783eff8f 100644 --- a/utils/sane-backends/Makefile +++ b/utils/sane-backends/Makefile @@ -43,6 +43,7 @@ $(call Package/sane-backends/Default) CATEGORY:=Utilities TITLE+= (drivers) DEPENDS:=+ALL:sane-backends-all + BUILDONLY:=1 endef define Package/sane-backends/description