Enigma2: add __init__.py to Plugins folders. Thx. Mike Looijmans
authoracid-burn <acidburn@opendreambox.org>
Fri, 11 Sep 2009 06:45:16 +0000 (08:45 +0200)
committeracid-burn <acidburn@opendreambox.org>
Fri, 11 Sep 2009 06:45:16 +0000 (08:45 +0200)
lib/python/Plugins/DemoPlugins/Makefile.am [changed mode: 0644->0755]
lib/python/Plugins/DemoPlugins/__init__.py [new file with mode: 0755]
lib/python/Plugins/Extensions/Makefile.am [changed mode: 0644->0755]
lib/python/Plugins/Extensions/__init__.py [new file with mode: 0755]
lib/python/Plugins/SystemPlugins/Makefile.am
lib/python/Plugins/SystemPlugins/__init__.py [new file with mode: 0755]

old mode 100644 (file)
new mode 100755 (executable)
index 279fdc1..aace17c
@@ -1,2 +1,6 @@
+installdir = $(pkglibdir)/python/Plugins/DemoPlugins
+
 SUBDIRS = TestPlugin
 
+install_PYTHON =       \
+       __init__.py
\ No newline at end of file
diff --git a/lib/python/Plugins/DemoPlugins/__init__.py b/lib/python/Plugins/DemoPlugins/__init__.py
new file mode 100755 (executable)
index 0000000..e69de29
old mode 100644 (file)
new mode 100755 (executable)
index 6958bf5..5a6e3f3
@@ -1 +1,6 @@
+installdir = $(pkglibdir)/python/Plugins/Extensions
+
 SUBDIRS = TuxboxPlugins CutListEditor PicturePlayer MediaScanner MediaPlayer GraphMultiEPG SocketMMI DVDPlayer DVDBurn Modem
+
+install_PYTHON =       \
+       __init__.py
diff --git a/lib/python/Plugins/Extensions/__init__.py b/lib/python/Plugins/Extensions/__init__.py
new file mode 100755 (executable)
index 0000000..e69de29
index 33845f1..6b78df0 100755 (executable)
@@ -1,4 +1,9 @@
+installdir = $(pkglibdir)/python/Plugins/SystemPlugins
+
 SUBDIRS = SoftwareManager FrontprocessorUpgrade PositionerSetup Satfinder \
        SkinSelector SatelliteEquipmentControl Videomode VideoTune Hotplug \
        DefaultServicesScanner NFIFlash DiseqcTester CommonInterfaceAssignment \
        CrashlogAutoSubmit CleanupWizard
+
+install_PYTHON =       \
+       __init__.py
diff --git a/lib/python/Plugins/SystemPlugins/__init__.py b/lib/python/Plugins/SystemPlugins/__init__.py
new file mode 100755 (executable)
index 0000000..e69de29