Browse Source

treewide: add missing BUILDONLY

Fixes Makefile warnings:

WARNING: skipping X -- package has no install section

Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev 4 years ago
parent
commit
5a7148d112
No known key found for this signature in database GPG Key ID: 36D31CFA845F0E3B
10 changed files with 10 additions and 0 deletions
  1. +1
    -0
      libs/libcups/Makefile
  2. +1
    -0
      libs/libevhtp/Makefile
  3. +1
    -0
      libs/libowfat/Makefile
  4. +1
    -0
      libs/libtorrent/Makefile
  5. +1
    -0
      libs/nacl/Makefile
  6. +1
    -0
      libs/redis/Makefile
  7. +1
    -0
      libs/spice-protocol/Makefile
  8. +1
    -0
      net/lksctp-tools/Makefile
  9. +1
    -0
      net/net-snmp/Makefile
  10. +1
    -0
      utils/sane-backends/Makefile

+ 1
- 0
libs/libcups/Makefile View File

@ -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


+ 1
- 0
libs/libevhtp/Makefile View File

@ -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


+ 1
- 0
libs/libowfat/Makefile View File

@ -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


+ 1
- 0
libs/libtorrent/Makefile View File

@ -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


+ 1
- 0
libs/nacl/Makefile View File

@ -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


+ 1
- 0
libs/redis/Makefile View File

@ -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


+ 1
- 0
libs/spice-protocol/Makefile View File

@ -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


+ 1
- 0
net/lksctp-tools/Makefile View File

@ -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


+ 1
- 0
net/net-snmp/Makefile View File

@ -100,6 +100,7 @@ define Package/snmpd-static
$(call Package/net-snmp/Default)
DEPENDS:=+snmpd
TITLE:=Open source SNMP implementation (daemon)
BUILDONLY:=1
endef


+ 1
- 0
utils/sane-backends/Makefile View File

@ -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


Loading…
Cancel
Save