[oe-commits] Denys Dmytriyenko : obexftp: set the LICENSE to more specific GPLv2/LGPLv2 (not 2.1?)

git version control git at git.openembedded.org
Mon May 17 20:17:00 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 3e6d9e878c06293010eb3c815e28e0798b7dab65
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3e6d9e878c06293010eb3c815e28e0798b7dab65

Author: Denys Dmytriyenko <denis at denix.org>
Date:   Mon May 17 16:15:26 2010 -0400

obexftp: set the LICENSE to more specific GPLv2/LGPLv2 (not 2.1?)

---

 recipes/obexftp/obexftp_0.23.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/obexftp/obexftp_0.23.bb b/recipes/obexftp/obexftp_0.23.bb
index 560d4c0..63ec0e2 100644
--- a/recipes/obexftp/obexftp_0.23.bb
+++ b/recipes/obexftp/obexftp_0.23.bb
@@ -1,8 +1,9 @@
 DESCRIPTION = "OBEX Ftp Client based on openobex."
 SECTION = "console/network"
 HOMEPAGE = "http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp"
-LICENSE = "GPL"
+LICENSE = "GPLv2/LGPLv2"
 DEPENDS = "openobex bluez-libs virtual/libusb0 virtual/libiconv"
+PR = "r1"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/obexftp-${PV}.tar.bz2 \
 	  "





More information about the Openembedded-commits mailing list