diff options
-rw-r--r-- | apmd/apmd_3.2.2.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apmd/apmd_3.2.2.oe b/apmd/apmd_3.2.2.oe index 49fc929759..592fb1c6ad 100644 --- a/apmd/apmd_3.2.2.oe +++ b/apmd/apmd_3.2.2.oe @@ -1,14 +1,14 @@ PR = "r1" SECTION = "base" PRIORITY = "required" -MAINTAINER = "Greg Gilbert <greg@treke.net>" DEPENDS = "libtool-cross" DESCRIPTION = "Set of tools for managing notebook power consumption." -PACKAGES =+ "libapm libapm-dev " +PACKAGES =+ "libapm libapm-dev apm" FILES_libapm = "${libdir}/libapm.so.*" FILES_libapm-dev = "${libdir}/libapm.* ${includedir}" +FILES_apm = "${bindir}/apm*" SRC_URI = "${DEBIAN_MIRROR}/main/a/apmd/apmd_${PV}.orig.tar.gz; \ file://debian.patch;patch=1 \ |