From: Michael Lauer Date: Sun, 13 Jan 2008 15:57:08 +0000 (+0000) Subject: python 2.5.1 fix RRECOMMEND_S_ typo X-Git-Tag: Release-2010-05/1~7941 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75450b3cefd66d136cf0c63b08793289dbef417b;p=openembedded.git python 2.5.1 fix RRECOMMEND_S_ typo --- diff --git a/packages/python/python_2.5.1.bb b/packages/python/python_2.5.1.bb index 2202e1d474..37f7bdefb8 100644 --- a/packages/python/python_2.5.1.bb +++ b/packages/python/python_2.5.1.bb @@ -79,7 +79,7 @@ do_install() { require python-${PYTHON_MAJMIN}-manifest.inc RPROVIDES_python-core = "python" -RRECOMMEND_python-core = "python-readline" +RRECOMMENDS_python-core = "python-readline" PACKAGES =+ "libpython2" FILES_libpython2 = "${libdir}/libpython*"