mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
packages: remove unneeded _INSTALL_TARGET_OPT definitions
Now that <pkg>_INSTALL_TARGET_OPT always defaults to 'DESTDIR=$(TARGET_DIR) install', we can remove the <pkg>_INSTALL_TARGET_OPT definition from a lot of packages. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
@@ -6,6 +6,5 @@
|
||||
PATCH_VERSION:=2.6
|
||||
PATCH_SOURCE:=patch_$(PATCH_VERSION).orig.tar.gz
|
||||
PATCH_SITE:=$(BR2_DEBIAN_MIRROR)/debian/pool/main/p/patch
|
||||
PATCH_INSTALL_TARGET_OPT=DESTDIR=$(TARGET_DIR) install
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,patch))
|
||||
|
||||
Reference in New Issue
Block a user