gnutls-2.10.4: add missing quote to PR
commite043f30dcf1a9e9d156ff1e3b8bb58a787fab95e
authorMartin Jansa <Martin.Jansa@gmail.com>
Fri, 18 Mar 2011 06:25:41 +0000 (18 07:25 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Fri, 18 Mar 2011 06:28:09 +0000 (18 07:28 +0100)
tree98029fd9b22329a07cd33fd901fd63347ca5be44
parenta7b6843c11b583652d99d6b454176b066d769280
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@gmail.com>
recipes/gnutls/gnutls_2.10.4.bb