diff options
| author | Rahul Bedarkar <rahulbedarkar89@gmail.com> | 2017-03-30 19:13:37 +0530 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-01 15:19:13 +0200 |
| commit | 9254f022669e1494e5c6c6ee9a4bed9265a5aaa4 (patch) | |
| tree | 1ab40b460f1913820e6f351ba9de071b9b263281 /package/rpm | |
| parent | 13c72e379b8ff14612b86cee85997842f9523a8b (diff) | |
| download | buildroot-9254f022669e1494e5c6c6ee9a4bed9265a5aaa4.tar.gz buildroot-9254f022669e1494e5c6c6ee9a4bed9265a5aaa4.zip | |
package: use SPDX short identifier for LGPLv2/LGPLv2+
We want to use SPDX identifier for license string as much as possible.
SPDX short identifier for LGPLv2/LGPLv2+ is LGPL-2.0/LGPL-2.0+.
This change is done using following command.
find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/LGPLv2(\+)?/LGPL-2.0\1/g'
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/rpm')
| -rw-r--r-- | package/rpm/rpm.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rpm/rpm.mk b/package/rpm/rpm.mk index d57dd707d1..fdaf27c58c 100644 --- a/package/rpm/rpm.mk +++ b/package/rpm/rpm.mk @@ -9,7 +9,7 @@ RPM_VERSION = $(RPM_VERSION_MAJOR).0.1 RPM_SOURCE = rpm-$(RPM_VERSION).tar.bz2 RPM_SITE = http://ftp.rpm.org/releases/rpm-$(RPM_VERSION_MAJOR).x RPM_DEPENDENCIES = host-pkgconf berkeleydb file popt zlib -RPM_LICENSE = GPL-2.0 or LGPLv2 (library only) +RPM_LICENSE = GPL-2.0 or LGPL-2.0 (library only) RPM_LICENSE_FILES = COPYING RPM_PATCH = \ https://github.com/rpm-software-management/rpm/commit/b5f1895aae096836d6e8e155ee289e1b10fcabcb.patch \ |

