shr.conf: blacklist atd, because it's replaced by atd-over-fso
authorThomas Zimmermann <ml@vdm-design.de>
Fri, 20 Nov 2009 08:07:01 +0000 (08:07 +0000)
committerMartin Jansa <Martin.Jansa@gmail.com>
Sun, 22 Nov 2009 16:32:25 +0000 (17:32 +0100)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
conf/distro/shr.conf
recipes/ffalarms/atd-over-fso_0.70.bb

index 731f194..79c07af 100644 (file)
@@ -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/"
 
index 951e10c..b042a03 100644 (file)
@@ -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"