diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2013-03-02 18:06:57 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-02 22:45:26 +0000 |
commit | 08385ae5b236b5d82fc51243adfc357c405d0d54 (patch) | |
tree | f5a3fb562554a379f0106c6fa41c256732c776f2 /meta | |
parent | 53cdf7bae1a50191d5d184b40f6bc37b7b516701 (diff) | |
download | ast2050-yocto-poky-08385ae5b236b5d82fc51243adfc357c405d0d54.zip ast2050-yocto-poky-08385ae5b236b5d82fc51243adfc357c405d0d54.tar.gz |
chkconfig-alternatives-native: just append to PROVIDES
(From OE-Core rev: f0c600ce8971c5444198ffe4f596b671e3e668cf)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/chkconfig/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 |