diff options
author | Richard Purdie <richard@openedhand.com> | 2007-08-20 09:52:41 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-08-20 09:52:41 +0000 |
commit | 7b40874c56b4d2080db8e5933c44b9d8d51925e3 (patch) | |
tree | 7e9691387fe511bc3e2f395021c83f39587767a5 /meta/packages/alsa/alsa-lib_1.0.14.bb | |
parent | 363d68a1f8b3a087330a7e420273b5af1e53a125 (diff) | |
download | openembedded-core-7b40874c56b4d2080db8e5933c44b9d8d51925e3.tar.gz openembedded-core-7b40874c56b4d2080db8e5933c44b9d8d51925e3.tar.bz2 openembedded-core-7b40874c56b4d2080db8e5933c44b9d8d51925e3.zip |
alsa-lib: Unbreak plugin loading in ALSA by fixing plugindir shell variable (patch from Matt Hoosier #469)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2515 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/alsa/alsa-lib_1.0.14.bb')
-rw-r--r-- | meta/packages/alsa/alsa-lib_1.0.14.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/packages/alsa/alsa-lib_1.0.14.bb b/meta/packages/alsa/alsa-lib_1.0.14.bb index 4d77e7a654..de805b9a4b 100644 --- a/meta/packages/alsa/alsa-lib_1.0.14.bb +++ b/meta/packages/alsa/alsa-lib_1.0.14.bb @@ -3,6 +3,8 @@ HOMEPAGE = "http://www.alsa-project.org" SECTION = "libs/multimedia" LICENSE = "GPL" +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, # (or replaced by a permitted #define). @@ -10,7 +12,8 @@ LICENSE = "GPL" ARM_INSTRUCTION_SET = "arm" SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2 \ - file://fix-tstamp-declaration.patch;patch=1" + file://fix-tstamp-declaration.patch;patch=1 \ + file://unbreak_plugindir.patch;patch=1" inherit autotools pkgconfig |