mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
(From OE-Core rev: 560b04181d8f51d189b99f01a72f17210dadf7a3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
509 B
Diff
16 lines
509 B
Diff
Install example binary needed for core-image-clutter
|
|
|
|
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
|
|
Index: git/examples/Makefile.am
|
|
===================================================================
|
|
--- git.orig/examples/Makefile.am 2011-01-31 10:14:23.000000000 +0800
|
|
+++ git/examples/Makefile.am 2011-01-31 10:14:34.000000000 +0800
|
|
@@ -1,6 +1,6 @@
|
|
NULL = #
|
|
|
|
-noinst_PROGRAMS = video-player video-sink
|
|
+bin_PROGRAMS = video-player video-sink
|
|
|
|
INCLUDES = -I$(top_srcdir) \
|
|
$(MAINTAINER_CFLAGS) \
|