From a8727ea41b9b690b92701d47c7eead98fc6b46f9 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 8 Oct 2011 01:39:24 +0000 Subject: [PATCH] ldconfig-native: Change the license field The license should be GPLv2+ (From meta-openembedded rev: 2f04e069cba8d2a9fc9e640e8ddccc5929abff11) Signed-off-by: Khem Raj Signed-off-by: Koen Kooi Signed-off-by: Patrick Ohly --- .../meta-oe/recipes-core/eglibc/ldconfig-native_2.12.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-openembedded/meta-oe/recipes-core/eglibc/ldconfig-native_2.12.1.bb b/meta-openembedded/meta-oe/recipes-core/eglibc/ldconfig-native_2.12.1.bb index 00edb6e..2a93913 100644 --- a/meta-openembedded/meta-oe/recipes-core/eglibc/ldconfig-native_2.12.1.bb +++ b/meta-openembedded/meta-oe/recipes-core/eglibc/ldconfig-native_2.12.1.bb @@ -1,6 +1,6 @@ DESCRIPTION = "A standalone native ldconfig build" -LICENSE = "GPLv2.1" +LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://${S}/ldconfig.c;endline=17;md5=1d15f20937c055cb5de2329a4c054399" @@ -12,7 +12,7 @@ SRC_URI = "file://ldconfig-native-2.12.1.tar.bz2 \ file://flag_fix.patch \ file://endianess-header.patch" -PR = "r1" +PR = "r2" inherit native -- 2.7.4