* 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>
* 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>