Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
authorKoen Kooi <koen@openembedded.org>
Tue, 26 Apr 2005 09:36:41 +0000 (09:36 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 26 Apr 2005 09:36:41 +0000 (09:36 +0000)
into bitbake.utwente.nl:/home/koen/OE/openembedded

2005/04/26 11:36:27+02:00 utwente.nl!koen
matchbox-keyboard_svn.bb:
  add cvsdate to PV
poppler_0.3.0.bb:
  fix depends

BKrev: 426e0ba9vRieNc8jPf_MADAlNw3zTA

packages/matchbox-keyboard/matchbox-keyboard_svn.bb
packages/poppler/poppler_0.3.0.bb

index eb10a32..9a88f9b 100644 (file)
@@ -1,10 +1,12 @@
 DESCRIPTION = "Matchbox keyboard"
 LICENSE = "GPL"
-DEPENDS = "libmb libfakekey expat libxft"
+DEPENDS = "libfakekey expat libxft"
 SECTION = "x11/wm"
+PV = "0.0+svn${CVSDATE}"
 
 SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
 
+
 S = ${WORKDIR}/${PN}
 
 inherit autotools pkgconfig gettext
index e69de29..dc0a7c7 100644 (file)
@@ -0,0 +1,11 @@
+DESCRIPTION = "Poppler is a PDF rendering library based on the xpdf-3.0 code base."
+MAINTAINER = "Koen Kooi <koen@handhelds.org>"
+LICENSE = "GPL"
+
+DEPENDS = "jpeg gtk+ cairo"
+
+SRC_URI="http://poppler.freedesktop.org/${PN}-${PV}.tar.gz"
+
+EXTRA_OECONF = "--disable-gtk-test --disable-poppler-qt"  
+inherit pkgconfig autotools
+