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 | e45da211a70c0ed1b533992b0d82dfe5317fdb64 (patch) | |
tree | 8dc3137035c8c2a25ae51ab7bd4c5321bcb0cfa9 /meta/recipes-core/udev | |
parent | 5c98e90ce97d26c640ffbb91539721ecb4ea82f2 (diff) | |
download | poky-e45da211a70c0ed1b533992b0d82dfe5317fdb64.tar.gz |
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-core/udev')
-rw-r--r-- | meta/recipes-core/udev/udev_182.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/udev/udev_182.bb b/meta/recipes-core/udev/udev_182.bb index d66292ed7a..a90c2890c0 100644 --- a/meta/recipes-core/udev/udev_182.bb +++ b/meta/recipes-core/udev/udev_182.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | include udev.inc | 1 | include udev.inc |
2 | 2 | ||
3 | PR = "r7" | 3 | PR = "r8" |
4 | 4 | ||
5 | # module-init-tools from kmod_git will provide libkmod runtime | 5 | # module-init-tools from kmod_git will provide libkmod runtime |
6 | DEPENDS += "module-init-tools" | 6 | DEPENDS += "module-init-tools" |