[oe-commits] Martin Jansa : gnutls-2.10.4: add missing quote to PR

git version control git at git.openembedded.org
Thu Mar 24 20:03:56 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: e043f30dcf1a9e9d156ff1e3b8bb58a787fab95e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e043f30dcf1a9e9d156ff1e3b8bb58a787fab95e

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Mar 18 07:25:41 2011 +0100

gnutls-2.10.4: add missing quote to PR

* is something wrong with parser in bitbake master? IIRC we had
  parse exceptions before for similar typos
* missing quote produces not so nice error like this
  NOTE: Running task 1010 of 1049 (ID: 31, /OE/dev/recipes/gnutls/gnutls_2.10.4.bb, do_setscene)
  NOTE: package gnutls-2.10.4-"r11.2: task do_setscene: Started
  ERROR: Error in compiling python function in /OE/dev/recipes/gnutls/gnutls_2.10.4.bb
  ERROR: invalid syntax (packagestage_scenefunc, line 13)
  ERROR: The lines leading to this error were:
  ERROR:  13:SyntaxError:'    stagepkg = bb.data.expand("/OE/tmpdir-shr/pstage/shreglibc/staging-gnutls-armv4t-oe-linux-gnueabi_2.10.4-"r11.2_armv4t-linux-gnueabi.ipk", d)'
  ERROR:      0009:    removepkg = bb.data.expand("staging-gnutls-armv4t-oe-linux-gnueabi", d)
  ERROR:      0010:
  ERROR:      0011:    pstage_cleanpackage(removepkg, d)
  ERROR:      0012:
  ERROR:  *** 0013:    stagepkg = bb.data.expand("/OE/tmpdir-shr/pstage/shreglibc/staging-gnutls-armv4t-oe-linux-gnueabi_2.10.4-"r11.2_armv4t-linux-gnueabi.ipk", d)
  ERROR:      0014:    if not os.path.exists(stagepkg):
  ERROR:      0015:        staging_fetch(stagepkg, d)
  ERROR:      0016:
  ERROR:      0017:    if os.path.exists(stagepkg):
  ERROR: Function 'packagestage_scenefunc' failed
  ERROR: Logfile of failure stored in: /OE/tmpdir-shr/work/armv4t-oe-linux-gnueabi/gnutls-2.10.4-"r11.2/temp/log.do_setscene.15953

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/gnutls/gnutls_2.10.4.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/gnutls/gnutls_2.10.4.bb b/recipes/gnutls/gnutls_2.10.4.bb
index 7f25b85..0c13968 100644
--- a/recipes/gnutls/gnutls_2.10.4.bb
+++ b/recipes/gnutls/gnutls_2.10.4.bb
@@ -1,6 +1,6 @@
 require gnutls.inc
 
-PR = "${INC_PR}.2
+PR = "${INC_PR}.2"
 
 EXTRA_OECONF += " --without-libgcrypt-prefix "
 





More information about the Openembedded-commits mailing list