diff options
Diffstat (limited to 'meta/recipes-sato/settings-daemon/settings-daemon_svn.bb')
-rw-r--r-- | meta/recipes-sato/settings-daemon/settings-daemon_svn.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-sato/settings-daemon/settings-daemon_svn.bb b/meta/recipes-sato/settings-daemon/settings-daemon_svn.bb index 720ebfbebe..4f798b85b0 100644 --- a/meta/recipes-sato/settings-daemon/settings-daemon_svn.bb +++ b/meta/recipes-sato/settings-daemon/settings-daemon_svn.bb | |||
@@ -8,11 +8,12 @@ DEPENDS = "gconf glib-2.0 gtk+" | |||
8 | SECTION = "x11" | 8 | SECTION = "x11" |
9 | PV = "0.0+svnr${SRCPV}" | 9 | PV = "0.0+svnr${SRCPV}" |
10 | 10 | ||
11 | PR = "r3" | 11 | PR = "r4" |
12 | 12 | ||
13 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ | 13 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ |
14 | file://addsoundkeys.patch;apply=yes \ | 14 | file://addsoundkeys.patch;apply=yes \ |
15 | file://70settings-daemon.sh" | 15 | file://70settings-daemon.sh \ |
16 | file://dso_linking_change_build_fix.patch" | ||
16 | 17 | ||
17 | S = "${WORKDIR}/${PN}" | 18 | S = "${WORKDIR}/${PN}" |
18 | 19 | ||