diff options
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/apmd/apmd_3.2.2-14.bb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb b/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb index 5f6fce433f..50d84ec39a 100644 --- a/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb +++ b/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb | |||
@@ -1,12 +1,13 @@ | |||
1 | SUMMARY = "Utilities for Advanced Power Management" | 1 | SUMMARY = "Utilities for Advanced Power Management" |
2 | DESCRIPTION = "The Advanced Power Management (APM) support provides access to \ | 2 | DESCRIPTION = "The Advanced Power Management (APM) support provides \ |
3 | battery status information and a set of tools for managing notebook power \ | 3 | access to battery status information and a set of tools for managing \ |
4 | consumption." | 4 | notebook power consumption." |
5 | HOMEPAGE = "http://apenwarr.ca/apmd/" | ||
5 | SECTION = "base" | 6 | SECTION = "base" |
6 | PRIORITY = "required" | 7 | PRIORITY = "required" |
7 | LICENSE = "GPLv2+" | 8 | LICENSE = "GPLv2+" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
9 | file://apm.h;firstline=6;endline=18;md5=c9a1f79036ab14aa157e15ed75ffd769" | 10 | file://apm.h;firstline=6;endline=18;md5=c9a1f79036ab14aa157e15ed75ffd769" |
10 | DEPENDS = "libtool-cross" | 11 | DEPENDS = "libtool-cross" |
11 | PR = "r1" | 12 | PR = "r1" |
12 | 13 | ||