[poky] [PATCH 11/14] owl-video-widget: fix Makefile for super strict make 3.82

Kamble, Nitin A nitin.a.kamble at intel.com
Tue Dec 21 10:15:35 PST 2010


Hi Josh,
 After including your patch, my build was still failing on the owl-video recipe. I noticed PR bump is missing in this commit.

Thanks,
Nitin


> -----Original Message-----
> From: poky-bounces at yoctoproject.org [mailto:poky-
> bounces at yoctoproject.org] On Behalf Of Joshua Lock
> Sent: Wednesday, December 15, 2010 4:28 AM
> To: poky at yoctoproject.org
> Subject: [poky] [PATCH 11/14] owl-video-widget: fix Makefile for super
> strict make 3.82
> 
> Signed-off-by: Joshua Lock <josh at linux.intel.com>
> ---
>  .../owl-video-widget/owl-video/make-382.patch      |   15
> +++++++++++++++
>  .../recipes-sato/owl-video-widget/owl-video_svn.bb |    3 ++-
>  2 files changed, 17 insertions(+), 1 deletions(-)
>  create mode 100644 meta/recipes-sato/owl-video-widget/owl-video/make-
> 382.patch
> 
> diff --git a/meta/recipes-sato/owl-video-widget/owl-video/make-
> 382.patch b/meta/recipes-sato/owl-video-widget/owl-video/make-382.patch
> new file mode 100644
> index 0000000..7d8aff7
> --- /dev/null
> +++ b/meta/recipes-sato/owl-video-widget/owl-video/make-382.patch
> @@ -0,0 +1,15 @@
> +Make 3.82 is much stricter and demands tabs. Obey.
> +
> +JL - 15/12/10
> +
> +Index: video/Makefile.am
> +===================================================================
> +--- video.orig/Makefile.am
> ++++ video/Makefile.am
> +@@ -4,5 +4,5 @@ SUBDIRS = src
> + MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub
> configure depcomp intltool-extract intltool-merge intltool-update
> install-sh ltmain.sh Makefile.in missing
> +
> + snapshot:
> +-        $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
> ++	$(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
> +
> diff --git a/meta/recipes-sato/owl-video-widget/owl-video_svn.bb
> b/meta/recipes-sato/owl-video-widget/owl-video_svn.bb
> index 07c52ef..5419bea 100644
> --- a/meta/recipes-sato/owl-video-widget/owl-video_svn.bb
> +++ b/meta/recipes-sato/owl-video-widget/owl-video_svn.bb
> @@ -21,7 +21,8 @@ SRC_URI = "svn://svn.o-
> hand.com/repos/misc/trunk;module=video;proto=http \
>             file://stock_volume-min.png \
>             file://stock_volume-med.png \
>             file://stock_volume-max.png \
> -           file://owl-video-widget.desktop"
> +           file://owl-video-widget.desktop \
> +	   file://make-382.patch"
> 
>  inherit autotools pkgconfig
> 
> --
> 1.7.3.3
> 
> _______________________________________________
> poky mailing list
> poky at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky



More information about the poky mailing list