mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
vlc: modules/gui/qt4/Modules.am not B!=S friendly
Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
* modules/gui/qt4/Modules.am not B!=S friendly
|
||||
* Simple solution to missing directories in ${B}
|
||||
|
||||
Upstream status: Pending
|
||||
|
||||
Index: vlc-2.1.4/modules/gui/qt4/Modules.am
|
||||
===================================================================
|
||||
--- vlc-2.1.4.orig/modules/gui/qt4/Modules.am
|
||||
+++ vlc-2.1.4/modules/gui/qt4/Modules.am
|
||||
@@ -261,6 +261,7 @@ else
|
||||
if HAVE_WIN32
|
||||
$(moc_verbose)$(MOC) -D_WIN32 $(DEFS) -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) $(CPPFLAGS_qt4) -o $@ $<
|
||||
else
|
||||
+ [ -d $(dir $@) ] || mkdir -p $(dir $@)
|
||||
$(moc_verbose)$(MOC) $(DEFS) -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) $(CPPFLAGS_qt4) -o $@ $<
|
||||
endif
|
||||
endif
|
||||
@@ -6,6 +6,7 @@ EXTRA_OECONF += " --enable-libxml2=no"
|
||||
SRC_URI += "file://0001-enable-subdir-objects.patch \
|
||||
file://0002-glibc-does-not-provide-strlcpy.patch \
|
||||
file://0003-use-am-path-libgcrypt.patch \
|
||||
file://0004-modules-gui-qt4-out-of-tree-build.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "7ed67d22f7425011078772bfc62ac222"
|
||||
|
||||
Reference in New Issue
Block a user