aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2014-08-27 23:10:42 +0200
committerAndreas Oberritter <obi@opendreambox.org>2018-05-07 23:25:22 +0200
commit972b741153e38dd07c7295092c7ccfe6bad79cb4 (patch)
tree4ac809b405757fb849d97026419f5ab73e7b78df
parent57def43588306f07907a888a8c173afab28dbe25 (diff)
downloadopenembedded-core-contrib-972b741153e38dd07c7295092c7ccfe6bad79cb4.tar.gz
dpkg: set license field to more common "GPLv2+"
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
-rw-r--r--meta/recipes-devtools/dpkg/dpkg.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc
index 3b0bf8f3b9..18df061b0a 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)}"