Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Graham Gower <graham.gower@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH] procps.inc: Fix do_install for DISTRO=micro.
Date: Wed, 01 Dec 2010 09:29:54 +1030	[thread overview]
Message-ID: <4CF581EA.2030206@gmail.com> (raw)

mv: cannot stat `/mnt/oe/tmp/work/mipsel-oe-linux-uclibc/procps-3.2.8-r12.1/image/bin/uptime': No such file or directory

Signed-off-by: Graham Gower <graham.gower@gmail.com>
---
 recipes/procps/procps.inc |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/recipes/procps/procps.inc b/recipes/procps/procps.inc
index fbad8e7..4557596 100644
--- a/recipes/procps/procps.inc
+++ b/recipes/procps/procps.inc
@@ -9,7 +9,7 @@ LICENSE = "GPL"
 DEPENDS = "ncurses"
 RDEPENDS_${PN} = "ncurses-terminfo"
 
-INC_PR = "r12"
+INC_PR = "r13"
 
 SRC_URI = "http://procps.sourceforge.net/procps-${PV}.tar.gz;name=tarball \
 	   file://sysctl.conf \
@@ -30,7 +30,10 @@ EXTRA_OEMAKE = "CFLAGS=-I${STAGING_INCDIR} \
                 LDFLAGS="${LDFLAGS}" \
                 CURSES=-lncurses \
                 install='install -D' \
-                ldconfig=echo"
+                ldconfig=echo \
+                usr/bin=${D}${bindir}/ \
+                usr/proc/bin=${D}${bindir}/ \
+                "
 
 do_install_append () {
 	install -d ${D}${sysconfdir}/init.d
-- 
1.7.1




             reply	other threads:[~2010-11-30 23:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-30 22:59 Graham Gower [this message]
2010-12-01 13:49 ` [PATCH] procps.inc: Fix do_install for DISTRO=micro Michael Smith
2010-12-01 19:22   ` Graham Gower

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=4CF581EA.2030206@gmail.com \
    --to=graham.gower@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