diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2012-08-17 15:27:02 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-17 13:10:07 +0100 |
commit | 9b6a3ff565aa99bef987187913ad91c33eecf5cc (patch) | |
tree | 7b2a1ee2d68e4d17df682993a87a5a739afeb2ad /meta/recipes-devtools | |
parent | 883d199d932a7139854dccf29cdc3ced551f2d3a (diff) | |
download | poky-9b6a3ff565aa99bef987187913ad91c33eecf5cc.tar.gz |
python: Add Upstream-Status entries for bsddb patches, no code changes
(From OE-Core rev: 62187bdbaf39b116c2ce4d924dd9b670716b744c)
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python/python-2.7.3-berkeley-db-5.3.patch | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python/python-2.7.3-remove-bsdb-rpath.patch | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python/python-2.7.3-berkeley-db-5.3.patch b/meta/recipes-devtools/python/python/python-2.7.3-berkeley-db-5.3.patch index 469cbb3ef9..3df33368ec 100644 --- a/meta/recipes-devtools/python/python/python-2.7.3-berkeley-db-5.3.patch +++ b/meta/recipes-devtools/python/python/python-2.7.3-berkeley-db-5.3.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Inappropriate [not author] | ||
2 | |||
1 | Fix to support db 5.3 for bsddb module in python 2.7.2 | 3 | Fix to support db 5.3 for bsddb module in python 2.7.2 |
2 | 4 | ||
3 | This patch is made from the db5.1.diff in | 5 | This patch is made from the db5.1.diff in |
diff --git a/meta/recipes-devtools/python/python/python-2.7.3-remove-bsdb-rpath.patch b/meta/recipes-devtools/python/python/python-2.7.3-remove-bsdb-rpath.patch index dfd346f86e..216be0a448 100644 --- a/meta/recipes-devtools/python/python/python-2.7.3-remove-bsdb-rpath.patch +++ b/meta/recipes-devtools/python/python/python-2.7.3-remove-bsdb-rpath.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Inappropriate [embedded specific] | ||
2 | |||
1 | Remove the RPATH to avoid QA issue warning. | 3 | Remove the RPATH to avoid QA issue warning. |
2 | 4 | ||
3 | RP: Added secondary unnecessary rpath to the list 2012/8/7 | 5 | RP: Added secondary unnecessary rpath to the list 2012/8/7 |