3 Commits

Author SHA1 Message Date
Martin Jansa 191499a2b5 recipes: Remove PR = r0 from all recipes
* Remove all PR = "r0" from all .bb files in meta-oe repo. This was done
  with the command sed -e '/^PR.*=.*r0\"/d' meta*/recipes*/*/*.bb -i

* We've switching to the PR server, PR bumps are no longer needed and
  this saves people either accidentally bumping them or forgetting to
  remove the lines (r0 is the default anyway).

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-11-01 15:30:48 +01:00
Martin Jansa dbbfb2d125 fbreader: add sqlite3 dependency
* 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>
2013-08-14 13:34:27 +02:00
Marcin Juszkiewicz 31cec2ac2e fbreader: move to meta-gpe due to libgpewidget dependency
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2012-12-04 11:25:35 +01:00