aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/fso-gsm0710muxd_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/freesmartphone/fso-gsm0710muxd_git.bb')
-rw-r--r--recipes/freesmartphone/fso-gsm0710muxd_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/freesmartphone/fso-gsm0710muxd_git.bb b/recipes/freesmartphone/fso-gsm0710muxd_git.bb
index aec38f0dbe..a85a796e5d 100644
--- a/recipes/freesmartphone/fso-gsm0710muxd_git.bb
+++ b/recipes/freesmartphone/fso-gsm0710muxd_git.bb
@@ -6,15 +6,15 @@ LICENSE = "GPL"
SRCREV = "1d69fb5b666ac2a9e54e46978c7afa8fe5dfc3c9"
PV = "0.9.3.1+gitr${SRCPV}"
PE = "1"
-PR = "r0"
+PR = "r1"
SRC_URI = "${FREESMARTPHONE_GIT}/gsm0710muxd.git;protocol=git;branch=master"
S = "${WORKDIR}/git"
inherit autotools
-RDEPENDS = "dbus dbus-glib"
-RCONFLICTS = "gsm0710muxd"
-RREPLACES = "gsm0710muxd"
+RDEPENDS_${PN} = "dbus dbus-glib"
+RCONFLICTS_${PN} = "gsm0710muxd"
+RREPLACES_${PN} = "gsm0710muxd"
FILES_${PN} += "${datadir} ${sysconfdir}"