All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] blktrace: add back do_install method
@ 2013-01-21 22:44 Saul Wold
  2013-01-22 11:53 ` Usman, Fahad
  0 siblings, 1 reply; 2+ messages in thread
From: Saul Wold @ 2013-01-21 22:44 UTC (permalink / raw)
  To: openembedded-core

The recent change to blktrace removed the do_install method,
since this recipe does not use autotools it needs to specifiy
a do_install activity.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-kernel/blktrace/blktrace_git.bb | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/blktrace/blktrace_git.bb b/meta/recipes-kernel/blktrace/blktrace_git.bb
index 80cb14c..a318f0e 100644
--- a/meta/recipes-kernel/blktrace/blktrace_git.bb
+++ b/meta/recipes-kernel/blktrace/blktrace_git.bb
@@ -6,7 +6,7 @@ DEPENDS = "libaio"
 
 SRCREV = "d6918c8832793b4205ed3bfede78c2f915c23385"
 
-PR = "r5"
+PR = "r6"
 PV = "1.0.5+git${SRCPV}"
 
 SRC_URI = "git://git.kernel.dk/blktrace.git;protocol=git \
@@ -20,3 +20,9 @@ EXTRA_OEMAKE = "\
     'LDFLAGS=${LDFLAGS}' \
 "
 PARALLEL_MAKE = ""
+
+do_install() {
+	oe_runmake ARCH="${ARCH}" prefix=${prefix} \
+		mandir=${mandir} DESTDIR=${D} install
+}
+
-- 
1.8.0.2




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] blktrace: add back do_install method
  2013-01-21 22:44 [PATCH v2] blktrace: add back do_install method Saul Wold
@ 2013-01-22 11:53 ` Usman, Fahad
  0 siblings, 0 replies; 2+ messages in thread
From: Usman, Fahad @ 2013-01-22 11:53 UTC (permalink / raw)
  To: Saul Wold; +Cc: Chris Larson, openembedded-core

On 01/22/2013 03:44 AM, Saul Wold wrote:
> The recent change to blktrace removed the do_install method,
> since this recipe does not use autotools it needs to specifiy
> a do_install activity.
>
> Signed-off-by: Saul Wold <sgw@linux.intel.com>
> ---
>   meta/recipes-kernel/blktrace/blktrace_git.bb | 8 +++++++-
>   1 file changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-kernel/blktrace/blktrace_git.bb b/meta/recipes-kernel/blktrace/blktrace_git.bb
> index 80cb14c..a318f0e 100644
> --- a/meta/recipes-kernel/blktrace/blktrace_git.bb
> +++ b/meta/recipes-kernel/blktrace/blktrace_git.bb
> @@ -6,7 +6,7 @@ DEPENDS = "libaio"
>   
>   SRCREV = "d6918c8832793b4205ed3bfede78c2f915c23385"
>   
> -PR = "r5"
> +PR = "r6"
>   PV = "1.0.5+git${SRCPV}"
>   
>   SRC_URI = "git://git.kernel.dk/blktrace.git;protocol=git \
> @@ -20,3 +20,9 @@ EXTRA_OEMAKE = "\
>       'LDFLAGS=${LDFLAGS}' \
>   "
>   PARALLEL_MAKE = ""
> +
> +do_install() {
> +	oe_runmake ARCH="${ARCH}" prefix=${prefix} \
> +		mandir=${mandir} DESTDIR=${D} install
> +}
> +
Hi Saul,
Thanks for correcting my mistake.

Regards,
Fahad



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-22 12:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-21 22:44 [PATCH v2] blktrace: add back do_install method Saul Wold
2013-01-22 11:53 ` Usman, Fahad

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.