mirror of
https://github.com/Freescale/meta-freescale-distro.git
synced 2025-10-22 15:03:56 +02:00
qt-in-use: Fix RCONFLICTS to be package specific
Change-Id: Ib1640692ee0da495243335eb618d603164827475 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
723db3f8ea
commit
f7b3b3c689
|
@ -6,7 +6,7 @@ PV = "0.0+gitr${SRCPV}"
|
|||
SRCREV = "4b10cbfd32391c83251bbc61520eeab03461db0a"
|
||||
SRC_URI = "git://gitorious.org/qt-in-use/qt-in-industrial-embedded.git"
|
||||
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
S = "${WORKDIR}/git/${DEMO}"
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING.DOC;md5=ad1419ecc56e060eccf8184a87c4285f \
|
|||
DEMO = "smarthome"
|
||||
|
||||
RDEPENDS_${PN} += "${QT_BASE_NAME}-fonts"
|
||||
RCONFLICTS = "qt-in-industrial-embedded-smarthome"
|
||||
RCONFLICTS_${PN} = "qt-in-industrial-embedded-smarthome"
|
||||
|
||||
inherit qt4e
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING.DOC;md5=ad1419ecc56e060eccf8184a87c4285f \
|
|||
|
||||
DEMO = "smarthome"
|
||||
|
||||
RCONFLICTS = "qt-in-industrial-embedded-smarthome-e"
|
||||
RCONFLICTS_${PN} = "qt-in-industrial-embedded-smarthome-e"
|
||||
|
||||
inherit qt4x11
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user