SUMMARY contained a non-ascii char (’ instead of ') which caused
pkg.info_installed to fail.

Signed-off-by: Alexandru Vasiu <[email protected]>
---
 meta-python/recipes-devtools/python/python-configparser.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-configparser.inc 
b/meta-python/recipes-devtools/python/python-configparser.inc
index c1fb8582c..133dbba71 100644
--- a/meta-python/recipes-devtools/python/python-configparser.inc
+++ b/meta-python/recipes-devtools/python/python-configparser.inc
@@ -1,4 +1,4 @@
-SUMMARY = "This module provides the ConfigParser class which implements a 
basic configuration language which provides a structure similar to what’s found 
in Microsoft Windows INI files."
+SUMMARY = "This module provides the ConfigParser class which implements a 
basic configuration language which provides a structure similar to what's found 
in Microsoft Windows INI files."
 SECTION = "devel/python"
 HOMEPAGE = "https://docs.python.org/3/library/configparser.html";
 LICENSE = "MIT"
-- 
2.19.1

-- 
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to