[oe-commits] Martin Jansa : chkconfig-alternatives-native: just append to PROVIDES

git at git.openembedded.org git at git.openembedded.org
Sat Mar 2 22:46:01 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: f0c600ce8971c5444198ffe4f596b671e3e668cf
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f0c600ce8971c5444198ffe4f596b671e3e668cf

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Sat Mar  2 18:06:57 2013 +0100

chkconfig-alternatives-native: just append to PROVIDES

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../chkconfig-alternatives-native_1.3.59.bb        |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-extended/chkconfig/chkconfig-alternatives-native_1.3.59.bb b/meta/recipes-extended/chkconfig/chkconfig-alternatives-native_1.3.59.bb
index 4c72410..7fd34aa 100644
--- a/meta/recipes-extended/chkconfig/chkconfig-alternatives-native_1.3.59.bb
+++ b/meta/recipes-extended/chkconfig/chkconfig-alternatives-native_1.3.59.bb
@@ -3,7 +3,7 @@ require recipes-extended/chkconfig/chkconfig_1.3.58.bb
 SUMMARY = "${SUMMARY_chkconfig-alternatives}"
 DESCRIPTION = "${DESCRIPTION_chkconfig-alternatives}"
 DEPENDS = ""
-PROVIDES = "${PN} virtual/update-alternatives-native"
+PROVIDES += "virtual/update-alternatives-native"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 # The sysroot branch is 1.3.59 + some git commits from master + --sysroot





More information about the Openembedded-commits mailing list