Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Pawel Osmialowski <pawelo@dcclabs.tv>
To: openembedded-devel@lists.openembedded.org
Subject: tinylogin recipe
Date: Sat, 19 May 2012 18:43:18 +0200	[thread overview]
Message-ID: <4FB7CDA6.9060507@dcclabs.tv> (raw)

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




                 reply	other threads:[~2012-05-19 16:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FB7CDA6.9060507@dcclabs.tv \
    --to=pawelo@dcclabs.tv \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox