diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2014-03-07 10:37:27 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-07 13:38:36 +0000 |
commit | b60c68a4ea937a647e13d69dfecefb7dcbda95a0 (patch) | |
tree | 0dd8eb43b0fecd049a3021c82fb9057686d6f309 /meta/recipes-bsp/alsa-state | |
parent | c6825ec6e92e20bb64a051d1576f363c16e98d68 (diff) | |
download | openembedded-core-contrib-b60c68a4ea937a647e13d69dfecefb7dcbda95a0.tar.gz |
PR bumps to remove PRINC use in meta-fsl-arm
Those recipes need PR bump so we drop PRINC from meta-fsl-arm layer.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/alsa-state')
-rw-r--r-- | meta/recipes-bsp/alsa-state/alsa-state.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/alsa-state/alsa-state.bb b/meta/recipes-bsp/alsa-state/alsa-state.bb index c996cd95dec..5ab1b13a521 100644 --- a/meta/recipes-bsp/alsa-state/alsa-state.bb +++ b/meta/recipes-bsp/alsa-state/alsa-state.bb @@ -10,7 +10,7 @@ sound state at system boot and save it at system shut down." LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" PV = "0.2.0" -PR = "r3" +PR = "r4" SRC_URI = "\ file://asound.conf \ |