From: Martin Jansa Date: Wed, 6 Feb 2013 13:54:24 +0000 (+0100) Subject: libxscrnsaver: improve RREPLACES to add libxss only for PN X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~38485 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=0bb5572536a39fabd29c307004e76202afd5b6b4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libxscrnsaver: improve RREPLACES to add libxss only for PN Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.2.bb b/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.2.bb index f97fd8f695d..0c15557c8ae 100644 --- a/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.2.bb +++ b/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.2.bb @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=21fd154ee757813632ada871a34113fb" DEPENDS += "libxext scrnsaverproto" PROVIDES = "libxss" -RREPLACES = "libxss" +RREPLACES_${PN} = "libxss" PR = "r0" PE = "1"