mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-04 14:10:22 +00:00
cryptsetup-tpm-incubator: RPROVIDES cryptsetup and cryptsetup-dev
Without this we get weird conflict when you include dev packages: rror: Transaction check error: file /usr/include/libcryptsetup.h conflicts between attempted installs of cryptsetup-tpm-incubator-dev-0.9.9-r0.corei7_64 and lib32-cryptsetup-dev-2.3.2-r0.1.i586 file /usr/lib64/libcryptsetup.so conflicts between attempted installs of cryptsetup-tpm-incubator-dev-0.9.9-r0.corei7_64 and cryptsetup-dev-2.3.2-r0.1.corei7_64 file /usr/lib64/pkgconfig/libcryptsetup.pc conflicts between attempted installs of cryptsetup-tpm-incubator-dev-0.9.9-r0.corei7_64 and cryptsetup-dev-2.3.2-r0.1.corei7_64 file /usr/lib/libcryptsetup.so conflicts between attempted installs of lib32-cryptsetup-tpm-incubator-dev-0.9.9-r0.i586 and lib32-cryptsetup-dev-2.3.2-r0.1.i586 file /usr/lib/pkgconfig/libcryptsetup.pc conflicts between attempted installs of lib32-cryptsetup-tpm-incubator-dev-0.9.9-r0.i586 and lib32-cryptsetup-dev-2.3.2-r0.1.i586 Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
1a69ba09cf
commit
bedfdc1fb9
@@ -36,7 +36,12 @@ FILES_${PN} += "${libdir}/tmpfiles.d"
|
||||
RDEPENDS_${PN} += "lvm2 libdevmapper"
|
||||
RRECOMMENDS_${PN} += "lvm2-udevrules"
|
||||
|
||||
RPROVIDES_${PN} = "cryptsetup"
|
||||
RREPLACES_${PN} = "cryptsetup"
|
||||
RCONFLICTS_${PN} ="cryptsetup"
|
||||
|
||||
RPROVIDES_${PN}-dev = "cryptsetup-dev"
|
||||
RREPLACES_${PN}-dev = "cryptsetup-dev"
|
||||
RCONFLICTS_${PN}-dev ="cryptsetup-dev"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user