diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2012-01-20 11:49:11 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-24 11:54:26 +0000 |
commit | f13ee1e8771db1384ee8e667154f662c3d75a4ee (patch) | |
tree | fbb1a2c7f58c4bfcbc0ac876b3f383878548123a /meta/recipes-devtools/guile/guile_2.0.3.bb | |
parent | 5c6aa87a9124815df768392cde715cbb8ce55104 (diff) | |
download | poky-f13ee1e8771db1384ee8e667154f662c3d75a4ee.tar.gz |
guile: fix a quote in description
(From OE-Core rev: 29118b57c7804a237e0c8fef41fcf032476bfb10)
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/guile/guile_2.0.3.bb')
-rw-r--r-- | 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 60fbe32c6f..f6f7a8ecd3 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,\ | |||
4 | Guile is a library designed to help programmers create flexible applications.\ | 4 | Guile is a library designed to help programmers create flexible applications.\ |
5 | Using Guile in an application allows the application's functionality to be\ | 5 | Using Guile in an application allows the application's functionality to be\ |
6 | extended by users or other programmers with plug-ins, modules, or scripts.\ | 6 | extended by users or other programmers with plug-ins, modules, or scripts.\ |
7 | Guile provides what might be described as "practical software freedom,"\ | 7 | Guile provides what might be described as 'practical software freedom,'\ |
8 | making it possible for users to customize an application to meet their\ | 8 | making it possible for users to customize an application to meet their\ |
9 | needs without digging into the application's internals." | 9 | needs without digging into the application's internals." |
10 | 10 | ||
@@ -24,7 +24,7 @@ SRC_URI = "${GNU_MIRROR}/guile/guile-${PV}.tar.gz \ | |||
24 | SRC_URI[md5sum] = "3b8b4e1083037f29d2c4704a6d55f2a8" | 24 | SRC_URI[md5sum] = "3b8b4e1083037f29d2c4704a6d55f2a8" |
25 | SRC_URI[sha256sum] = "a53b21159befe3e89bbaca71e9e62cf00af0f49fcca297c407944b988d59eb08" | 25 | SRC_URI[sha256sum] = "a53b21159befe3e89bbaca71e9e62cf00af0f49fcca297c407944b988d59eb08" |
26 | 26 | ||
27 | PR = "r1" | 27 | PR = "r2" |
28 | 28 | ||
29 | inherit autotools gettext | 29 | inherit autotools gettext |
30 | BBCLASSEXTEND = "native" | 30 | BBCLASSEXTEND = "native" |