alsa-lib_1.0.15.bb: fix PR, should be "r1" instead of "1"
authorJohn Lee <john_lee@openmoko.com>
Mon, 24 Nov 2008 20:47:35 +0000 (04:47 +0800)
committerJohn Lee <john_lee@openmoko.org>
Thu, 18 Dec 2008 15:40:51 +0000 (23:40 +0800)
since the default is 'r0'

packages/alsa/alsa-lib_1.0.15.bb

index 399352f..4cf3938 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Alsa sound library"
 HOMEPAGE = "http://www.alsa-project.org"
 SECTION = "libs/multimedia"
 LICENSE = "GPL"
-PR = "1"
+PR = "r1"
 
 # configure.in sets -D__arm__ on the command line for any arm system
 # (not just those with the ARM instruction set), this should be removed,