Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Philip Balister <philip@balister.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH][STABLE] procps_3.2.7.bb: Fix compilation when usr/bin is same as /bin
Date: Mon, 22 Mar 2010 21:58:46 -0400	[thread overview]
Message-ID: <4BA82056.9020401@balister.org> (raw)
In-Reply-To: <1269255925-13112-3-git-send-email-marcin@juszkiewicz.com.pl>

Acked-by: Philip Balister <philip@balister.org>


On 03/22/2010 07:05 AM, Marcin Juszkiewicz wrote:
> From: Khem Raj<raj.khem@gmail.com>
>
> * On DISTROs like micro where bindir and base_bindir are
>    same, procps does not compile because it wants to install
>    binaries in both places. We have to pass the variable to
>    make file since it does not use autotools.
>
> Signed-off-by: Khem Raj<raj.khem@gmail.com>
> ---
>   recipes/procps/procps_3.2.7.bb |    5 ++++-
>   1 files changed, 4 insertions(+), 1 deletions(-)
>
> diff --git a/recipes/procps/procps_3.2.7.bb b/recipes/procps/procps_3.2.7.bb
> index 6da975a..b31b683 100644
> --- a/recipes/procps/procps_3.2.7.bb
> +++ b/recipes/procps/procps_3.2.7.bb
> @@ -1,6 +1,6 @@
>   require procps.inc
>
> -PR = "r8"
> +PR = "r9"
>
>   inherit update-rc.d
>
> @@ -23,6 +23,9 @@ CONFFILES_${PN} = "${sysconfdir}/sysctl.conf"
>
>   EXTRA_OEMAKE = "CFLAGS=-I${STAGING_INCDIR} \
>                   CPPFLAGS=-I${STAGING_INCDIR} \
> +		usr/bin=${D}${bindir}/ \
> +		bin=${D}${base_bindir}/ \
> +		usr/proc/bin=${D}${bindir}/ \
>                   LDFLAGS="${LDFLAGS}" \
>                   CURSES=-lncurses \
>                   install='install -D' \



  parent reply	other threads:[~2010-03-23  2:02 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-22 11:05 [STABLE] procps update Marcin Juszkiewicz
2010-03-22 11:05 ` [PATCH][STABLE] procps: adjust FILES so that libproc-*.so lands in ${PN} Marcin Juszkiewicz
2010-03-22 12:33   ` Koen Kooi
2010-03-23  1:58   ` Philip Balister
2010-03-22 11:05 ` [PATCH][STABLE] procps_3.2.7.bb: Fix compilation when usr/bin is same as /bin Marcin Juszkiewicz
2010-03-22 12:33   ` Koen Kooi
2010-03-23  1:58   ` Philip Balister [this message]
2010-03-22 11:05 ` [PATCH][STABLE] procps: added 3.2.8 and dropped older Marcin Juszkiewicz
2010-03-22 12:34   ` Koen Kooi
2010-03-23  1:59   ` Philip Balister
2010-03-22 11:05 ` [PATCH][STABLE] procps: apply patch from Ubuntu to finally get rid of 'Unknown Hz value' Marcin Juszkiewicz
2010-03-22 12:34   ` Koen Kooi
2010-03-23  1:59   ` Philip Balister

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=4BA82056.9020401@balister.org \
    --to=philip@balister.org \
    --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