abuse: update to 0.7.1,fix license,compilation(host libdir),and sdl install
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Sat, 26 Mar 2011 21:08:53 +0000 (22:08 +0100)
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Sat, 26 Mar 2011 23:58:41 +0000 (00:58 +0100)
commit58b8da5fdfb5b7421929fcb7701bbe7265558182
treea1be9f99fe4058d1a90ab493eb2f57d60537d589
parentb7fd958ca39eab3bcdbd20c35334dab30299c215
abuse: update to 0.7.1,fix license,compilation(host libdir),and sdl install

Without the sdl install fix() we have:
| install: cannot stat `.../work/armv7a-angstrom-linux-gnueabi/abuse-0.7.0-r1/abuse.png': No such file or directory

Without the patch -L/usr/lib was passed to the linking flags and it failed at linking.
And if we didn't set the xorg library path we had -L alone in the linking flags which made it fail
  too

Finally The license is assumed to be GPLv2,becase of COPYING.
Altough no headers were present in the source files.

Note that no data are included yet(it could be included in some
  future improvements)

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
recipes/abuse/abuse-0.7.1/no-host-libdir.patch [new file with mode: 0644]
recipes/abuse/abuse_0.7.0.bb [deleted file]
recipes/abuse/abuse_0.7.1.bb [new file with mode: 0644]