[yocto] [PATCH 2/2] Fix Makefiles

Wang, Shane shane.wang at intel.com
Wed Dec 28 06:55:13 PST 2011


This patch is to make libomxil Makefile support "make -jN".
The omxregister_bellagio stuffs depend on libomxil_bellagio library.

Signed-off-by: Shane Wang <shane.wang at intel.com>

diff -r f59d077d3dd5 Makefile.am
--- a/src/Makefile.am	Wed Dec 28 10:54:36 2011 +0800
+++ b/src/Makefile.am	Wed Dec 28 10:55:46 2011 +0800
@@ -7,6 +7,7 @@
 omxregister_bellagio_SOURCES = omxregister.c common.c common.h
 omxregister_bellagio_CFLAGS = -DOMXILCOMPONENTSPATH=\"$(plugindir)/\" \
 			      -I$(top_srcdir)/include
+omxregister_bellagio_LDADD = $(lib_LTLIBRARIES)
 omxregister_bellagio_LDFLAGS = -lomxil-bellagio -L$(builddir)
 
 lib_LTLIBRARIES = libomxil-bellagio.la


--
Shane

http://www.yoctoproject.org/ 
It's not an embedded Linux distribution -
It creates a custom one for you.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: parallel-make.patch
Type: application/octet-stream
Size: 660 bytes
Desc: parallel-make.patch
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20111228/7d1037ac/attachment.obj>


More information about the yocto mailing list