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/recipes-graphics/matchbox-wm-2 | |
parent | 5209a73d3be404f194e0f51b13ba9af6f02ae3d8 (diff) | |
download | openembedded-core-818cb805e17243cd6ab12f993cf956712c4da3f7.tar.gz openembedded-core-818cb805e17243cd6ab12f993cf956712c4da3f7.tar.bz2 openembedded-core-818cb805e17243cd6ab12f993cf956712c4da3f7.zip |
matchbox-wm-2: Add license checksum
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/recipes-graphics/matchbox-wm-2')
-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 @@ SECTION = "x11/wm" DESCRIPTION = "Matchbox window manager" -LICENSE = "GPL" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://matchbox/core/mb-wm.h;endline=21;md5=1b1d328a527906350ea7ce7ab1bb7564" + DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pango libxdamage libxcomposite gtk+" PV = "0.0+svnr${SRCREV}" |