All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 0/1] fingerterm: fix build failure for multilib
@ 2015-06-26  7:05 Yi Zhao
  2015-06-26  7:05 ` [meta-oe][PATCH 1/1] fingerterm: fix PN -> BPN " Yi Zhao
  0 siblings, 1 reply; 2+ messages in thread
From: Yi Zhao @ 2015-06-26  7:05 UTC (permalink / raw)
  To: openembedded-devel


The following changes since commit 34dcefb1bfbbac33a771b4b68748e0d9d877365e:

  lvm2: add systemd support (2015-06-23 12:43:12 +0200)

are available in the git repository at:

  git://git.openembedded.org/meta-openembedded-contrib yzhao/fingerterm-fix
  http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=yzhao/fingerterm-fix

Yi Zhao (1):
  fingerterm: fix PN -> BPN for multilib

 meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [meta-oe][PATCH 1/1] fingerterm: fix PN -> BPN for multilib
  2015-06-26  7:05 [meta-oe][PATCH 0/1] fingerterm: fix build failure for multilib Yi Zhao
@ 2015-06-26  7:05 ` Yi Zhao
  0 siblings, 0 replies; 2+ messages in thread
From: Yi Zhao @ 2015-06-26  7:05 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb b/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb
index 155d282..167d141 100644
--- a/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb
+++ b/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb
@@ -17,27 +17,27 @@ SRC_URI = " \
 SRC_URI[md5sum] = "d53b0f463c025583cd52accf95715448"
 SRC_URI[sha256sum] = "c21a07cc411d09739bd7fa248eba2bf96427b3f032382a044b6674dd82d95150"
 
-S = "${WORKDIR}/${PN}"
+S = "${WORKDIR}/${BPN}"
 
 FILES_${PN} = " \
-    ${bindir}/${PN} \
-    ${datadir}/applications/${PN}.desktop \
-    ${datadir}/pixmaps/${PN}.png \
+    ${bindir}/${BPN} \
+    ${datadir}/applications/${BPN}.desktop \
+    ${datadir}/pixmaps/${BPN}.png \
 "
 
 do_install() {
     install -d ${D}${bindir}
-    install -m 0755 ${S}/${PN} ${D}${bindir}
+    install -m 0755 ${S}/${BPN} ${D}${bindir}
 
     sed -i -e '/Exec.*/d' fingerterm.desktop
     sed -i -e '/Icon.*/d' fingerterm.desktop
 
-    echo 'Exec=${bindir}/${PN}' >> fingerterm.desktop
-    echo 'Icon=${PN}' >> fingerterm.desktop
+    echo 'Exec=${bindir}/${BPN}' >> fingerterm.desktop
+    echo 'Icon=${BPN}' >> fingerterm.desktop
 
     install -d ${D}${datadir}/applications
-    install -m 0644 ${S}/${PN}.desktop ${D}${datadir}/applications
+    install -m 0644 ${S}/${BPN}.desktop ${D}${datadir}/applications
 
     install -d ${D}${datadir}/pixmaps
-    install -m 0644 ${S}/${PN}.png ${D}${datadir}/pixmaps
+    install -m 0644 ${S}/${BPN}.png ${D}${datadir}/pixmaps
 }
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-26  7:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-26  7:05 [meta-oe][PATCH 0/1] fingerterm: fix build failure for multilib Yi Zhao
2015-06-26  7:05 ` [meta-oe][PATCH 1/1] fingerterm: fix PN -> BPN " Yi Zhao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.