Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] nodejs: replaced v0.2.0 with v0.2.1
Date: Thu, 16 Sep 2010 09:04:24 +0200	[thread overview]
Message-ID: <i6sfho$qq$1@dough.gmane.org> (raw)
In-Reply-To: <1284570332-6484-1-git-send-email-coolaj86@gmail.com>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 15-09-10 19:05, AJ ONeal wrote:
> From: AJ ONeal <coolaj86+fastr@gmail.com>

> -do_install () {
> -  DESTDIR=${D} oe_runmake install
> -}

> +do_install () {
> +  #oe_runmake install # doesn't install to correct location
> +
> +  # This works
> +  install -d ${D}${bindir}/
> +  install -m 0755 ${S}/build/default/node ${D}${bindir}/
> +  install -m 0755 ${S}/bin/node-waf ${D}${bindir}/
> +  install -m 0755 ${S}/bin/node-repl ${D}${bindir}/


NAK, you replace a working do_install with a broken one
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFMkcF3MkyGM64RGpERAgjTAJ9JLIiRPpck9q1q8c1j4isu+6dr1gCcDEYo
n0HcgkrWAzxxsqAQCQ8girw=
=NPbD
-----END PGP SIGNATURE-----




  parent reply	other threads:[~2010-09-16  7:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-15 17:05 [PATCH] nodejs: replaced v0.2.0 with v0.2.1 AJ ONeal
2010-09-15 17:55 ` Cliff Brake
2010-09-16  7:06   ` Koen Kooi
2010-09-16 16:29     ` AJ ONeal
2010-09-16 19:54       ` Frans Meulenbroeks
2010-09-16  7:04 ` Koen Kooi [this message]
2010-09-16  7:05 ` Koen Kooi

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='i6sfho$qq$1@dough.gmane.org' \
    --to=k.kooi@student.utwente.nl \
    --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