All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] bootchart2-native: correct python3 path
@ 2016-12-21  6:32 kai.kang
  2016-12-21  6:32 ` [PATCH 1/1] " kai.kang
  0 siblings, 1 reply; 2+ messages in thread
From: kai.kang @ 2016-12-21  6:32 UTC (permalink / raw)
  To: openembedded-core

From: Kai Kang <kai.kang@windriver.com>

The following changes since commit 8ccf396c7284acd7e0fdf95473d317d23d05475f:

  Revert "selftest/wic: extending test coverage for WIC script options" (2016-12-20 17:06:38 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib kangkai/bootchart2
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/bootchart2

Kai Kang (1):
  bootchart2-native: correct python3 path

 meta/recipes-devtools/bootchart2/bootchart2_0.14.8.bb | 4 ++++
 1 file changed, 4 insertions(+)

-- 
2.10.1



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

* [PATCH 1/1] bootchart2-native: correct python3 path
  2016-12-21  6:32 [PATCH 0/1] bootchart2-native: correct python3 path kai.kang
@ 2016-12-21  6:32 ` kai.kang
  0 siblings, 0 replies; 2+ messages in thread
From: kai.kang @ 2016-12-21  6:32 UTC (permalink / raw)
  To: openembedded-core

From: Kai Kang <kai.kang@windriver.com>

Correct python3 path in script pybootchartgui from bootchart2-native.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 meta/recipes-devtools/bootchart2/bootchart2_0.14.8.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta/recipes-devtools/bootchart2/bootchart2_0.14.8.bb b/meta/recipes-devtools/bootchart2/bootchart2_0.14.8.bb
index 4f01734..dfd3c09 100644
--- a/meta/recipes-devtools/bootchart2/bootchart2_0.14.8.bb
+++ b/meta/recipes-devtools/bootchart2/bootchart2_0.14.8.bb
@@ -137,6 +137,10 @@ do_install () {
    sed -i -e '1s,#!.*python.*,#!${bindir}/python3,' ${D}${bindir}/pybootchartgui
 }
 
+do_install_append_class-native () {
+    sed -i '1s,#!.*,#!${PYTHON},' ${D}${bindir}/pybootchartgui
+}
+
 PACKAGES =+ "pybootchartgui"
 FILES_pybootchartgui += "${PYTHON_SITEPACKAGES_DIR}/pybootchartgui ${bindir}/pybootchartgui"
 RDEPENDS_pybootchartgui = "python3-pycairo python3-compression python3-image python3-textutils python3-shell python3-compression python3-codecs"
-- 
2.10.1



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

end of thread, other threads:[~2016-12-21  6:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-21  6:32 [PATCH 0/1] bootchart2-native: correct python3 path kai.kang
2016-12-21  6:32 ` [PATCH 1/1] " kai.kang

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.