All of lore.kernel.org
 help / color / mirror / Atom feed
From: Koen Kooi <k.kooi@student.utwente.nl>
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 13:33:50 +0100	[thread overview]
Message-ID: <ho7o3e$nb2$5@dough.gmane.org> (raw)
In-Reply-To: <1269255925-13112-3-git-send-email-marcin@juszkiewicz.com.pl>

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

Acked-by: Koen Kooi <koen@openembedded.org>

On 22-03-10 12:05, 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' \

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFLp2OuMkyGM64RGpERArDhAJ9VL4hiSYnMVZNdQ7uIY4uXlGBuLgCcC/lp
DEhNIWHzpVzpyR1CGEdfHPU=
=7o67
-----END PGP SIGNATURE-----




  reply	other threads:[~2010-03-22 13:03 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 [this message]
2010-03-23  1:58   ` Philip Balister
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='ho7o3e$nb2$5@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.