We stopped supporting DMM boxes months ago
What do you mean with this ? what does openpli support ?
pe2mbs hasn't added any friends yet.
4 August 2014 - 19:24
We stopped supporting DMM boxes months ago
What do you mean with this ? what does openpli support ?
20 July 2014 - 11:28
OpenPLi 3 no longer builds correctly, but found out that my problem was introduced already in version 3, so will switch back to version 4. build that and try to find out where the problem comes from.
Thanks athoik for your help, i'll try this.Try those commands:
1. Install as Root the prerequisites (sudo or su -) apt-get install gawk wget git-core cvs subversion diffstat unzip texinfo gcc-multilib build-essential chrpath 2. Clone OpenPLi OE cd ~ git clone -b openpli-3 git://git.code.sf.net/p/openpli/openpli-oe-core openpli3 cd openpli3 3. First run make to download OE subprojects cd ~/openpli3 make 4. Check site.conf (eg mofify sources dir) vi site.conf 5. Make image... cd ~/openpli3 MACHINE=XXX make imageGood luck
Marc
20 July 2014 - 11:22
20 July 2014 - 08:02
15 July 2014 - 18:16
Great thanks for the patch, i'll try it. When is this pushed on too the main repository ?Here is the patch...
Subject: [PATCH] python-wifi: use sf.net SRC_URI diff --git a/meta-openpli/recipes-devtools/python/python-wifi_0.5.0.bb b/meta-openpli/recipes-devtools/python/python-wifi_0.5.0.bb index 7f2ccb7..d186df0 100644 --- a/meta-openpli/recipes-devtools/python/python-wifi_0.5.0.bb +++ b/meta-openpli/recipes-devtools/python/python-wifi_0.5.0.bb @@ -10,6 +10,7 @@ RDEPENDS_${PN} = "python-ctypes python-datetime" PR = "r1" -SRC_URI = "http://download.berlios.de/pythonwifi/${P}.tar.bz2" +SRC_URI = "http://downloads.sourceforge.net/project/pythonwifi.berlios/${P}.tar.bz2" SRC_URI[md5sum] = "8fe7fd0a4edce1f9bedaff4acb7fd500" SRC_URI[sha256sum] = "3e3f645d37ab20450f60c785cec5f21b330f28a6c46c7c1b0898305dd7a34b26"