diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-12-28 15:41:08 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-03 12:10:46 +0000 |
commit | 169e55d802883df763dbff4a4737e05e96358fa3 (patch) | |
tree | 11dc30582c18fc4a8a199adda7f5d46d2312695f /meta/recipes-devtools/pseudo | |
parent | 9aca7e651ce829e8a730dd187f54a5bba4253d06 (diff) | |
download | openembedded-core-169e55d802883df763dbff4a4737e05e96358fa3.tar.gz openembedded-core-169e55d802883df763dbff4a4737e05e96358fa3.tar.bz2 openembedded-core-169e55d802883df763dbff4a4737e05e96358fa3.zip |
Add Upstream-Status to patches
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/pseudo')
-rw-r--r-- | meta/recipes-devtools/pseudo/pseudo/static_sqlite.patch | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo/static_sqlite.patch b/meta/recipes-devtools/pseudo/pseudo/static_sqlite.patch index 6faa7a2a44..f9223a86ae 100644 --- a/meta/recipes-devtools/pseudo/pseudo/static_sqlite.patch +++ b/meta/recipes-devtools/pseudo/pseudo/static_sqlite.patch @@ -1,6 +1,8 @@ Due to disabling the LD_LIBRARY_PATH handling, we need to use a static libsqlite. +Upstream-Status: Inappropriate [configuration] + diff -ur git.orig/Makefile.in git/Makefile.in --- git.orig/Makefile.in +++ git/Makefile.in |