[oe-commits] Ulf Samuelsson : Build fbv with libraries enabled

git version control git at git.openembedded.org
Sat Aug 22 14:56:02 UTC 2009


Module: openembedded.git
Branch: ulf/linux-2.6.30.2
Commit: d9ae88c6fffc55256c0e83a7641673356f6862b3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d9ae88c6fffc55256c0e83a7641673356f6862b3

Author: Ulf Samuelsson <ulf.samuelsson at atmel.com>
Date:   Thu Aug 20 08:01:30 2009 +0200

Build fbv with libraries enabled

---

 recipes/fbv/fbv-1.0b/fbv-1.0b.patch |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/recipes/fbv/fbv-1.0b/fbv-1.0b.patch b/recipes/fbv/fbv-1.0b/fbv-1.0b.patch
new file mode 100644
index 0000000..fe73f24
--- /dev/null
+++ b/recipes/fbv/fbv-1.0b/fbv-1.0b.patch
@@ -0,0 +1,12 @@
+diff -urN fbv-1.0b-0rig/Makefile fbv-1.0b/Makefile
+--- fbv-1.0b-0rig/Makefile	2009-08-20 00:33:58.000000000 +0200
++++ fbv-1.0b/Makefile	2009-08-20 00:34:16.000000000 +0200
+@@ -12,7 +12,7 @@
+ OBJECTS	= ${SOURCES:.c=.o}
+ 
+ OUT	= fbv
+-#LIBS	= -lungif -L/usr/X11R6/lib -ljpeg -lpng
++LIBS	= -lungif -L/usr/lib -ljpeg -lpng
+ 
+ all: $(OUT)
+ 	@echo Build DONE.





More information about the Openembedded-commits mailing list