diff mbox

[2/4] package/kodi: Move all kodi packages to subdirectories of package/kodi/, part II

Message ID 1434273033-31723-2-git-send-email-bernd.kuhls@t-online.de
State Rejected
Headers show

Commit Message

Bernd Kuhls June 14, 2015, 9:10 a.m. UTC
This patch needs to be squashed with the previous patch.
In this patch series it is presented as a seperate patch for easier review.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/kodi/kodi.mk |    1 +
 1 file changed, 1 insertion(+)
 create mode 100644 package/kodi/kodi.mk
diff mbox

Patch

diff --git a/package/kodi/kodi.mk b/package/kodi/kodi.mk
new file mode 100644
index 0000000..cc72284
--- /dev/null
+++ b/package/kodi/kodi.mk
@@ -0,0 +1 @@ 
+include $(sort $(wildcard package/kodi/*/*.mk))