diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-06-25 15:33:23 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-30 13:12:54 +0100 |
commit | 71ba0a8536641030a571549031178a793cb8c719 (patch) | |
tree | a677363caebe2d4ad9d2b25542727f8eb2e8168f /meta/packages/irda-utils | |
parent | a1fb73e5883b3f4353845f4b5c927093885a85c0 (diff) | |
download | poky-71ba0a8536641030a571549031178a793cb8c719.tar.gz |
irda-utils_0.9.18.bb: Fix recipe metadata
Fix LICENSE information
Add HOMEPAGE, BUGTRACKER, and LIC_FILES_CHKSUM
Use blank space to replace the tab
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/packages/irda-utils')
-rw-r--r-- | meta/packages/irda-utils/irda-utils_0.9.18.bb | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/meta/packages/irda-utils/irda-utils_0.9.18.bb b/meta/packages/irda-utils/irda-utils_0.9.18.bb index 25be0fe84d..9ef8a59fb4 100644 --- a/meta/packages/irda-utils/irda-utils_0.9.18.bb +++ b/meta/packages/irda-utils/irda-utils_0.9.18.bb | |||
@@ -1,12 +1,18 @@ | |||
1 | DESCRIPTION = "Provides common files needed to use IrDA. \ | 1 | DESCRIPTION = "Provides common files needed to use IrDA. \ |
2 | IrDA allows communication over Infrared with other devices \ | 2 | IrDA allows communication over Infrared with other devices \ |
3 | such as phones and laptops." | 3 | such as phones and laptops." |
4 | HOMEPAGE = "http://irda.sourceforge.net/" | ||
5 | BUGTRACKER = "irda-users@lists.sourceforge.net" | ||
4 | SECTION = "base" | 6 | SECTION = "base" |
5 | LICENSE = "GPL" | 7 | LICENSE = "GPLv2+" |
8 | LIC_FILES_CHKSUM = "file://irdadump/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
9 | file://smcinit/COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | ||
10 | file://man/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
11 | file://irdadump/irdadump.c;beginline=1;endline=24;md5=d78b9dce3cd78c2220250c9c7a2be178" | ||
6 | PR = "r0" | 12 | PR = "r0" |
7 | 13 | ||
8 | SRC_URI = "${SOURCEFORGE_MIRROR}/irda/irda-utils-${PV}.tar.gz \ | 14 | SRC_URI = "${SOURCEFORGE_MIRROR}/irda/irda-utils-${PV}.tar.gz \ |
9 | file://init" | 15 | file://init" |
10 | 16 | ||
11 | export SYS_INCLUDES="-I${STAGING_INCDIR}" | 17 | export SYS_INCLUDES="-I${STAGING_INCDIR}" |
12 | 18 | ||
@@ -16,8 +22,8 @@ INITSCRIPT_NAME = "irattach" | |||
16 | INITSCRIPT_PARAMS = "defaults 20" | 22 | INITSCRIPT_PARAMS = "defaults 20" |
17 | 23 | ||
18 | do_compile () { | 24 | do_compile () { |
19 | oe_runmake -e -C irattach | 25 | oe_runmake -e -C irattach |
20 | oe_runmake -e -C irdaping | 26 | oe_runmake -e -C irdaping |
21 | } | 27 | } |
22 | 28 | ||
23 | do_install () { | 29 | do_install () { |