summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Tian <kevin.tian@intel.com>2010-07-02 18:17:55 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-07-02 15:32:42 -0700
commita234ac09c1a4544ff045a8d91eb8e911b657d6fd (patch)
tree3b81b46fa5d74f724827df06a7d5250d71a431e4
parentb1c741031dd64c058c78a8e6ace5c2ecce992d98 (diff)
downloadpoky-a234ac09c1a4544ff045a8d91eb8e911b657d6fd.tar.gz
apmd: fix metadata
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
-rw-r--r--meta/packages/apmd/apmd_3.2.2.bb10
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 @@
1DESCRIPTION = "Set of tools for managing notebook power consumption." 1DESCRIPTION = "Set of tools for managing notebook power consumption."
2SECTION = "base" 2SECTION = "base"
3PRIORITY = "required" 3PRIORITY = "required"
4LICENSE = "GPLv2+"
4DEPENDS = "libtool-cross" 5DEPENDS = "libtool-cross"
5LICENSE = "GPL"
6PR = "r13" 6PR = "r13"
7 7
8SRC_URI = "${DEBIAN_MIRROR}/main/a/apmd/apmd_${PV}.orig.tar.gz \ 8SRC_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 \