mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
i2c-tools: fix inverted RDEPENDS
The runtime dependency between i2c-tools and i2c-tools-misc was backwards when the packages were split. With this change, including i2c-tools in an image no longer drags in perl. (From OE-Core rev: e1837b51e4054a725ce01007f27544ee21db79ef) Signed-off-by: Matt Madison <matt@madison.systems> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
35c043b42b
commit
ac1bc7d5a0
@@ -30,5 +30,4 @@ FILES_${PN}-misc = "${sbindir}/i2c-stub-from-dump \
|
||||
${bindir}/decode-dimms \
|
||||
${bindir}/decode-vaio \
|
||||
"
|
||||
RDEPENDS_${PN} += "${PN}-misc"
|
||||
RDEPENDS_${PN}-misc += "perl"
|
||||
RDEPENDS_${PN}-misc = "${PN} perl"
|
||||
|
||||
Reference in New Issue
Block a user