summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-12-15 12:27:52 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-16 17:36:00 +0000
commita9ce04f22d7c1791cbab5dbece1785dc0a076860 (patch)
treedb1308b0ad254cec0f45bae215e6c75ac7f2ecde /meta/recipes-sato
parent67622b41cb41c65776f7a7ab479ae0106bfa535c (diff)
downloadpoky-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')
-rw-r--r--meta/recipes-sato/owl-video-widget/owl-video/make-382.patch15
-rw-r--r--meta/recipes-sato/owl-video-widget/owl-video_svn.bb3
2 files changed, 17 insertions, 1 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 @@
1Make 3.82 is much stricter and demands tabs. Obey.
2
3JL - 15/12/10
4
5Index: 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
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 07c52ef327..5419beacad 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 \
21 file://stock_volume-min.png \ 21 file://stock_volume-min.png \
22 file://stock_volume-med.png \ 22 file://stock_volume-med.png \
23 file://stock_volume-max.png \ 23 file://stock_volume-max.png \
24 file://owl-video-widget.desktop" 24 file://owl-video-widget.desktop \
25 file://make-382.patch"
25 26
26inherit autotools pkgconfig 27inherit autotools pkgconfig
27 28