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/recipes-extended/chkconfig | |
parent | 53cdf7bae1a50191d5d184b40f6bc37b7b516701 (diff) | |
download | 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/recipes-extended/chkconfig')
-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 4c7241018b..7fd34aa05f 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 | |||
3 | SUMMARY = "${SUMMARY_chkconfig-alternatives}" | 3 | SUMMARY = "${SUMMARY_chkconfig-alternatives}" |
4 | DESCRIPTION = "${DESCRIPTION_chkconfig-alternatives}" | 4 | DESCRIPTION = "${DESCRIPTION_chkconfig-alternatives}" |
5 | DEPENDS = "" | 5 | DEPENDS = "" |
6 | PROVIDES = "${PN} virtual/update-alternatives-native" | 6 | PROVIDES += "virtual/update-alternatives-native" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
8 | 8 | ||
9 | # The sysroot branch is 1.3.59 + some git commits from master + --sysroot | 9 | # The sysroot branch is 1.3.59 + some git commits from master + --sysroot |