aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-06-29 18:35:07 -0700
committerTom Rini <tom_rini@mentor.com>2011-06-29 18:35:07 -0700
commit0bc40262c9c5eb8f426f6879dc36f1fee5f43365 (patch)
tree6c4ea7b3f564b401bc3cdc9e92a7fbe4156f89c8
parentd8f645c96f4239c0a69ebc4da67c7f2f67cf895a (diff)
downloadopenembedded-0bc40262c9c5eb8f426f6879dc36f1fee5f43365.tar.gz
opkg-utils: Add LICENSE field
Quick code check and COPYING file and it's GPLv2 (or later) Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r--recipes/opkg-utils/opkg-utils_svn.bb1
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 a8f2cb7eb0..3ddafdba54 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"