mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
libowl-av: fix for Make 3.82
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
11
meta/recipes-sato/owl-video-widget/libowl-av/make-382.patch
Normal file
11
meta/recipes-sato/owl-video-widget/libowl-av/make-382.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
Index: libowl-av/Makefile.am
|
||||
===================================================================
|
||||
--- libowl-av.orig/Makefile.am
|
||||
+++ libowl-av/Makefile.am
|
||||
@@ -14,5 +14,5 @@ EXTRA_DIST = libowl-av.pc.in libowl-av.v
|
||||
MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub configure depcomp intltool-extract intltool-merge intltool-update install-sh ltmain.sh Makefile.in missing
|
||||
|
||||
snapshot:
|
||||
- $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
|
||||
+ $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
|
||||
|
||||
@@ -13,11 +13,12 @@ RDEPENDS = "gst-meta-base"
|
||||
RRECOMMENDS = "gst-meta-audio gst-meta-video"
|
||||
|
||||
PV = "0.0+svnr${SRCREV}"
|
||||
PR = "r4"
|
||||
PR = "r5"
|
||||
|
||||
S = "${WORKDIR}/${PN}"
|
||||
|
||||
SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http \
|
||||
file://gst_change_state.patch"
|
||||
file://gst_change_state.patch \
|
||||
file://make-382.patch"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
Reference in New Issue
Block a user