From 972b741153e38dd07c7295092c7ccfe6bad79cb4 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Wed, 27 Aug 2014 23:10:42 +0200 Subject: [PATCH] dpkg: set license field to more common "GPLv2+" Signed-off-by: Andreas Oberritter --- meta/recipes-devtools/dpkg/dpkg.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index 3b0bf8f3b99..18df061b0aa 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc +++ b/meta/recipes-devtools/dpkg/dpkg.inc @@ -1,6 +1,6 @@ SUMMARY = "Package maintenance system from Debian" -LICENSE = "GPLv2.0+" SECTION = "base" +LICENSE = "GPLv2+" DEPENDS = "perl" DEPENDS_append_class-native = " bzip2-replacement-native ${@bb.utils.contains('PACKAGECONFIG', 'update-alternatives', '', 'virtual/update-alternatives-native', d)}" PROVIDES = "${@bb.utils.contains('PACKAGECONFIG', 'update-alternatives', 'virtual/update-alternatives', '', d)}" -- 2.47.2