[oe-commits] Ulf Samuelsson : Make fbv do SOMETHING useful

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


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

Author: Ulf Samuelsson <ulf.samuelsson at atmel.com>
Date:   Wed Aug 19 23:11:35 2009 +0200

Make fbv do SOMETHING useful

---

 recipes/fbv/fbv_1.0b.bb |   21 ++++++++-------------
 1 files changed, 8 insertions(+), 13 deletions(-)

diff --git a/recipes/fbv/fbv_1.0b.bb b/recipes/fbv/fbv_1.0b.bb
index 04c7066..f188028 100644
--- a/recipes/fbv/fbv_1.0b.bb
+++ b/recipes/fbv/fbv_1.0b.bb
@@ -1,25 +1,20 @@
 DESCRIPTION = "Frame Buffer Viewer"
 LICENSE = "GPL"
-DEPENDS = "libpng"
+RDEPENDS = "libpng libjpeg"
 PR = "r1"
 
 SRC_URI = "http://s-tech.elsat.net.pl/fbv/fbv-1.0b.tar.gz \
 	   file://cross_compile.patch;patch=1"
 
-do_configure() {
-	CC="${CC}" ./configure --without-libungif --without-bmp \
-		--without-libjpeg
-}
-
-do_compile() {
-	oe_runmake CFLAGS="-O2 -Wall -D_GNU_SOURCE -D__KERNEL_STRICT_NAMES" \
-		CC="${CC}"
-}
+#do_compile() {
+#	oe_runmake CFLAGS="-O2 -Wall -D_GNU_SOURCE -D__KERNEL_STRICT_NAMES" \
+#		CC="${CC}"
+#}
 do_install() {
 	install -d ${D}${bindir}
         install -m 0755 fbv ${D}${bindir}
 
-        # man
-        install -d ${D}${mandir}/man1/
-        install -m 0644 fbv.1 ${D}${mandir}/man1/fbv.1
+# man
+#        install -d ${D}${mandir}/man1/
+#        install -m 0644 fbv.1 ${D}${mandir}/man1/fbv.1
 }





More information about the Openembedded-commits mailing list