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/monotone | |
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/monotone')
-rw-r--r-- | recipes/monotone/monotone-6_0.33.bb | 2 | ||||
-rw-r--r-- | recipes/monotone/monotone-6_0.34.bb | 2 | ||||
-rw-r--r-- | recipes/monotone/monotone-6_0.37.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes/monotone/monotone-6_0.33.bb b/recipes/monotone/monotone-6_0.33.bb index 8bc24f24d3..5b50ec8a27 100644 --- a/recipes/monotone/monotone-6_0.33.bb +++ b/recipes/monotone/monotone-6_0.33.bb @@ -6,7 +6,7 @@ LICENSE = "MIT" DEPENDS = "boost" PROVIDES = "monotone" -RPROVIDES = "monotone" +RPROVIDES_${PN} = "monotone" S = "${WORKDIR}/monotone-${PV}" # no cross compile support - it tries to run the test program even with diff --git a/recipes/monotone/monotone-6_0.34.bb b/recipes/monotone/monotone-6_0.34.bb index 9a6695237f..c7a337a920 100644 --- a/recipes/monotone/monotone-6_0.34.bb +++ b/recipes/monotone/monotone-6_0.34.bb @@ -6,7 +6,7 @@ LICENSE = "MIT" DEPENDS = "boost" PROVIDES = "monotone" -RPROVIDES = "monotone" +RPROVIDES_${PN} = "monotone" S = "${WORKDIR}/monotone-${PV}" # no cross compile support - it tries to run the test program even with diff --git a/recipes/monotone/monotone-6_0.37.bb b/recipes/monotone/monotone-6_0.37.bb index 716a26b5bc..9f1bb7cf6e 100644 --- a/recipes/monotone/monotone-6_0.37.bb +++ b/recipes/monotone/monotone-6_0.37.bb @@ -6,7 +6,7 @@ LICENSE = "MIT" DEPENDS = "boost" PROVIDES = "monotone" -RPROVIDES = "monotone" +RPROVIDES_${PN} = "monotone" S = "${WORKDIR}/monotone-${PV}" # no cross compile support - it tries to run the test program even with |