scummvm: add version 1.1.1
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Thu, 10 Jun 2010 20:36:22 +0000 (22:36 +0200)
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Thu, 10 Jun 2010 21:33:17 +0000 (23:33 +0200)
commitf0c0823e891c517562cb542ef6e64bb0ec9f7faf
tree18f72b16781e088b105faf13b69153f8c5a5caae
parenteb094140e84ef2fb75bc43e84d413ec1ed85f1a4
scummvm: add version 1.1.1

*removed the useless CCACHE=""
*do_configure_append is still necessary,else you still have issues
  like that:
    | sound/rate_arm_asm.s:713: Error: no such instruction: `ldr PC,[r13,'
*I took the following from DJWillis(John Willis)'s recipe(he sent it to me via mail)
  # Make this a plugin enabled build. Bigger binary, less memory usage. Makes more games run on lower end platforms.
  # These plugins are not normal Linux shared libs so will fall foul of the sanity checker.
  INSANE_SKIP_${PN} = True
  EXTRA_OECONF += " --enable-plugins --default-dynamic "
The comment are self explanatory
Thanks a lot John Willis(who is a scummvm developer)
recipes/scummvm/scummvm-1.1.1/no-strip.patch [new file with mode: 0644]
recipes/scummvm/scummvm_1.1.1.bb [new file with mode: 0644]