diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2015-05-08 15:42:22 +0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2015-08-03 09:06:59 -0700 |
| commit | eb2c61cac71df10a12985ca5319c63647eec1cce (patch) | |
| tree | a472a6968c7e40887a66d6b48e7a53b9e56c5f7c /meta-oe | |
| parent | 618a56c2de23fc8db93d772b38caaeff953f49d9 (diff) | |
| download | meta-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>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-navigation/gpsd/gpsd_3.10.bb | 4 |
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 93cf1aec72..b37fc15874 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 | ||
| 92 | pkg_postinst_${PN}-conf() { | 92 | pkg_postinst_${PN}-conf() { |
