diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-04-10 02:29:57 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-13 22:33:20 +0100 |
commit | f225880ac4825a5ebce712e2757f987a5317b40f (patch) | |
tree | 740eef67ba4dc1c3fe06ea8476e25be975c7c07e /meta/recipes-bsp | |
parent | acaf702cf209b43f69e23a7d89c3d093178788bc (diff) | |
download | poky-f225880ac4825a5ebce712e2757f987a5317b40f.tar.gz |
apmd: remove libapm-dev and libapm-staticdev from PACKAGES
There should be only one dev and dbg package.
(From OE-Core rev: 4e6a03256ac527c69022a7136ca5c3cde2a8fc36)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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*" |