From b92396f95c77c638c669e527e75f69e6e23621ca Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Sat, 11 Oct 2014 05:51:08 +0300 Subject: [PATCH] xfce4-notifyd: try to deal with file clash --- recipes/xfce-extras/xfce4-notifyd_0.1.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/xfce-extras/xfce4-notifyd_0.1.0.bb b/recipes/xfce-extras/xfce4-notifyd_0.1.0.bb index c04e1d0cbc..0f615bcfd4 100644 --- a/recipes/xfce-extras/xfce4-notifyd_0.1.0.bb +++ b/recipes/xfce-extras/xfce4-notifyd_0.1.0.bb @@ -11,6 +11,9 @@ XFCE_VERSION = "4.6.1" SRC_URI = "http://spuriousinterrupt.org/files/${PN}/${PN}-${PV}.tar.bz2" +# should this be ALTERNATIVE instead? +RREPLACES_${PN} = "notification-daemon" + FILES_${PN} = "\ ${datadir}/dbus-1/services \ ${datadir}/themes \ -- 2.39.5