summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/owl-video-widget
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/owl-video-widget')
-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