git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c244478
)
alsa-lib_1.0.15.bb: fix PR, should be "r1" instead of "1"
author
John Lee
<john_lee@openmoko.com>
Mon, 24 Nov 2008 20:47:35 +0000
(
04:47
+0800)
committer
John 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
patch
|
blob
|
history
diff --git
a/packages/alsa/alsa-lib_1.0.15.bb
b/packages/alsa/alsa-lib_1.0.15.bb
index
399352f
..
4cf3938
100644
(file)
--- 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 = "
r
1"
# 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,