summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2015-05-08 15:42:22 +0800
committerArmin Kuster <akuster808@gmail.com>2015-08-03 09:06:59 -0700
commiteb2c61cac71df10a12985ca5319c63647eec1cce (patch)
treea472a6968c7e40887a66d6b48e7a53b9e56c5f7c
parent618a56c2de23fc8db93d772b38caaeff953f49d9 (diff)
downloadmeta-openembedded-eb2c61cac71df10a12985ca5319c63647eec1cce.tar.gz
gpsd: fix PN -> BPN for multilib
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-navigation/gpsd/gpsd_3.10.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.10.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.10.bb
index 93cf1aec7..b37fc1587 100644
--- a/meta-oe/recipes-navigation/gpsd/gpsd_3.10.bb
+++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.10.bb
@@ -85,8 +85,8 @@ do_install_append() {
85 85
86 #support for systemd 86 #support for systemd
87 install -d ${D}${systemd_unitdir}/system/ 87 install -d ${D}${systemd_unitdir}/system/
88 install -m 0644 ${WORKDIR}/${PN}.service ${D}${systemd_unitdir}/system/${PN}.service 88 install -m 0644 ${WORKDIR}/${BPN}.service ${D}${systemd_unitdir}/system/${BPN}.service
89 install -m 0644 ${S}/systemd/${PN}.socket ${D}${systemd_unitdir}/system/${PN}.socket 89 install -m 0644 ${S}/systemd/${BPN}.socket ${D}${systemd_unitdir}/system/${BPN}.socket
90} 90}
91 91
92pkg_postinst_${PN}-conf() { 92pkg_postinst_${PN}-conf() {