mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
packages: remove support for documentation on target
This patch removes deprecated symbol BR2_HAVE_DOCUMENTATION and all its usage. Additionally, it removes the now unused BR2_DEPRECATED_SINCE_2012_11. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
f75245d9d0
commit
7164a32632
@@ -9,12 +9,6 @@ LIBBSD_SITE = http://libbsd.freedesktop.org/releases
|
||||
LIBBSD_LICENSE = BSD-3c MIT
|
||||
LIBBSD_LICENSE_FILES = COPYING
|
||||
|
||||
# man-pages are BSD-4c, so that license only matters
|
||||
# if doc is kept in the target rootfs
|
||||
ifeq ($(BR2_HAVE_DOCUMENTATION),y)
|
||||
LIBBSD_LICENSE += (libraries), BSD-4c (documentation)
|
||||
endif
|
||||
|
||||
LIBBSD_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user