diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2010-11-26 22:53:19 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:53 -0800 |
commit | 818cb805e17243cd6ab12f993cf956712c4da3f7 (patch) | |
tree | 94b778f4fe84ace8e9e9fdf36a7890fef87599b2 /meta | |
parent | 5209a73d3be404f194e0f51b13ba9af6f02ae3d8 (diff) | |
download | poky-818cb805e17243cd6ab12f993cf956712c4da3f7.tar.gz |
matchbox-wm-2: Add license checksum
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_svn.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_svn.bb b/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_svn.bb index f67e06083e..9c5cd939b5 100644 --- a/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_svn.bb +++ b/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_svn.bb | |||
@@ -1,6 +1,8 @@ | |||
1 | SECTION = "x11/wm" | 1 | SECTION = "x11/wm" |
2 | DESCRIPTION = "Matchbox window manager" | 2 | DESCRIPTION = "Matchbox window manager" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPLv2+" |
4 | LIC_FILES_CHKSUM = "file://matchbox/core/mb-wm.h;endline=21;md5=1b1d328a527906350ea7ce7ab1bb7564" | ||
5 | |||
4 | DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pango libxdamage libxcomposite gtk+" | 6 | DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pango libxdamage libxcomposite gtk+" |
5 | 7 | ||
6 | PV = "0.0+svnr${SRCREV}" | 8 | PV = "0.0+svnr${SRCREV}" |