[oe] tinylogin recipe

Pawel Osmialowski pawelo at dcclabs.tv
Sat May 19 16:43:18 UTC 2012


Hello,

I've pulled OE from git 15th of May 2012, and I wasn't able to build 
tinylogin - in facts, sources weren't even pull at all.

As it turned out, critical part of the recipe looks like this:

#SRC_URI = "http://tinylogin.busybox.net/downloads/tinylogin-${PV}.tar.bz2 \
SRC_URI = 
"http://limpens.net/trac/at91-kit-trac/export/4/trunk/sources/tinylogin-${PV}.tar.bz2 
\
         file://cvs-20040608.patch \
         file://add-system.patch \
         file://adduser-empty_pwd.patch \
         file://remove-index.patch"

This '\' at the end of hashed line makes SRC_URI a perfect multiline 
comment. Putting one line in between solves the problem:

#SRC_URI = "http://tinylogin.busybox.net/downloads/tinylogin-${PV}.tar.bz2 \

SRC_URI = 
"http://limpens.net/trac/at91-kit-trac/export/4/trunk/sources/tinylogin-${PV}.tar.bz2 
\
         file://cvs-20040608.patch \
         file://add-system.patch \
         file://adduser-empty_pwd.patch \
         file://remove-index.patch"

Best regards,
Paul





More information about the Openembedded-devel mailing list