From: Thomas Zimmermann Date: Fri, 20 Nov 2009 08:07:01 +0000 (+0000) Subject: shr.conf: blacklist atd, because it's replaced by atd-over-fso X-Git-Tag: Release-2010-05/1~1648^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1eae4a07dd02b75eb39e0e238dbdbdd29252b94e;p=openembedded.git shr.conf: blacklist atd, because it's replaced by atd-over-fso Signed-off-by: Martin Jansa --- diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf index 731f194823..79c07afbe6 100644 --- a/conf/distro/shr.conf +++ b/conf/distro/shr.conf @@ -47,6 +47,7 @@ INHERIT += "angstrom" ANGSTROM_BLACKLIST_pn-bluez-libs = "bluez-libs 3.x has been replaced by bluez4" ANGSTROM_BLACKLIST_pn-bluez-utils = "bluez-utils 3.x has been replaced by bluez4" +ANGSTROM_BLACKLIST_pn-atd = "atd has been replaced by atd-over-fso" CVS_TARBALL_STASH += "http://build.shr-project.org/sources/" diff --git a/recipes/ffalarms/atd-over-fso_0.70.bb b/recipes/ffalarms/atd-over-fso_0.70.bb index 951e10c66d..b042a0356a 100644 --- a/recipes/ffalarms/atd-over-fso_0.70.bb +++ b/recipes/ffalarms/atd-over-fso_0.70.bb @@ -1,9 +1,9 @@ DESCRIPTION = "Lightweight At Daemon working on top of org.freesmartphone.otimed" SECTION = "base" LICENSE = "GPLV2" -RCONFLICTS = "at atd" -RREPLACES = "at atd" -RPROVIDES = "atd" +RCONFLICTS_${PN} = "at atd" +RREPLACES_${PN} = "at atd" +RPROVIDES_${PN} = "atd" DEPENDS = "dbus-glib pkgconfig" RDEPENDS += "dbus dbus-glib frameworkd"