diff options
| author | Joshua Lock <josh@linux.intel.com> | 2010-12-14 18:29:43 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-16 17:36:00 +0000 |
| commit | 67622b41cb41c65776f7a7ab479ae0106bfa535c (patch) | |
| tree | 344d13f44b8c10303da0fd0dd7257ff020dabb67 /meta/recipes-sato/owl-video-widget/libowl-av | |
| parent | 8fc07ca039c417d86ff7e3d4d1fd41dc04217d7d (diff) | |
| download | poky-67622b41cb41c65776f7a7ab479ae0106bfa535c.tar.gz | |
libowl-av: fix for Make 3.82
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/recipes-sato/owl-video-widget/libowl-av')
| -rw-r--r-- | meta/recipes-sato/owl-video-widget/libowl-av/make-382.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-sato/owl-video-widget/libowl-av/make-382.patch b/meta/recipes-sato/owl-video-widget/libowl-av/make-382.patch new file mode 100644 index 0000000000..6ba37fbb2e --- /dev/null +++ b/meta/recipes-sato/owl-video-widget/libowl-av/make-382.patch | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | Index: libowl-av/Makefile.am | ||
| 2 | =================================================================== | ||
| 3 | --- libowl-av.orig/Makefile.am | ||
| 4 | +++ libowl-av/Makefile.am | ||
| 5 | @@ -14,5 +14,5 @@ EXTRA_DIST = libowl-av.pc.in libowl-av.v | ||
| 6 | MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub configure depcomp intltool-extract intltool-merge intltool-update install-sh ltmain.sh Makefile.in missing | ||
| 7 | |||
| 8 | snapshot: | ||
| 9 | - $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"` | ||
| 10 | + $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"` | ||
| 11 | |||
