From patchwork Thu Dec 29 00:06:56 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe] cramfs: fix license, as it's an "or later" case Date: Thu, 29 Dec 2011 00:06:56 -0000 From: Christopher Larson X-Patchwork-Id: 17757 Message-Id: <1325117216-7835-1-git-send-email-kergoth@gmail.com> To: openembedded-devel@lists.openembedded.org Cc: Christopher Larson From: Christopher Larson Signed-off-by: Christopher Larson --- meta-oe/recipes-support/cramfs/cramfs_cvs.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-oe/recipes-support/cramfs/cramfs_cvs.bb b/meta-oe/recipes-support/cramfs/cramfs_cvs.bb index 667097c..d9b2df4 100644 --- a/meta-oe/recipes-support/cramfs/cramfs_cvs.bb +++ b/meta-oe/recipes-support/cramfs/cramfs_cvs.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Builds cramfs filesystems for embedded systems" -LICENSE = "GPLv2" +LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://${WORKDIR}/linux/COPYING;md5=9579385572eb40eded61dcb07e0038a4" DEPENDS = "zlib" SRCDATE = "20110110"