We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afbfae2 commit 6c7e4d6Copy full SHA for 6c7e4d6
1 file changed
enigma2-plugin-extensions-openwebif.bb
@@ -11,7 +11,7 @@ PV = "0.1+git${SRCPV}"
11
PKGV = "0.1+git${GITPKGV}"
12
PR = "r0.72"
13
14
-require openplugins.inc
+require openplugins-distutils.inc
15
16
# Just a quick hack to "compile" it
17
do_compile() {
@@ -20,7 +20,7 @@ do_compile() {
20
}
21
22
PLUGINPATH = "/usr/lib/enigma2/python/Plugins/Extensions/${MODULE}"
23
-do_install() {
+do_install_append() {
24
install -d ${D}${PLUGINPATH}
25
cp -rp ${S}/plugin/* ${D}${PLUGINPATH}
26
0 commit comments