]> code.ossystems Code Review - openembedded-core.git/commitdiff
opkg/opkg-utils/chkconfig: Clean up u-a-cworth references
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 17 Jan 2014 10:25:53 +0000 (10:25 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 17 Jan 2014 10:32:09 +0000 (10:32 +0000)
Catch some u-a-cworth references that slipped through the move of u-a
to opkg-utils and its rename to -opkg.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
meta/recipes-devtools/opkg/opkg.inc
meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb

index eb54a816f96511fb3e0638ab5ab0a81bafd9607b..6aa5fb839e1707abf2352c856411300dff32e835 100644 (file)
@@ -1,4 +1,5 @@
 SUMMARY = "Additional utilities for the opkg package manager"
+SUMMARY_update-alternatives-opkg = "Utility for managing the alternatives system"
 SECTION = "base"
 HOMEPAGE = "http://code.google.com/p/opkg/"
 LICENSE = "GPLv2+"
index 527fe5dac0d6102521a3e5dc680e314c10f548c3..7bea26d42c48ac88525ede217aabef68b7c3e295 100644 (file)
@@ -1,6 +1,5 @@
 SUMMARY = "Open Package Manager"
 SUMMARY_libopkg = "Open Package Manager library"
-SUMMARY_update-alternatives-cworth = "Utility for managing the alternatives system"
 SECTION = "base"
 HOMEPAGE = "http://code.google.com/p/opkg/"
 BUGTRACKER = "http://code.google.com/p/opkg/issues/list"
index 4560298ecab36410830e8d7ebd4ced10fea417ad..d285c5047cb7a295b34609aa72761387859f41a7 100644 (file)
@@ -56,7 +56,7 @@ SUMMARY_${PN}-alternatives-doc = "${SUMMARY_${PN}-alternatives} - Documentation
 DESCRIPTION_${PN}-alternatives-doc = "${DESCRIPTION_${PN}-alternatives}  \
 This package contains documentation."
 RPROVIDES_${PN}-alternatives += "update-alternatives"
-RCONFLICTS_${PN}-alternatives = "update-alternatives-cworth update-alternatives-dpkg"
+RCONFLICTS_${PN}-alternatives = "update-alternatives-opkg update-alternatives-dpkg"
 FILES_${PN}-alternatives = "${sbindir}/alternatives ${sbindir}/update-alternatives \
                            ${sysconfdir}/alternatives ${localstatedir}/lib/alternatives"
 FILES_${PN}-alternatives-doc = "${mandir}/man8/alternatives.8 \