summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-17 10:25:53 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-19 16:32:10 +0000
commit6644dac5d115dbb240de39b8079a4357a47e79dd (patch)
treea04abb8d25be8c9e2ae08ef38d3b6f3fd26d5c7d /meta
parent11cff9446f7db1fbf00729fbebd06eb997253aa5 (diff)
downloadpoky-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')
-rw-r--r--meta/recipes-devtools/opkg-utils/opkg-utils_git.bb1
-rw-r--r--meta/recipes-devtools/opkg/opkg.inc1
-rw-r--r--meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb2
3 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
index eb54a816f9..6aa5fb839e 100644
--- a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
+++ b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
@@ -1,4 +1,5 @@
1SUMMARY = "Additional utilities for the opkg package manager" 1SUMMARY = "Additional utilities for the opkg package manager"
2SUMMARY_update-alternatives-opkg = "Utility for managing the alternatives system"
2SECTION = "base" 3SECTION = "base"
3HOMEPAGE = "http://code.google.com/p/opkg/" 4HOMEPAGE = "http://code.google.com/p/opkg/"
4LICENSE = "GPLv2+" 5LICENSE = "GPLv2+"
diff --git a/meta/recipes-devtools/opkg/opkg.inc b/meta/recipes-devtools/opkg/opkg.inc
index 527fe5dac0..7bea26d42c 100644
--- a/meta/recipes-devtools/opkg/opkg.inc
+++ b/meta/recipes-devtools/opkg/opkg.inc
@@ -1,6 +1,5 @@
1SUMMARY = "Open Package Manager" 1SUMMARY = "Open Package Manager"
2SUMMARY_libopkg = "Open Package Manager library" 2SUMMARY_libopkg = "Open Package Manager library"
3SUMMARY_update-alternatives-cworth = "Utility for managing the alternatives system"
4SECTION = "base" 3SECTION = "base"
5HOMEPAGE = "http://code.google.com/p/opkg/" 4HOMEPAGE = "http://code.google.com/p/opkg/"
6BUGTRACKER = "http://code.google.com/p/opkg/issues/list" 5BUGTRACKER = "http://code.google.com/p/opkg/issues/list"
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
56DESCRIPTION_${PN}-alternatives-doc = "${DESCRIPTION_${PN}-alternatives} \ 56DESCRIPTION_${PN}-alternatives-doc = "${DESCRIPTION_${PN}-alternatives} \
57This package contains documentation." 57This package contains documentation."
58RPROVIDES_${PN}-alternatives += "update-alternatives" 58RPROVIDES_${PN}-alternatives += "update-alternatives"
59RCONFLICTS_${PN}-alternatives = "update-alternatives-cworth update-alternatives-dpkg" 59RCONFLICTS_${PN}-alternatives = "update-alternatives-opkg update-alternatives-dpkg"
60FILES_${PN}-alternatives = "${sbindir}/alternatives ${sbindir}/update-alternatives \ 60FILES_${PN}-alternatives = "${sbindir}/alternatives ${sbindir}/update-alternatives \
61 ${sysconfdir}/alternatives ${localstatedir}/lib/alternatives" 61 ${sysconfdir}/alternatives ${localstatedir}/lib/alternatives"
62FILES_${PN}-alternatives-doc = "${mandir}/man8/alternatives.8 \ 62FILES_${PN}-alternatives-doc = "${mandir}/man8/alternatives.8 \