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: 2015-4~7648 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0bb5572536a39fabd29c307004e76202afd5b6b4;p=openembedded-core.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 f97fd8f695..0c15557c8a 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"