All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][meta-python 1/5] python-slip-dbus: don't use relative paths
@ 2019-12-10 17:06 Ross Burton
  2019-12-10 17:06 ` [PATCH][meta-python 2/5] python-m2crypto: " Ross Burton
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ross Burton @ 2019-12-10 17:06 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta-python/recipes-devtools/python/python-slip-dbus.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-slip-dbus.inc b/meta-python/recipes-devtools/python/python-slip-dbus.inc
index 9e726b5b92..ab7b1bb06c 100644
--- a/meta-python/recipes-devtools/python/python-slip-dbus.inc
+++ b/meta-python/recipes-devtools/python/python-slip-dbus.inc
@@ -21,7 +21,7 @@ SRC_URI[md5sum] = "28ae5f93853466c44ec96706ba2a1eb4"
 SRC_URI[sha256sum] = "c726c086f0dd93a0ac7a0176f383a12af91b6657b78a301e3f5b25d9f8d4d10b"
 
 do_compile_prepend() {
-    sed -e 's/@VERSION@/${PV}/g' setup.py.in > setup.py
+    sed -e 's/@VERSION@/${PV}/g' ${S}/setup.py.in > ${S}/setup.py
 }
 
 RDEPENDS_${PN} += "\
-- 
2.20.1



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

end of thread, other threads:[~2019-12-10 17:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-10 17:06 [PATCH][meta-python 1/5] python-slip-dbus: don't use relative paths Ross Burton
2019-12-10 17:06 ` [PATCH][meta-python 2/5] python-m2crypto: " Ross Burton
2019-12-10 17:06 ` [PATCH][meta-python 3/5] python-coloredlogs: " Ross Burton
2019-12-10 17:06 ` [PATCH][meta-python 4/5] python-lxml: remove redundant sed (fixed in 4.3.0 onwards) Ross Burton
2019-12-10 17:06 ` [PATCH][meta-python 5/5] python-lxml: remove redundant RDEPENDS_class-native Ross Burton

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.