[oe-commits] Nitin A Kamble : guile: fix a quote in description

git at git.openembedded.org git at git.openembedded.org
Tue Jan 24 12:04:00 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 29118b57c7804a237e0c8fef41fcf032476bfb10
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=29118b57c7804a237e0c8fef41fcf032476bfb10

Author: Nitin A Kamble <nitin.a.kamble at intel.com>
Date:   Fri Jan 20 11:49:11 2012 -0800

guile: fix a quote in description

Signed-off-by: Nitin A Kamble <nitin.a.kamble at intel.com>

---

 meta/recipes-devtools/guile/guile_2.0.3.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/guile/guile_2.0.3.bb b/meta/recipes-devtools/guile/guile_2.0.3.bb
index 60fbe32..f6f7a8e 100644
--- a/meta/recipes-devtools/guile/guile_2.0.3.bb
+++ b/meta/recipes-devtools/guile/guile_2.0.3.bb
@@ -4,7 +4,7 @@ DESCRIPTION = "Guile is the GNU Ubiquitous Intelligent Language for Extensions,\
  Guile is a library designed to help programmers create flexible applications.\
  Using Guile in an application allows the application's functionality to be\
  extended by users or other programmers with plug-ins, modules, or scripts.\
- Guile provides what might be described as "practical software freedom,"\
+ Guile provides what might be described as 'practical software freedom,'\
  making it possible for users to customize an application to meet their\
  needs without digging into the application's internals."
 
@@ -24,7 +24,7 @@ SRC_URI = "${GNU_MIRROR}/guile/guile-${PV}.tar.gz \
 SRC_URI[md5sum] = "3b8b4e1083037f29d2c4704a6d55f2a8"
 SRC_URI[sha256sum] = "a53b21159befe3e89bbaca71e9e62cf00af0f49fcca297c407944b988d59eb08"
 
-PR = "r1"
+PR = "r2"
 
 inherit autotools gettext
 BBCLASSEXTEND = "native"





More information about the Openembedded-commits mailing list