diff options
| -rw-r--r-- | meta/recipes-sato/owl-video-widget/libowl-av/make-382.patch | 11 | ||||
| -rw-r--r-- | meta/recipes-sato/owl-video-widget/libowl-av_svn.bb | 5 |
2 files changed, 14 insertions, 2 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 | |||
diff --git a/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb b/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb index e00d3b6d9a..4eeeed6d24 100644 --- a/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb +++ b/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb | |||
| @@ -13,11 +13,12 @@ RDEPENDS = "gst-meta-base" | |||
| 13 | RRECOMMENDS = "gst-meta-audio gst-meta-video" | 13 | RRECOMMENDS = "gst-meta-audio gst-meta-video" |
| 14 | 14 | ||
| 15 | PV = "0.0+svnr${SRCREV}" | 15 | PV = "0.0+svnr${SRCREV}" |
| 16 | PR = "r4" | 16 | PR = "r5" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/${PN}" | 18 | S = "${WORKDIR}/${PN}" |
| 19 | 19 | ||
| 20 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http \ | 20 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http \ |
| 21 | file://gst_change_state.patch" | 21 | file://gst_change_state.patch \ |
| 22 | file://make-382.patch" | ||
| 22 | 23 | ||
| 23 | inherit autotools pkgconfig | 24 | inherit autotools pkgconfig |
