[oe] [meta-oe][PATCH] python-pip: Fixed description in .bb file

Dan McDougall daniel.mcdougall at liftoffsoftware.com
Tue Nov 19 19:13:54 UTC 2013


The DESCRIPTION was the same as the Tornado package which is incorrect.

Signed-off-by: Dan McDougall <daniel.mcdougall at liftoffsoftware.com>
---
 meta-oe/recipes-devtools/python/python-pip_1.3.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/python/python-pip_1.3.1.bb b/meta-oe/recipes-devtools/python/python-pip_1.3.1.bb
index 7ab3bd8..76b8c67 100644
--- a/meta-oe/recipes-devtools/python/python-pip_1.3.1.bb
+++ b/meta-oe/recipes-devtools/python/python-pip_1.3.1.bb
@@ -1,4 +1,4 @@
-DESCRIPTION = "Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed."
+DESCRIPTION = "A tool for installing and managing Python packages."
 LICENSE = "MIT & GPL"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cd00425a3465a0e4c81929b94241d3de"
 
-- 
1.8.1.2




More information about the Openembedded-devel mailing list