---
 conf/distro/shr.conf                  |    1 +
 recipes/freesmartphone/fso-apm_git.bb |    7 ++++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf
index 7f490f4..fbd11ff 100644
--- a/conf/distro/shr.conf
+++ b/conf/distro/shr.conf
@@ -95,6 +95,7 @@ PREFERRED_PROVIDER_virtual/java-initial = "cacao-initial"
 PREFERRED_PROVIDER_atd = "atd-over-fso"
 PREFERRED_PROVIDER_qt4x11 = "qt4-x11-free"
 PREFERRED_PROVIDER_apmd = "fso-apm"
+PREFERRED_PROVIDER_apm = "fso-apm"
 
 # Helper to say what image we built
 SHR_VERSION_FILE = "${IMAGE_ROOTFS}/${sysconfdir}/shr-version"
diff --git a/recipes/freesmartphone/fso-apm_git.bb 
b/recipes/freesmartphone/fso-apm_git.bb
index 6512089..52765eb 100644
--- a/recipes/freesmartphone/fso-apm_git.bb
+++ b/recipes/freesmartphone/fso-apm_git.bb
@@ -13,6 +13,7 @@ S = "${WORKDIR}/git/tools/apm2"
 
 inherit autotools
 
-PROVIDES_${PN} = "apm apmd"
-RCONFLICTS_${PN} = "apm apmd"
-RREPLACES_${PN} = "apm apmd"
\ No newline at end of file
+RPROVIDES = "apm apmd"
+RCONFLICTS = "apm apmd"
+RREPLACES = "apm apmd"
+
-- 
1.6.5.3

_______________________________________________
Shr-devel mailing list
Shr-devel@lists.shr-project.org
http://lists.shr-project.org/mailman/listinfo/shr-devel

Reply via email to