Openembedded Devel Discussions
 help / color / mirror / Atom feed
* tinylogin recipe
@ 2012-05-19 16:43 Pawel Osmialowski
  0 siblings, 0 replies; only message in thread
From: Pawel Osmialowski @ 2012-05-19 16:43 UTC (permalink / raw)
  To: openembedded-devel

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




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-19 16:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-19 16:43 tinylogin recipe Pawel Osmialowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox