can't get git_git.paroli-project.org.paroli.git.tar.gz

Daniel.Li lida_mail at 163.com
Fri Mar 13 18:13:06 CET 2009


On Fri, 2009-03-13 at 23:58 +0800, Daniel.Li wrote:
> Mirko has give me an address http://78.46.248.234/paroli.git/, it
> works.
> 
> So how can I change the OE configuration file to fix the problem. I'm
> NOT familiar with OE. I think Building the fso is my first step to
> learn
> OE. 
> 
> Can u give me some advice on how to edit config files to fix the above
> problem changing the ip address?
> 
> Maybe I should use grep to find the location. But I'm NOT sure if I
> can
> do this correctly.

Well, I have found that 
$ grep "git.paroli-project.org" * -R
packages/openmoko-projects/paroli_git.bb:SRC_URI =
"git://git.paroli-project.org/paroli.git;protocol=http"

and change to 
$ cat packages/openmoko-projects/paroli_git.bb
DESCRIPTION = "Paroli"
SECTION = "x11"
LICENSE = "GPL"
PV = "0.2+gitr${SRCREV}"
PR = "r0"

SRC_URI = "git://78.46.248.234/paroli.git;protocol=http"
S = "${WORKDIR}/git"

inherit distutils

RDEPENDS = "\
  python-datetime \
  python-subprocess \
  python-textutils \
  python-dbus \
  python-pygobject \
"

FILES_${PN} += "${sysconfdir}/dbus-1 ${sysconfdir}/paroli ${datadir}"

But it still doesn't work. Is there anything wrong within my changes.

Any hint is well appreciated. Thanks.


-- 
Daniel.Li <lida_mail at 163.com>
PALFocus (http://palfocus.oicp.net)





More information about the devel mailing list