diff options
author | Mike Looijmans <milo-software@users.sourceforge.net> | 2014-04-20 14:39:38 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-24 17:55:14 +0100 |
commit | 9a63e2282181ad9a0658c6327e046ef83140ae88 (patch) | |
tree | 778cd515255fde285780f01cd59ecf4f817f408f /meta/recipes-bsp | |
parent | 5104f164ecd1d08e82b9f50b4775ab2a0700d21e (diff) | |
download | tizen-distro-9a63e2282181ad9a0658c6327e046ef83140ae88.tar.gz tizen-distro-9a63e2282181ad9a0658c6327e046ef83140ae88.tar.bz2 tizen-distro-9a63e2282181ad9a0658c6327e046ef83140ae88.zip |
PR bumps to remove PRINC use in meta-openpli
Resolves warnings of this kind in the OpenPLi layer:
WARNING: Use of PRINC * was detected in the recipe *
(From OE-Core rev: 5ffb38d6ace7faae839c8cac7327b5b1c2daae1a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-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 5ab1b13a52..874d6bbe83 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 = "r4" +PR = "r5" SRC_URI = "\ file://asound.conf \ |