aboutsummaryrefslogtreecommitdiffstats
path: root/packages/alsa
diff options
context:
space:
mode:
authorJohn Lee <john_lee@openmoko.com>2008-11-25 04:47:35 +0800
committerJohn Lee <john_lee@openmoko.org>2008-12-18 23:40:51 +0800
commitc26800d9cde6e9199006d7ee0b5d9333321dfe0a (patch)
tree392dca161d7d95ebe91ced8ff805087ec37436a8 /packages/alsa
parentc244478031574c3288ee7d31ef4ee650e47dfb9f (diff)
downloadopenembedded-c26800d9cde6e9199006d7ee0b5d9333321dfe0a.tar.gz
alsa-lib_1.0.15.bb: fix PR, should be "r1" instead of "1"
since the default is 'r0'
Diffstat (limited to 'packages/alsa')
-rw-r--r--packages/alsa/alsa-lib_1.0.15.bb2
1 files changed, 1 insertions, 1 deletions
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,