Skip to content

Instantly share code, notes, and snippets.

2015-10-06 01:42:56 ERROR Thread-23 :: Failed doing webui callback: Traceback (most recent call last):
ImportError: Loaded module _opt_sickbeard_gui_slick_views_home_mako not found in sys.modules
return imp.load_source(module_id, path, fp)
File "/opt/sickbeard/lib/mako/compat.py", line 66, in load_module
module = compat.load_module(self.module_id, path)
File "/opt/sickbeard/lib/mako/template.py", line 379, in _compile_from_file
module = self._compile_from_file(path, filename)
File "/opt/sickbeard/lib/mako/template.py", line 321, in __init__
super(PageTemplate, self).__init__(*args, **kwargs)
2015-10-06 01:42:56 ERROR Thread-23 :: Failed doing webui callback: Traceback (most recent call last):
ImportError: Loaded module _opt_sickbeard_gui_slick_views_home_mako not found in sys.modules
return imp.load_source(module_id, path, fp)
File "/opt/sickbeard/lib/mako/compat.py", line 66, in load_module
module = compat.load_module(self.module_id, path)
File "/opt/sickbeard/lib/mako/template.py", line 379, in _compile_from_file
module = self._compile_from_file(path, filename)
File "/opt/sickbeard/lib/mako/template.py", line 321, in __init__
super(PageTemplate, self).__init__(*args, **kwargs)
2015-10-06 01:42:56 ERROR Thread-23 :: Failed doing webui callback: Traceback (most recent call last):
ImportError: Loaded module _opt_sickbeard_gui_slick_views_home_mako not found in sys.modules
return imp.load_source(module_id, path, fp)
File "/opt/sickbeard/lib/mako/compat.py", line 66, in load_module
module = compat.load_module(self.module_id, path)
File "/opt/sickbeard/lib/mako/template.py", line 379, in _compile_from_file
module = self._compile_from_file(path, filename)
File "/opt/sickbeard/lib/mako/template.py", line 321, in __init__
super(PageTemplate, self).__init__(*args, **kwargs)
2015-10-06 01:42:56 ERROR Thread-23 :: Failed doing webui callback: Traceback (most recent call last):
ImportError: Loaded module _opt_sickbeard_gui_slick_views_home_mako not found in sys.modules
return imp.load_source(module_id, path, fp)
File "/opt/sickbeard/lib/mako/compat.py", line 66, in load_module
module = compat.load_module(self.module_id, path)
File "/opt/sickbeard/lib/mako/template.py", line 379, in _compile_from_file
module = self._compile_from_file(path, filename)
File "/opt/sickbeard/lib/mako/template.py", line 321, in __init__
super(PageTemplate, self).__init__(*args, **kwargs)
/*
* This file is part of libaacs
* Copyright (C) 2009-2010 Obliter0n
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
/*
* This file is part of libaacs
* Copyright (C) 2009-2010 Obliter0n
* Copyright (C) 2009-2013 npzacs
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
/*
* This file is part of libaacs
* Copyright (C) 2009-2010 Obliter0n
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
/*
* This file is part of libaacs
* Copyright (C) 2009-2010 Obliter0n
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
diff --git a/packages/devel/libcec/patches/libcec-00-imx6-support.patch b/packages/devel/libcec/patches/libcec-00-imx6-support.patch
index 2c24635..30df40f 100644
--- a/packages/devel/libcec/patches/libcec-00-imx6-support.patch
+++ b/packages/devel/libcec/patches/libcec-00-imx6-support.patch
@@ -820,13 +820,13 @@ index 828cdb2..8b47795 100644
--- a/src/libcec/cmake/CheckPlatformSupport.cmake
+++ b/src/libcec/cmake/CheckPlatformSupport.cmake
@@ -8,6 +8,7 @@
- # HAVE_RANDR 1 if xrandr is supported
- # HAVE_LIBUDEV 1 if udev is supported
diff --git a/packages/linux-drivers/RTL8188EU/package.mk b/packages/linux-drivers/RTL8188EU/package.mk
index b11a681..d35a9c4 100644
--- a/packages/linux-drivers/RTL8188EU/package.mk
+++ b/packages/linux-drivers/RTL8188EU/package.mk
@@ -24,6 +24,7 @@ PKG_LICENSE="GPL"
# realtek: PKG_SITE="http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PFid=48&Level=5&Conn=4&ProdID=274&DownTypeID=3&GetDown=false&Downloads=true"
PKG_SITE="https://github.com/lwfinger/rtl8188eu"
PKG_URL="https://github.com/lwfinger/rtl8188eu/archive/$PKG_VERSION.tar.gz"
+PKG_SOURCE_DIR="rtl8188eu-$PKG_VERSION*"
PKG_DEPENDS_TARGET="toolchain linux"