]> code.ossystems Code Review - openembedded-core.git/commit
alsa-state: Rename init script
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Oct 2013 11:42:46 +0000 (11:42 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 Oct 2013 22:18:15 +0000 (23:18 +0100)
commit04c73333e4b539de96f096ca2954b2313175edc4
treef738c1de5aa43bc1ea7d5e5d7c8fb8c61482a8ba
parent9f6c4edf40963d1f3fb9f7e2d2b7a866aa1afe57
alsa-state: Rename init script

Having a SRC_URI called ${PN} is asking for trouble. When extending FILESPATH,
alsa-state can be treated as a directory and copied over the contents of ${WORKDIR}
which is invariably not what the user wants.

Avoid this by renaming the SRC_URI to something else and only call
it alsa-state at install time.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/alsa-state/alsa-state.bb
meta/recipes-bsp/alsa-state/alsa-state/alsa-state-init [moved from meta/recipes-bsp/alsa-state/alsa-state/alsa-state with 100% similarity]