]> code.ossystems Code Review - openembedded-core.git/commitdiff
apmd: fix metadata
authorKevin Tian <kevin.tian@intel.com>
Fri, 2 Jul 2010 10:17:55 +0000 (18:17 +0800)
committerSaul Wold <Saul.Wold@intel.com>
Fri, 2 Jul 2010 22:32:42 +0000 (15:32 -0700)
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
meta/packages/apmd/apmd_3.2.2.bb

index 288413f8d71a4d0165c9f5ce271bbf0af1953436..821f0855f9117ac3cdf69b6417225959068ddf07 100644 (file)
@@ -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 \