diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-13 12:04:58 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-13 12:04:58 +0100 |
commit | b5afae0e5bdff8613cb8fb781d40f7a230966c24 (patch) | |
tree | 6f146c47faffda8a9bdab89a58a7e2a60c98cf97 /recipes-graphics/directfb/directfb.inc | |
parent | 49cda5dd66944b6c69338eb6657bc6c17ad8fe13 (diff) | |
download | meta-openembedded-b5afae0e5bdff8613cb8fb781d40f7a230966c24.tar.gz |
directfb: add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-graphics/directfb/directfb.inc')
-rw-r--r-- | recipes-graphics/directfb/directfb.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-graphics/directfb/directfb.inc b/recipes-graphics/directfb/directfb.inc index d07d58c113..ca22d24e76 100644 --- a/recipes-graphics/directfb/directfb.inc +++ b/recipes-graphics/directfb/directfb.inc | |||
@@ -4,7 +4,9 @@ abstraction, an integrated windowing system with support for \ | |||
4 | translucent windows and multiple display layers on top of the \ | 4 | translucent windows and multiple display layers on top of the \ |
5 | Linux framebuffer device." | 5 | Linux framebuffer device." |
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | LICENSE = "LGPL" | 7 | LICENSE = "LGPLv2.1" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=dcf3c825659e82539645da41a7908589" | ||
9 | |||
8 | HOMEPAGE = "http://directfb.org" | 10 | HOMEPAGE = "http://directfb.org" |
9 | DEPENDS = "jpeg libpng freetype zlib tslib" | 11 | DEPENDS = "jpeg libpng freetype zlib tslib" |
10 | 12 | ||