Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [PATCH] linux-libc-headers-2.6.34: Delete include/scsi/scsi.h
@ 2010-10-17 22:29 Andreas Oberritter
  2010-10-18 14:23 ` Tom Rini
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Oberritter @ 2010-10-17 22:29 UTC (permalink / raw)
  To: openembedded-devel

* Based on 91d3d92a626da89dfe13d63e68a90dbafdbaef1d for 2.6.31 and 2.6.32

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
---
 .../linux-libc-headers_2.6.34.bb                   |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.34.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.34.bb
index 8e0df2e..340915c 100644
--- a/recipes/linux-libc-headers/linux-libc-headers_2.6.34.bb
+++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.34.bb
@@ -5,7 +5,7 @@ DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_nios2 = "1"
 INHIBIT_DEFAULT_DEPS = "1"
 DEPENDS += "unifdef-native"
-PR = "r1"
+PR = "r2"
 
 COMPATIBLE_TARGET_SYS = "."
 
@@ -39,4 +39,5 @@ do_compile () {
 
 do_install() {
 	oe_runmake headers_install INSTALL_HDR_PATH=${D}${exec_prefix} ARCH=$ARCH
+	rm -f ${D}${exec_prefix}/include/scsi/scsi.h
 }
-- 
1.7.1




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

* Re: [PATCH] linux-libc-headers-2.6.34: Delete include/scsi/scsi.h
  2010-10-17 22:29 [PATCH] linux-libc-headers-2.6.34: Delete include/scsi/scsi.h Andreas Oberritter
@ 2010-10-18 14:23 ` Tom Rini
  2010-10-25 12:58   ` [PATCH resend] " Andreas Oberritter
  0 siblings, 1 reply; 3+ messages in thread
From: Tom Rini @ 2010-10-18 14:23 UTC (permalink / raw)
  To: openembedded-devel

Andreas Oberritter wrote:
> * Based on 91d3d92a626da89dfe13d63e68a90dbafdbaef1d for 2.6.31 and 2.6.32
> 
> Signed-off-by: Andreas Oberritter <obi@opendreambox.org>

Acked-by: Tom Rini <tom_rini@mentor.com>

> ---
>  .../linux-libc-headers_2.6.34.bb                   |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.34.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.34.bb
> index 8e0df2e..340915c 100644
> --- a/recipes/linux-libc-headers/linux-libc-headers_2.6.34.bb
> +++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.34.bb
> @@ -5,7 +5,7 @@ DEFAULT_PREFERENCE = "-1"
>  DEFAULT_PREFERENCE_nios2 = "1"
>  INHIBIT_DEFAULT_DEPS = "1"
>  DEPENDS += "unifdef-native"
> -PR = "r1"
> +PR = "r2"
>  
>  COMPATIBLE_TARGET_SYS = "."
>  
> @@ -39,4 +39,5 @@ do_compile () {
>  
>  do_install() {
>  	oe_runmake headers_install INSTALL_HDR_PATH=${D}${exec_prefix} ARCH=$ARCH
> +	rm -f ${D}${exec_prefix}/include/scsi/scsi.h
>  }


-- 
Tom Rini
Mentor Graphics Corporation



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

* [PATCH resend] linux-libc-headers-2.6.34: Delete include/scsi/scsi.h
  2010-10-18 14:23 ` Tom Rini
@ 2010-10-25 12:58   ` Andreas Oberritter
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Oberritter @ 2010-10-25 12:58 UTC (permalink / raw)
  To: openembedded-devel

* Based on 91d3d92a626da89dfe13d63e68a90dbafdbaef1d for 2.6.31 and 2.6.32

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Tom Rini <tom_rini@mentor.com>
---
 .../linux-libc-headers_2.6.34.bb                   |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.34.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.34.bb
index 8e0df2e..340915c 100644
--- a/recipes/linux-libc-headers/linux-libc-headers_2.6.34.bb
+++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.34.bb
@@ -5,7 +5,7 @@ DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_nios2 = "1"
 INHIBIT_DEFAULT_DEPS = "1"
 DEPENDS += "unifdef-native"
-PR = "r1"
+PR = "r2"
 
 COMPATIBLE_TARGET_SYS = "."
 
@@ -39,4 +39,5 @@ do_compile () {
 
 do_install() {
 	oe_runmake headers_install INSTALL_HDR_PATH=${D}${exec_prefix} ARCH=$ARCH
+	rm -f ${D}${exec_prefix}/include/scsi/scsi.h
 }
-- 
1.7.1




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

end of thread, other threads:[~2010-10-25 12:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-17 22:29 [PATCH] linux-libc-headers-2.6.34: Delete include/scsi/scsi.h Andreas Oberritter
2010-10-18 14:23 ` Tom Rini
2010-10-25 12:58   ` [PATCH resend] " Andreas Oberritter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox