From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-oe][PATCH 07/15] fbreader: add sqlite3 dependency
Date: Sun, 4 Aug 2013 23:47:39 +0200 [thread overview]
Message-ID: <1375652867-10498-7-git-send-email-Martin.Jansa@gmail.com> (raw)
In-Reply-To: <1375652867-10498-1-git-send-email-Martin.Jansa@gmail.com>
* fails to build without:
| Compiling SQLiteCommand.o ...Compiling SQLiteConnection.o ...Compiling
SQLiteDataBase.o ...Compiling SQLiteDataReader.o ...Compiling
SQLiteFactory.o ...In file included from SQLiteDataReader.h:26:0,
| from SQLiteDataReader.cpp:20:
| SQLiteCommand.h:24:21: fatal error: sqlite3.h: No such file or directory
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
meta-gpe/recipes-support/fbreader/fbreader_0.12.10.bb | 2 +-
meta-gpe/recipes-support/fbreader/fbreader_git.bb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-gpe/recipes-support/fbreader/fbreader_0.12.10.bb b/meta-gpe/recipes-support/fbreader/fbreader_0.12.10.bb
index 4786846..662224c 100644
--- a/meta-gpe/recipes-support/fbreader/fbreader_0.12.10.bb
+++ b/meta-gpe/recipes-support/fbreader/fbreader_0.12.10.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.fbreader.org"
SECTION = "x11/utils"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://fbreader/LICENSE;md5=94d55d512a9ba36caa9b7df079bae19f"
-DEPENDS = "gtk+ enca expat bzip2 libgpewidget virtual/libiconv liblinebreak libfribidi curl"
+DEPENDS = "gtk+ enca expat bzip2 libgpewidget virtual/libiconv liblinebreak libfribidi curl sqlite3"
SRC_URI = "http://www.fbreader.org/fbreader-sources-${PV}.tgz \
file://Makefile.patch \
diff --git a/meta-gpe/recipes-support/fbreader/fbreader_git.bb b/meta-gpe/recipes-support/fbreader/fbreader_git.bb
index 937bdc8..ff0b5da 100644
--- a/meta-gpe/recipes-support/fbreader/fbreader_git.bb
+++ b/meta-gpe/recipes-support/fbreader/fbreader_git.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.fbreader.org"
SECTION = "x11/utils"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://fbreader/LICENSE;md5=94d55d512a9ba36caa9b7df079bae19f"
-DEPENDS = "gtk+ enca expat bzip2 libgpewidget virtual/libiconv liblinebreak libfribidi curl"
+DEPENDS = "gtk+ enca expat bzip2 libgpewidget virtual/libiconv liblinebreak libfribidi curl sqlite3"
SRCREV = "2cf1ec0e306e1122dbed850bfa005cd59a6168ee"
PV = "0.99.5+gitr${SRCPV}"
PR = "r0"
--
1.8.3.2
next prev parent reply other threads:[~2013-08-04 21:47 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-04 21:47 [meta-oe][PATCH 01/15] ecore: add PACKAGECONFIG for wayland Martin Jansa
2013-08-04 21:47 ` [meta-oe][PATCH 02/15] elementary: add PACKAGECONFIG for eweather Martin Jansa
2013-08-04 21:47 ` [meta-oe][PATCH 03/15] azy: add glib-2.0 dependency Martin Jansa
2013-08-04 21:47 ` [meta-oe][PATCH 04/15] devilspie: add dependency on startup-notification Martin Jansa
2013-08-05 8:45 ` Burton, Ross
2013-08-07 20:29 ` Martin Jansa
2013-08-04 21:47 ` [meta-oe][PATCH 05/15] claws-mail: add curl dependency Martin Jansa
2013-08-04 21:47 ` [meta-oe][PATCH 06/15] epiphany: add libgnome-keyring dependency Martin Jansa
2013-08-04 21:47 ` Martin Jansa [this message]
2013-08-04 21:47 ` [meta-oe][PATCH 08/15] python-edje: Fix building by preventing attempted use of examples Martin Jansa
2013-08-04 21:47 ` [meta-oe][PATCH 09/15] gcr: add glib-2.0 dependency Martin Jansa
2013-08-04 21:47 ` [meta-oe][PATCH 10/15] glmark2: add dependency on jpeg Martin Jansa
2013-08-04 21:47 ` [meta-oe][PATCH 11/15] gmtk: inherit gconf Martin Jansa
2013-08-04 21:47 ` [meta-oe][PATCH 12/15] gnome-control-center: add libgtop dependency Martin Jansa
2013-08-04 21:47 ` [meta-oe][PATCH 13/15] gcalctool: move to nonworking Martin Jansa
2013-08-04 21:47 ` [meta-oe][PATCH 14/15] evolution-data-server: upgrade to 3.2.3 Martin Jansa
2013-08-04 21:47 ` [meta-oe][PATCH 15/15] dates: make it compatible with newer evolution-data-server Martin Jansa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1375652867-10498-7-git-send-email-Martin.Jansa@gmail.com \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox