[oe-commits] Tom Rini : opkg-utils: Add LICENSE field

git version control git at git.openembedded.org
Thu Jun 30 01:36:39 UTC 2011


Module: openembedded.git
Branch: master
Commit: 0bc40262c9c5eb8f426f6879dc36f1fee5f43365
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=0bc40262c9c5eb8f426f6879dc36f1fee5f43365

Author: Tom Rini <tom_rini at mentor.com>
Date:   Wed Jun 29 18:35:07 2011 -0700

opkg-utils: Add LICENSE field

Quick code check and COPYING file and it's GPLv2 (or later)

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/opkg-utils/opkg-utils_svn.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/recipes/opkg-utils/opkg-utils_svn.bb b/recipes/opkg-utils/opkg-utils_svn.bb
index a8f2cb7..3ddafdb 100644
--- a/recipes/opkg-utils/opkg-utils_svn.bb
+++ b/recipes/opkg-utils/opkg-utils_svn.bb
@@ -2,6 +2,7 @@ DESCRIPTION = "OPKG Package Manager Utilities"
 SECTION = "base"
 HOMEPAGE = "http://wiki.openmoko.org/wiki/Opkg"
 PRIORITY = "optional"
+LICENSE = "GPLv2"
 RDEPENDS_${PN} = "python"
 RDEPENDS_${PN}_virtclass-native = ""
 SRCREV = "4747"





More information about the Openembedded-commits mailing list