aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2012-05-14 10:46:40 -0500
committerChase Maupin <Chase.Maupin@ti.com>2012-05-21 09:21:08 -0500
commite4638392df571dc8717eda05e5e5848f2676c98e (patch)
treec685976db57e7272a21159358e6ee59a3a77e62b
parentb0d88ae7dfe1e63ae1cc53a03c721acb60565458 (diff)
downloadopenembedded-e4638392df571dc8717eda05e5e5848f2676c98e.tar.gz
cups: Update LICENSE field version to GPLv2 and LGPLv2
* Updated LICENSE field version from generic GPL/LGPL to GPLv2 and LGPLv2 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
-rw-r--r--recipes/cups/cups_1.2.12.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/cups/cups_1.2.12.bb b/recipes/cups/cups_1.2.12.bb
index 1b06a53a54..c7114898ab 100644
--- a/recipes/cups/cups_1.2.12.bb
+++ b/recipes/cups/cups_1.2.12.bb
@@ -1,9 +1,9 @@
DESCRIPTION = "An Internet printing system for Unix."
SECTION = "console/utils"
-LICENSE = "GPL LGPL"
+LICENSE = "GPLv2 LGPLv2"
DEPENDS = "gnutls jpeg dbus dbus-glib libpng zlib fakeroot-native"
-PR = "r8"
+PR = "r9"
SRC_URI = "ftp://ftp.easysw.com/pub/cups/${PV}/cups-${PV}-source.tar.bz2 \
file://0001-cups-desktop-fix-cups-desktop-file.patch \