mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 15:32:13 +02:00
Fix RPM dependencies
When packaging for RPM, dependencies were not being properly added to the packages. Only the "providing" dependencies were added due to a typo. (From OE-Core rev: c5d4e17f29d7f032d566d3b222a0ee231da03f78) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
64ea342b4f
commit
29aa617a48
@@ -840,7 +840,7 @@ python do_package_rpm () {
|
||||
os.chmod(outdepends, 0755)
|
||||
|
||||
# Poky / RPM Provides
|
||||
outprovides = workdir + "/" + srcname + ".requires"
|
||||
outprovides = workdir + "/" + srcname + ".provides"
|
||||
|
||||
try:
|
||||
from __builtin__ import file
|
||||
|
||||
Reference in New Issue
Block a user