From 138b7ff7d55e86be1bdf3eb9738d58c1185ed492 Mon Sep 17 00:00:00 2001 From: Graham Gower Date: Wed, 1 Dec 2010 09:29:54 +1030 Subject: [PATCH] procps.inc: Fix do_install for DISTRO=micro. 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 Acked-by: Khem Raj --- recipes/procps/procps.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes/procps/procps.inc b/recipes/procps/procps.inc index fbad8e71bd..4557596979 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 -- 2.39.5