From 574c14f370fdc1c8c12968766775274a07119f33 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sat, 15 Oct 2016 10:15:53 +0200 Subject: [PATCH] core/legal-info: save empty string when no license file This is stored in the manifest file; it is perfectly possible to have empty fields in there. Signed-off-by: "Yann E. MORIN" Cc: Luca Ceresoli Cc: Thomas Petazzoni Reviewed-by: Luca Ceresoli Signed-off-by: Thomas Petazzoni --- package/pkg-generic.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/package/pkg-generic.mk b/package/pkg-generic.mk index 1a37b12580..12ae86f08e 100644 --- a/package/pkg-generic.mk +++ b/package/pkg-generic.mk @@ -779,7 +779,6 @@ endif ifneq ($$($(2)_LICENSE_FILES),) $(2)_MANIFEST_LICENSE_FILES = $$($(2)_LICENSE_FILES) endif -$(2)_MANIFEST_LICENSE_FILES ?= not saved # We need to extract and patch a package to be able to retrieve its # license files (if any) and the list of patches applied to it (if -- 2.30.2