diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-10 15:58:51 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-10 21:50:21 +0200 |
commit | 719de6735f6d14ad05f231df900795bbb19a2810 (patch) | |
tree | 9ca5895db50f8a6ded61922f9637c072f8ccce21 /recipes/socketcan | |
parent | f91c6bd3df717860d852e717ffab24eba48fd00f (diff) |
recipes: conform to OE packaging guidelines with RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES
* even worse than last RDEPENDS/RRECOMMENDS change, because now ie:
opkg info coreutils-doc
Provides: textutils, shellutils, fileutils
Replaces: textutils, shellutils, fileutils
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/socketcan')
-rw-r--r-- | recipes/socketcan/canutils.inc | 2 | ||||
-rw-r--r-- | recipes/socketcan/socketcan-utils-test_svn.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/socketcan/canutils.inc b/recipes/socketcan/canutils.inc index 596785f540..841f38740a 100644 --- a/recipes/socketcan/canutils.inc +++ b/recipes/socketcan/canutils.inc @@ -5,7 +5,7 @@ SECTION = "console/network" PRIORITY = "optional" LICENSE = "LGPL" DEPENDS = "libsocketcan" -RCONFLICTS = "socketcan-utils-test" +RCONFLICTS_${PN} = "socketcan-utils-test" INC_PR = "r0" SRC_URI = "git://git.pengutronix.de/git/tools/canutils.git;protocol=git;tag=${TAG} \ diff --git a/recipes/socketcan/socketcan-utils-test_svn.bb b/recipes/socketcan/socketcan-utils-test_svn.bb index 2239a02880..b7788b6fbe 100644 --- a/recipes/socketcan/socketcan-utils-test_svn.bb +++ b/recipes/socketcan/socketcan-utils-test_svn.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Socketcan user space utilities and test apps" HOMEPAGE = "http://developer.berlios.de/projects/socketcan/" SECTION = "console/utils" LICENSE = "GPL" -RCONFLICTS = "canutils" +RCONFLICTS_${PN} = "canutils" SRCREV = "917" PV = "0.0+svnr${SRCPV}" |