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 \