diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2010-06-25 15:08:26 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-30 13:11:26 +0100 |
commit | 53556dd2934d2e4f15e2ca6892fca555ea1206f6 (patch) | |
tree | 735bcefd45e2959cd07ef1eccddd8af2e0088539 /meta/packages/screenshot/screenshot_svn.bb | |
parent | 99d883f81a2e7a4c5c69541cb229c0f699fcb22a (diff) | |
download | poky-53556dd2934d2e4f15e2ca6892fca555ea1206f6.tar.gz |
screenshot: Update to svn_r292
Also fix the meta data
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/packages/screenshot/screenshot_svn.bb')
-rw-r--r-- | meta/packages/screenshot/screenshot_svn.bb | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/meta/packages/screenshot/screenshot_svn.bb b/meta/packages/screenshot/screenshot_svn.bb index 797ca6d402..a95ba2d54d 100644 --- a/meta/packages/screenshot/screenshot_svn.bb +++ b/meta/packages/screenshot/screenshot_svn.bb | |||
@@ -1,4 +1,12 @@ | |||
1 | LICENSE = "GPLv2" | 1 | DESCRIPTION = "An ultra-simple screen capture utility, aimed at handheld devices" |
2 | HOMEPAGE = "http://www.o-hand.com" | ||
3 | BUGTRACKER = "http://bugzilla.openedhand.com/" | ||
4 | |||
5 | LICENSE = "GPLv2 & GPLv2+" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
7 | file://main.c;endline=9;md5=023e14d6404d0a961eb97cbd011fc141 \ | ||
8 | file://screenshot-ui.h;endline=9;md5=638d9ffa83e9325a36df224166ed6ad0" | ||
9 | |||
2 | PRIORITY = "optional" | 10 | PRIORITY = "optional" |
3 | DEPENDS = "matchbox-panel-2" | 11 | DEPENDS = "matchbox-panel-2" |
4 | PV = "0.0+svnr${SRCREV}" | 12 | PV = "0.0+svnr${SRCREV}" |