alsa-utils: Do not make strl* functions as static.
authorKhem Raj <raj.khem@gmail.com>
Mon, 26 Jan 2009 07:13:20 +0000 (23:13 -0800)
committerKhem Raj <raj.khem@gmail.com>
Mon, 26 Jan 2009 07:13:20 +0000 (23:13 -0800)
commit01006e071c156fc20cc273a3cf2deb70460c0d53
treeecd4d7b149eac17873230b08495fa6445acb4007
parentec91180cc7efb7fb87a3c0be5de00fa668336813
alsa-utils: Do not make strl* functions as static.

* These funtions are provided by C libraries like uclibc
Declaring them static here causes static not static declaration
issues reported by gcc.
packages/alsa/alsa-utils_1.0.18.bb
packages/alsa/files/alsa-utils-strl-funcs-non-static.patch [new file with mode: 0644]