Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH] gpm: sets D equal to DESTDIR instead of ROOT in do_install
Date: Sun, 20 Apr 2014 13:45:35 +0200	[thread overview]
Message-ID: <20140420114535.GZ2486@jama> (raw)
In-Reply-To: <1396651675-32469-1-git-send-email-stephen.arnold42@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1424 bytes --]

On Fri, Apr 04, 2014 at 03:47:55PM -0700, Stephen Arnold wrote:
> This corrects a gpm install failure due to ROOT being used instead of
> DESTDIR, resulting in DESTDIR being undefined.

Merged, thanks!

> 
> Upstream-Status: Inappropriate (distribution/packaging fix)
> 
> Signed-off-by: Stephen Arnold <stephen.arnold42@gmail.com>
> ---
>  meta-oe/recipes-support/gpm/gpm_1.99.7.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-oe/recipes-support/gpm/gpm_1.99.7.bb b/meta-oe/recipes-support/gpm/gpm_1.99.7.bb
> index e35e50e..a30a891 100644
> --- a/meta-oe/recipes-support/gpm/gpm_1.99.7.bb
> +++ b/meta-oe/recipes-support/gpm/gpm_1.99.7.bb
> @@ -40,7 +40,7 @@ CFLAGS += "-Wno-extra -Wno-error=unused-but-set-parameter -Wno-error=unused-but-
>  CFLAGS += "-Wno-error=int-to-pointer-cast -Wno-error"
>  
>  do_install () {
> -    oe_runmake 'ROOT=${D}' install
> +    oe_runmake 'DESTDIR=${D}' install
>      install -m 0644 src/headers/gpm.h ${D}${includedir}
>      install -d ${D}/${sysconfdir}/init.d
>      install -m 0755 ${WORKDIR}/init ${D}/${sysconfdir}/init.d/gpm
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

      reply	other threads:[~2014-04-20 11:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-04 22:47 [meta-oe][PATCH] gpm: sets D equal to DESTDIR instead of ROOT in do_install Stephen Arnold
2014-04-20 11:45 ` Martin Jansa [this message]

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=20140420114535.GZ2486@jama \
    --to=martin.jansa@gmail.com \
    --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