diff options
author | Denys Dmytriyenko <denis@denix.org> | 2010-03-15 17:35:11 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2010-03-15 17:35:11 -0400 |
commit | 588268fcc052c909151ae1003db4c1f532ae2898 (patch) | |
tree | d9c37efa6d29619eb4ce97281b8e81ac676043a5 /recipes | |
parent | 3017a22545c1cc0558b84cfc69fef3f9cadf6fd9 (diff) |
opkg: update LICENSE to more specific GPLv2
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/opkg/opkg.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/opkg/opkg.inc b/recipes/opkg/opkg.inc index b317de4cc3..4442102b51 100644 --- a/recipes/opkg/opkg.inc +++ b/recipes/opkg/opkg.inc @@ -1,7 +1,7 @@ DESCRIPTION = "Opkg Package Manager" DESCRIPTION_libopkg = "Opkg Package Manager Library" SECTION = "base" -LICENSE = "GPL" +LICENSE = "GPLv2" DEPENDS = "curl gpgme" PV = "0.1.6+svnr${SRCPV}" INC_PR = "r20" |