diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-12-15 15:20:24 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-21 17:16:28 +0000 |
commit | c6ecaf5eb7a1a5d273cd1b4b4d463c1652acce6a (patch) | |
tree | ba250ca45fd19b4913a98c82209e0fdb2d0a0943 /meta/recipes-graphics | |
parent | 58cfa4f224257d4b0212494cc52ff2d418bbf9eb (diff) | |
download | poky-c6ecaf5eb7a1a5d273cd1b4b4d463c1652acce6a.tar.gz |
matchbox-wm: clarify LICENSE as GPLv2.0
(From OE-Core rev: 29ba6386f26991ae0f8ee02242ea5db8257f5971)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb b/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb index 63829ecba8..84b966a743 100644 --- a/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb +++ b/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SECTION = "x11/wm" | 1 | SECTION = "x11/wm" |
2 | DESCRIPTION = "Matchbox window manager" | 2 | DESCRIPTION = "Matchbox window manager" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPLv2.0+" |
4 | DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes xdamage libxrender startup-notification expat" | 4 | DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes xdamage libxrender startup-notification expat" |
5 | PR = "r4" | 5 | PR = "r4" |
6 | 6 | ||