diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-02-27 14:40:13 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-02-27 14:40:13 +0000 |
commit | 8522e28917c778b75cc9a551d4875613db0616a7 (patch) | |
tree | faf9d76557f0d8f83baab93d214a19c764fed590 /packages/freesmartphone/gsm0710muxd_svn.bb | |
parent | 79f57b121603b1d53f1a58c9dbf0cdc7c136a956 (diff) |
add pyneod, remove python-fso-pyproto
Diffstat (limited to 'packages/freesmartphone/gsm0710muxd_svn.bb')
-rw-r--r-- | packages/freesmartphone/gsm0710muxd_svn.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/freesmartphone/gsm0710muxd_svn.bb b/packages/freesmartphone/gsm0710muxd_svn.bb index 98b9360c00..6c3d29aed4 100644 --- a/packages/freesmartphone/gsm0710muxd_svn.bb +++ b/packages/freesmartphone/gsm0710muxd_svn.bb @@ -3,9 +3,11 @@ HOMEPAGE = "http://www.freesmartphone.org" AUTHOR = "M. Dietrich" SECTION = "console/network" DEPENDS = "intltool-native dbus" +RCONFLICTS = "gsmd" +RREPLACES = "gsmd" LICENSE = "GPL" PV = "0.0+svnr${SRCREV}" -PR = "r2" +PR = "r3" SRC_URI = "svn://projects.linuxtogo.org/svn/smartphones/trunk/software;module=gsm0710muxd" S = "${WORKDIR}/gsm0710muxd" |