From: Andreas Oberritter Date: Wed, 27 Aug 2014 21:10:42 +0000 (+0200) Subject: dpkg: set license field to more common "GPLv2+" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=972b741153e38dd07c7295092c7ccfe6bad79cb4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git dpkg: set license field to more common "GPLv2+" Signed-off-by: Andreas Oberritter --- 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)}"