[yocto] [PATCH] bc_1.06.bb: Fix uppercase typo in functions documentation (info manual).

Francesco Del Degan f.deldegan at pr0gg3d.net
Fri Mar 15 01:31:41 PDT 2013


Fixes uppercase typo of j (bessel) and e (exponential) functions in info
manual.

Signed-off-by: Francesco Del Degan <f.deldegan at endian.com>
---
 .../bc/bc-1.06/bc-1.06-info_exp_bessel.patch            |   15
 +++++++++++++++
 meta/recipes-extended/bc/bc_1.06.bb                     |    3 ++-
 2 files changed, 17 insertions(+), 1 deletion(-)
 create mode 100644
 meta/recipes-extended/bc/bc-1.06/bc-1.06-info_exp_bessel.patch

diff --git
a/meta/recipes-extended/bc/bc-1.06/bc-1.06-info_exp_bessel.patch
b/meta/recipes-extended/bc/bc-1.06/bc-1.06-info_exp_bessel.patch
new file mode 100644
index 0000000..e3e778d
--- /dev/null
+++ b/meta/recipes-extended/bc/bc-1.06/bc-1.06-info_exp_bessel.patch
@@ -0,0 +1,15 @@
+--- bc-1.06/doc/bc.info.info_exp_bessel        2003-08-12
14:57:45.000000000 +0200
++++ bc-1.06/doc/bc.info        2003-08-12 14:57:51.000000000 +0200
+@@ -664,10 +664,10 @@
+ `l (X)'
+      The natural logarithm of X.
+ 
+-`E (X)'
++`e (X)'
+      The exponential function of raising E to the value X.
+ 
+-`J (N,X)'
++`j (N,X)'
+      The bessel function of integer order N of X.
+ 

diff --git a/meta/recipes-extended/bc/bc_1.06.bb
b/meta/recipes-extended/bc/bc_1.06.bb
index fe9c3f4..20073ed 100644
--- a/meta/recipes-extended/bc/bc_1.06.bb
+++ b/meta/recipes-extended/bc/bc_1.06.bb
@@ -11,9 +11,10 @@ LIC_FILES_CHKSUM =
"file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
 
 SECTION = "base"
 DEPENDS = "flex"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "${GNU_MIRROR}/bc/bc-${PV}.tar.gz"
+SRC_URI += "file://bc-1.06-info_exp_bessel.patch"
 
 SRC_URI[md5sum] = "d44b5dddebd8a7a7309aea6c36fda117"
 SRC_URI[sha256sum] =
 "4ef6d9f17c3c0d92d8798e35666175ecd3d8efac4009d6457b5c99cea72c0e33"
-- 
1.7.10.4





More information about the yocto mailing list