diff options
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/apmd/apmd_3.2.2-14.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb b/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb index ab7de65cf0..65dd01b229 100644 --- a/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb +++ b/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb | |||
@@ -74,9 +74,7 @@ do_install() { | |||
74 | -e 's,@SBINDIR@,${sbindir},g' ${D}${systemd_unitdir}/system/apmd.service | 74 | -e 's,@SBINDIR@,${sbindir},g' ${D}${systemd_unitdir}/system/apmd.service |
75 | } | 75 | } |
76 | 76 | ||
77 | PACKAGES =+ "libapm libapm-dev libapm-staticdev apm" | 77 | PACKAGES =+ "libapm apm" |
78 | 78 | ||
79 | FILES_libapm = "${libdir}/libapm${SOLIBS}" | 79 | FILES_libapm = "${libdir}/libapm${SOLIBS}" |
80 | FILES_libapm-dev = "${libdir}/libapm${SOLIBSDEV} ${includedir} ${libdir}/libapm.la" | ||
81 | FILES_libapm-staticdev = "${libdir}/libapm.a" | ||
82 | FILES_apm = "${bindir}/apm*" | 80 | FILES_apm = "${bindir}/apm*" |