The DESCRIPTION was the same as the Tornado package which is incorrect. Signed-off-by: Dan McDougall <[email protected]> --- 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 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
