From: John Lee Date: Mon, 24 Nov 2008 20:47:35 +0000 (+0800) Subject: alsa-lib_1.0.15.bb: fix PR, should be "r1" instead of "1" X-Git-Tag: Release-2010-05/1~4722^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c26800d9cde6e9199006d7ee0b5d9333321dfe0a;p=openembedded.git alsa-lib_1.0.15.bb: fix PR, should be "r1" instead of "1" since the default is 'r0' --- diff --git a/packages/alsa/alsa-lib_1.0.15.bb b/packages/alsa/alsa-lib_1.0.15.bb index 399352f299..4cf393843b 100644 --- a/packages/alsa/alsa-lib_1.0.15.bb +++ b/packages/alsa/alsa-lib_1.0.15.bb @@ -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,