diff options
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 |