Skip to content

Commit 6c7e4d6

Browse files
author
plnick
committed
setup language localisation (plugin part)
1 parent afbfae2 commit 6c7e4d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

enigma2-plugin-extensions-openwebif.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PV = "0.1+git${SRCPV}"
1111
PKGV = "0.1+git${GITPKGV}"
1212
PR = "r0.72"
1313

14-
require openplugins.inc
14+
require openplugins-distutils.inc
1515

1616
# Just a quick hack to "compile" it
1717
do_compile() {
@@ -20,7 +20,7 @@ do_compile() {
2020
}
2121

2222
PLUGINPATH = "/usr/lib/enigma2/python/Plugins/Extensions/${MODULE}"
23-
do_install() {
23+
do_install_append() {
2424
install -d ${D}${PLUGINPATH}
2525
cp -rp ${S}/plugin/* ${D}${PLUGINPATH}
2626
}

0 commit comments

Comments
 (0)