diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-12-15 12:27:52 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-16 17:36:00 +0000 |
commit | a9ce04f22d7c1791cbab5dbece1785dc0a076860 (patch) | |
tree | db1308b0ad254cec0f45bae215e6c75ac7f2ecde /meta/recipes-sato/owl-video-widget/owl-video | |
parent | 67622b41cb41c65776f7a7ab479ae0106bfa535c (diff) | |
download | poky-a9ce04f22d7c1791cbab5dbece1785dc0a076860.tar.gz |
owl-video-widget: fix Makefile for super strict make 3.82
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/recipes-sato/owl-video-widget/owl-video')
-rw-r--r-- | meta/recipes-sato/owl-video-widget/owl-video/make-382.patch | 15 |
1 files changed, 15 insertions, 0 deletions
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 0000000000..7d8aff7984 --- /dev/null +++ b/meta/recipes-sato/owl-video-widget/owl-video/make-382.patch | |||
@@ -0,0 +1,15 @@ | |||
1 | Make 3.82 is much stricter and demands tabs. Obey. | ||
2 | |||
3 | JL - 15/12/10 | ||
4 | |||
5 | Index: video/Makefile.am | ||
6 | =================================================================== | ||
7 | --- video.orig/Makefile.am | ||
8 | +++ video/Makefile.am | ||
9 | @@ -4,5 +4,5 @@ SUBDIRS = src | ||
10 | MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub configure depcomp intltool-extract intltool-merge intltool-update install-sh ltmain.sh Makefile.in missing | ||
11 | |||
12 | snapshot: | ||
13 | - $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"` | ||
14 | + $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"` | ||
15 | |||