diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-17 10:25:53 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-19 16:32:10 +0000 |
commit | 6644dac5d115dbb240de39b8079a4357a47e79dd (patch) | |
tree | a04abb8d25be8c9e2ae08ef38d3b6f3fd26d5c7d /meta/recipes-extended | |
parent | 11cff9446f7db1fbf00729fbebd06eb997253aa5 (diff) | |
download | poky-6644dac5d115dbb240de39b8079a4357a47e79dd.tar.gz |
opkg/opkg-utils/chkconfig: Clean up u-a-cworth references
Catch some u-a-cworth references that slipped through the move of u-a
to opkg-utils and its rename to -opkg.
(From OE-Core rev: a9ff0bbac5ae0688525c71f0a358f0750a277269)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb b/meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb index 4560298eca..d285c5047c 100644 --- a/meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb +++ b/meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb | |||
@@ -56,7 +56,7 @@ SUMMARY_${PN}-alternatives-doc = "${SUMMARY_${PN}-alternatives} - Documentation | |||
56 | DESCRIPTION_${PN}-alternatives-doc = "${DESCRIPTION_${PN}-alternatives} \ | 56 | DESCRIPTION_${PN}-alternatives-doc = "${DESCRIPTION_${PN}-alternatives} \ |
57 | This package contains documentation." | 57 | This package contains documentation." |
58 | RPROVIDES_${PN}-alternatives += "update-alternatives" | 58 | RPROVIDES_${PN}-alternatives += "update-alternatives" |
59 | RCONFLICTS_${PN}-alternatives = "update-alternatives-cworth update-alternatives-dpkg" | 59 | RCONFLICTS_${PN}-alternatives = "update-alternatives-opkg update-alternatives-dpkg" |
60 | FILES_${PN}-alternatives = "${sbindir}/alternatives ${sbindir}/update-alternatives \ | 60 | FILES_${PN}-alternatives = "${sbindir}/alternatives ${sbindir}/update-alternatives \ |
61 | ${sysconfdir}/alternatives ${localstatedir}/lib/alternatives" | 61 | ${sysconfdir}/alternatives ${localstatedir}/lib/alternatives" |
62 | FILES_${PN}-alternatives-doc = "${mandir}/man8/alternatives.8 \ | 62 | FILES_${PN}-alternatives-doc = "${mandir}/man8/alternatives.8 \ |