diff options
Diffstat (limited to 'recipes/socketcan/canutils.inc')
-rw-r--r-- | recipes/socketcan/canutils.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/socketcan/canutils.inc b/recipes/socketcan/canutils.inc index 596785f540..a4edeea09f 100644 --- a/recipes/socketcan/canutils.inc +++ b/recipes/socketcan/canutils.inc @@ -5,8 +5,8 @@ SECTION = "console/network" PRIORITY = "optional" LICENSE = "LGPL" DEPENDS = "libsocketcan" -RCONFLICTS = "socketcan-utils-test" -INC_PR = "r0" +RCONFLICTS_${PN} = "socketcan-utils-test" +INC_PR = "r1" SRC_URI = "git://git.pengutronix.de/git/tools/canutils.git;protocol=git;tag=${TAG} \ " |