diff options
author | Kevin Tian <kevin.tian@intel.com> | 2010-07-02 18:17:55 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-07-02 15:32:42 -0700 |
commit | a234ac09c1a4544ff045a8d91eb8e911b657d6fd (patch) | |
tree | 3b81b46fa5d74f724827df06a7d5250d71a431e4 /meta/packages/apmd/apmd_3.2.2.bb | |
parent | b1c741031dd64c058c78a8e6ace5c2ecce992d98 (diff) | |
download | poky-a234ac09c1a4544ff045a8d91eb8e911b657d6fd.tar.gz |
apmd: fix metadata
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta/packages/apmd/apmd_3.2.2.bb')
-rw-r--r-- | meta/packages/apmd/apmd_3.2.2.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/packages/apmd/apmd_3.2.2.bb b/meta/packages/apmd/apmd_3.2.2.bb index 288413f8d7..821f0855f9 100644 --- a/meta/packages/apmd/apmd_3.2.2.bb +++ b/meta/packages/apmd/apmd_3.2.2.bb | |||
@@ -1,15 +1,15 @@ | |||
1 | DESCRIPTION = "Set of tools for managing notebook power consumption." | 1 | DESCRIPTION = "Set of tools for managing notebook power consumption." |
2 | SECTION = "base" | 2 | SECTION = "base" |
3 | PRIORITY = "required" | 3 | PRIORITY = "required" |
4 | LICENSE = "GPLv2+" | ||
4 | DEPENDS = "libtool-cross" | 5 | DEPENDS = "libtool-cross" |
5 | LICENSE = "GPL" | ||
6 | PR = "r13" | 6 | PR = "r13" |
7 | 7 | ||
8 | SRC_URI = "${DEBIAN_MIRROR}/main/a/apmd/apmd_${PV}.orig.tar.gz \ | 8 | SRC_URI = "${DEBIAN_MIRROR}/main/a/apmd/apmd_${PV}.orig.tar.gz \ |
9 | file://debian.patch;patch=1 \ | 9 | file://debian.patch \ |
10 | file://workaround.patch;patch=1 \ | 10 | file://workaround.patch \ |
11 | file://unlinux.patch;patch=1 \ | 11 | file://unlinux.patch \ |
12 | file://libtool.patch;patch=1 \ | 12 | file://libtool.patch \ |
13 | file://init \ | 13 | file://init \ |
14 | file://default \ | 14 | file://default \ |
15 | file://apmd_proxy \ | 15 | file://apmd_proxy \ |