* [PATCH] procps.inc: Fix do_install for DISTRO=micro.
@ 2010-11-30 22:59 Graham Gower
2010-12-01 13:49 ` Michael Smith
0 siblings, 1 reply; 3+ messages in thread
From: Graham Gower @ 2010-11-30 22:59 UTC (permalink / raw)
To: openembedded-devel
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] procps.inc: Fix do_install for DISTRO=micro.
2010-11-30 22:59 [PATCH] procps.inc: Fix do_install for DISTRO=micro Graham Gower
@ 2010-12-01 13:49 ` Michael Smith
2010-12-01 19:22 ` Graham Gower
0 siblings, 1 reply; 3+ messages in thread
From: Michael Smith @ 2010-12-01 13:49 UTC (permalink / raw)
To: openembedded-devel
Graham Gower wrote:
> 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>
Acked-by: Michael Smith <msmith@cbnco.com>
> + usr/bin=${D}${bindir}/ \
> + usr/proc/bin=${D}${bindir}/ \
Is the trailing "/" needed?
Mike
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] procps.inc: Fix do_install for DISTRO=micro.
2010-12-01 13:49 ` Michael Smith
@ 2010-12-01 19:22 ` Graham Gower
0 siblings, 0 replies; 3+ messages in thread
From: Graham Gower @ 2010-12-01 19:22 UTC (permalink / raw)
To: openembedded-devel
On 2 December 2010 00:19, Michael Smith <msmith@cbnco.com> wrote:
> Graham Gower wrote:
>>
>> 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>
>
> Acked-by: Michael Smith <msmith@cbnco.com>
>
>> + usr/bin=${D}${bindir}/ \
>> + usr/proc/bin=${D}${bindir}/ \
>
> Is the trailing "/" needed?
Yes.
>
> Mike
>
-Graham
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-12-01 19:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-30 22:59 [PATCH] procps.inc: Fix do_install for DISTRO=micro Graham Gower
2010-12-01 13:49 ` Michael Smith
2010-12-01 19:22 ` Graham Gower
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.