From: Daniela Plascencia <daniela.plascen...@intel.com>

The module takes diff data from commands like diff or git-format-patch,
parses it and creates python objects in the form of patch sets. More
info is given on the recipe metadata.

Signed-off-by: Daniela Plascencia <daniela.plascen...@intel.com>
---
 meta-python/recipes-devtools/python/python-unidiff_0.5.2.bb | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-unidiff_0.5.2.bb 
b/meta-python/recipes-devtools/python/python-unidiff_0.5.2.bb
index 3ee5bc2..d33d380 100644
--- a/meta-python/recipes-devtools/python/python-unidiff_0.5.2.bb
+++ b/meta-python/recipes-devtools/python/python-unidiff_0.5.2.bb
@@ -7,3 +7,9 @@ SRC_URI[md5sum] = "20dd70ba5a35bc95bf869322d6852227"
 SRC_URI[sha256sum] = 
"344330ec3637e96b44dca77e086b205645b55648cf4d2b80fc673200f8a6a7e9"
 
 inherit pypi setuptools
+
+U = "${D}${LIBDIR}${PYTHON_SITEPACKAGES_DIR}"
+
+do_install_append (){
+    mv ${U}/tests ${U}/unidiff/
+}
-- 
2.6.6

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to