From a234ac09c1a4544ff045a8d91eb8e911b657d6fd Mon Sep 17 00:00:00 2001 From: Kevin Tian Date: Fri, 2 Jul 2010 18:17:55 +0800 Subject: [PATCH] apmd: fix metadata Signed-off-by: Kevin Tian --- meta/packages/apmd/apmd_3.2.2.bb | 10 +++++----- 1 file 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 @@ DESCRIPTION = "Set of tools for managing notebook power consumption." SECTION = "base" PRIORITY = "required" +LICENSE = "GPLv2+" DEPENDS = "libtool-cross" -LICENSE = "GPL" PR = "r13" SRC_URI = "${DEBIAN_MIRROR}/main/a/apmd/apmd_${PV}.orig.tar.gz \ - file://debian.patch;patch=1 \ - file://workaround.patch;patch=1 \ - file://unlinux.patch;patch=1 \ - file://libtool.patch;patch=1 \ + file://debian.patch \ + file://workaround.patch \ + file://unlinux.patch \ + file://libtool.patch \ file://init \ file://default \ file://apmd_proxy \