mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
libjpeg-turbo: Add RPROVIDES to fix errors when rdepending on jpeg
This fixes "ERROR: Multiple .bb files are due to be built which each provide jpeg" Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com> Acked-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
committed by
Koen Kooi
parent
fb368b0790
commit
662fd013ad
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://cdjpeg.h;endline=12;md5=78fa8dbac547bb5b2a0e6457a6cfe
|
||||
file://djpeg.c;endline=13;md5=e85613b52f2906c5dfc0e21ec902cb33 \
|
||||
"
|
||||
PV = "8d+1.2.1"
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
SRCREV = "837"
|
||||
SRC_URI = "svn://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo;protocol=https;module=trunk"
|
||||
|
||||
@@ -15,6 +15,9 @@ S = "${WORKDIR}/trunk"
|
||||
|
||||
# Drop-in replacement for jpeg
|
||||
PROVIDES = "jpeg"
|
||||
RPROVIDES_${PN} += "jpeg"
|
||||
RREPLACES_${PN} += "jpeg"
|
||||
RCONFLICTS_${PN} += "jpeg"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user