From 3cabe2feebe628003c626fee5a09c88e647705c2 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Tue, 9 Apr 2019 09:00:19 +0800 Subject: [PATCH] python-flask-socketio: move to meta-python directory The previous commits put the python-engineio, python-socketio and python-flask-socketio to a wrong directory. Move them to meta-python. Signed-off-by: Yi Zhao Signed-off-by: Khem Raj --- .../recipes-devtools/python/python-engineio.inc | 0 .../recipes-devtools/python/python-engineio_3.5.0.bb | 0 .../recipes-devtools/python/python-flask-socketio.inc | 0 .../recipes-devtools/python/python-flask-socketio_3.3.2.bb | 0 .../recipes-devtools/python/python-socketio.inc | 0 .../recipes-devtools/python/python-socketio_4.0.0.bb | 0 .../recipes-devtools/python/python3-engineio_3.5.0.bb | 0 .../recipes-devtools/python/python3-flask-socketio_3.3.2.bb | 0 .../recipes-devtools/python/python3-socketio_4.0.0.bb | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename {meta-demo => meta-python}/recipes-devtools/python/python-engineio.inc (100%) rename {meta-demo => meta-python}/recipes-devtools/python/python-engineio_3.5.0.bb (100%) rename {meta-demo => meta-python}/recipes-devtools/python/python-flask-socketio.inc (100%) rename {meta-demo => meta-python}/recipes-devtools/python/python-flask-socketio_3.3.2.bb (100%) rename {meta-demo => meta-python}/recipes-devtools/python/python-socketio.inc (100%) rename {meta-demo => meta-python}/recipes-devtools/python/python-socketio_4.0.0.bb (100%) rename {meta-demo => meta-python}/recipes-devtools/python/python3-engineio_3.5.0.bb (100%) rename {meta-demo => meta-python}/recipes-devtools/python/python3-flask-socketio_3.3.2.bb (100%) rename {meta-demo => meta-python}/recipes-devtools/python/python3-socketio_4.0.0.bb (100%) diff --git a/meta-demo/recipes-devtools/python/python-engineio.inc b/meta-python/recipes-devtools/python/python-engineio.inc similarity index 100% rename from meta-demo/recipes-devtools/python/python-engineio.inc rename to meta-python/recipes-devtools/python/python-engineio.inc diff --git a/meta-demo/recipes-devtools/python/python-engineio_3.5.0.bb b/meta-python/recipes-devtools/python/python-engineio_3.5.0.bb similarity index 100% rename from meta-demo/recipes-devtools/python/python-engineio_3.5.0.bb rename to meta-python/recipes-devtools/python/python-engineio_3.5.0.bb diff --git a/meta-demo/recipes-devtools/python/python-flask-socketio.inc b/meta-python/recipes-devtools/python/python-flask-socketio.inc similarity index 100% rename from meta-demo/recipes-devtools/python/python-flask-socketio.inc rename to meta-python/recipes-devtools/python/python-flask-socketio.inc diff --git a/meta-demo/recipes-devtools/python/python-flask-socketio_3.3.2.bb b/meta-python/recipes-devtools/python/python-flask-socketio_3.3.2.bb similarity index 100% rename from meta-demo/recipes-devtools/python/python-flask-socketio_3.3.2.bb rename to meta-python/recipes-devtools/python/python-flask-socketio_3.3.2.bb diff --git a/meta-demo/recipes-devtools/python/python-socketio.inc b/meta-python/recipes-devtools/python/python-socketio.inc similarity index 100% rename from meta-demo/recipes-devtools/python/python-socketio.inc rename to meta-python/recipes-devtools/python/python-socketio.inc diff --git a/meta-demo/recipes-devtools/python/python-socketio_4.0.0.bb b/meta-python/recipes-devtools/python/python-socketio_4.0.0.bb similarity index 100% rename from meta-demo/recipes-devtools/python/python-socketio_4.0.0.bb rename to meta-python/recipes-devtools/python/python-socketio_4.0.0.bb diff --git a/meta-demo/recipes-devtools/python/python3-engineio_3.5.0.bb b/meta-python/recipes-devtools/python/python3-engineio_3.5.0.bb similarity index 100% rename from meta-demo/recipes-devtools/python/python3-engineio_3.5.0.bb rename to meta-python/recipes-devtools/python/python3-engineio_3.5.0.bb diff --git a/meta-demo/recipes-devtools/python/python3-flask-socketio_3.3.2.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_3.3.2.bb similarity index 100% rename from meta-demo/recipes-devtools/python/python3-flask-socketio_3.3.2.bb rename to meta-python/recipes-devtools/python/python3-flask-socketio_3.3.2.bb diff --git a/meta-demo/recipes-devtools/python/python3-socketio_4.0.0.bb b/meta-python/recipes-devtools/python/python3-socketio_4.0.0.bb similarity index 100% rename from meta-demo/recipes-devtools/python/python3-socketio_4.0.0.bb rename to meta-python/recipes-devtools/python/python3-socketio_4.0.0.bb