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>
This commit is contained in:
Mike Looijmans
2014-04-20 14:39:38 +02:00
committed by Richard Purdie
parent 5c98e90ce9
commit e45da211a7
10 changed files with 12 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
include udev.inc
PR = "r7"
PR = "r8"
# module-init-tools from kmod_git will provide libkmod runtime
DEPENDS += "module-init-tools"