diff options
author | Denys Dmytriyenko <denis@denix.org> | 2010-05-17 16:15:26 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2010-05-17 16:15:26 -0400 |
commit | 3e6d9e878c06293010eb3c815e28e0798b7dab65 (patch) | |
tree | cf45f3d3dfb73a7a024bcdf97eca940d68d1c1b5 | |
parent | 4b2cf232f85d3f7f98f513cfbe6d70a886f0ed8f (diff) |
obexftp: set the LICENSE to more specific GPLv2/LGPLv2 (not 2.1?)
-rw-r--r-- | 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 560d4c09ab..63ec0e2770 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 \ " |