[oe-commits] Yi Zhao : gpsd: fix PN -> BPN for multilib

git at git.openembedded.org git at git.openembedded.org
Wed May 13 12:42:08 UTC 2015


Module: meta-openembedded.git
Branch: master
Commit: faa8cd3035b42b073e1d81fe53f9149fce91d0cb
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=faa8cd3035b42b073e1d81fe53f9149fce91d0cb

Author: Yi Zhao <yi.zhao at windriver.com>
Date:   Fri May  8 15:42:22 2015 +0800

gpsd: fix PN -> BPN for multilib

Signed-off-by: Yi Zhao <yi.zhao at windriver.com>

---

 meta-oe/recipes-navigation/gpsd/gpsd_3.10.bb | 4 ++--
 1 file 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 93cf1ae..b37fc15 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() {
 
     #support for systemd
     install -d ${D}${systemd_unitdir}/system/
-    install -m 0644 ${WORKDIR}/${PN}.service ${D}${systemd_unitdir}/system/${PN}.service
-    install -m 0644 ${S}/systemd/${PN}.socket ${D}${systemd_unitdir}/system/${PN}.socket
+    install -m 0644 ${WORKDIR}/${BPN}.service ${D}${systemd_unitdir}/system/${BPN}.service
+    install -m 0644 ${S}/systemd/${BPN}.socket ${D}${systemd_unitdir}/system/${BPN}.socket
 }
 
 pkg_postinst_${PN}-conf() {



More information about the Openembedded-commits mailing list