gpsd: fix PN -> BPN for multilib

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
This commit is contained in:
Yi Zhao
2015-05-08 15:42:22 +08:00
committed by Martin Jansa
parent 766060bbad
commit faa8cd3035

View File

@@ -85,8 +85,8 @@ do_install_append() {
#support for systemd #support for systemd
install -d ${D}${systemd_unitdir}/system/ install -d ${D}${systemd_unitdir}/system/
install -m 0644 ${WORKDIR}/${PN}.service ${D}${systemd_unitdir}/system/${PN}.service install -m 0644 ${WORKDIR}/${BPN}.service ${D}${systemd_unitdir}/system/${BPN}.service
install -m 0644 ${S}/systemd/${PN}.socket ${D}${systemd_unitdir}/system/${PN}.socket install -m 0644 ${S}/systemd/${BPN}.socket ${D}${systemd_unitdir}/system/${BPN}.socket
} }
pkg_postinst_${PN}-conf() { pkg_postinst_${PN}-conf() {