[oe-commits] Andrea Adami : xournal: add explicit dependency on poppler for version 0.4. 5. Bump PR.

git version control git at git.openembedded.org
Sun Aug 22 23:10:15 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b5d1784a23381da3758fb94233edd85d3c4d9511
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b5d1784a23381da3758fb94233edd85d3c4d9511

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Mon Aug 23 01:08:12 2010 +0200

xournal: add explicit dependency on poppler for version 0.4.5. Bump PR.

---

 recipes/xournal/xournal_0.4.5.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/xournal/xournal_0.4.5.bb b/recipes/xournal/xournal_0.4.5.bb
index 94f3c7b..ad1c3ca 100644
--- a/recipes/xournal/xournal_0.4.5.bb
+++ b/recipes/xournal/xournal_0.4.5.bb
@@ -1,11 +1,11 @@
 HOMEPAGE = "http://xournal.sf.net/"
 DESCRIPTION = "Xournal is an application for notetaking, sketching, keeping a journal using a stylus."
-DEPENDS = "gtk+ libgnomecanvas libgnomeprintui"
+DEPENDS = "gtk+ libgnomecanvas libgnomeprintui poppler"
 # For pdftopnm:
 RDEPENDS_${PN} = "poppler"
 SECTION = "x11"
 LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://xournal.sourceforge.net/xournal-${PV}.tar.gz \
            "





More information about the Openembedded-commits mailing list