summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-webadmin/webmin
Commit message (Collapse)AuthorAgeFilesLines
* webmin: fix hardcode of python2.3Robert Yang2014-09-262-1/+28
| | | | | | Use "/usr/bin/env python" to fix it. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
* webmin: uprev from 1.620 to 1.700Jackie Huang2014-08-233-15/+26
| | | | | | | | | | | Changed: - Adjust or remake the following patches based on 1.700: init-exclude.patch exports-lib.pl.patch Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* webmin: explicitly list some packages, drop perl-module-timelocal rdepMartin Jansa2014-08-111-6/+7
| | | | | | | | | | | | | * perl-module-time-local is already in RDEPENDS (I guess it's the same thing as perl-module-timelocal without the last dash) * list some packages explicitly so that bitbake finds their RDEPENDS correctly * fixes following warnings: webmin-1.620: webmin-module-raid rdepends on mdadm, but it isn't a build dependency? [build-deps] webmin-1.620: webmin-module-proc rdepends on procps, but it isn't a build dependency? [build-deps] webmin-1.620: webmin rdepends on perl-module-timelocal, but it isn't a build dependency? [build-deps] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* webmin: make reconfigure webmin be able to workRoy Li2014-07-241-2/+2
| | | | | | | when move a file, test if this file exist or not Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* webmin: drop allarchAnders Darander2014-07-211-1/+1
| | | | | | | | | * runtime dependencies are TUNE_PKGARCH causing do_package_write_* task to have different signature for MACHINEs with different TUNE_PKGARCH Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* webmin: split out webmin themesAnders Darander2014-06-181-1/+6
| | | | | | | | | | The default set of themes taks up ~13MB, with a couple of them weighting in at ~5MB each. Let's split the themes to separate packages, to allow a considerable size reduction of the core webmin package (from +15MB to 2.1MB on my build host). Signed-off-by: Anders Darander <anders@chargestorm.se>
* webmin: allow override of webmin login and passwordAnders Darander2014-06-181-2/+5
| | | | | | | | Don't hardcode the webmin login and password in the install script. Instead, extract them to variables, to allow us to override them in a bbappend. Signed-off-by: Anders Darander <anders@chargestorm.se>
* webmin: add from meta-baryonPaul Eggleton2013-07-3113-0/+871
No changes. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>