diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-03 14:02:44 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-04 13:28:06 +0100 |
commit | f301a3bc110608c3684c78dd62e276beea73bd94 (patch) | |
tree | 5698b9600eefe2425a26aca5e61310be0940b8dd /meta/recipes-sato/settings-daemon | |
parent | 27651730e5d4a5e2007eb1e1281c837759810efe (diff) | |
download | poky-f301a3bc110608c3684c78dd62e276beea73bd94.tar.gz |
settings-daemon: Drop pointless apply=yes in SRC_URI
(From OE-Core rev: ae8b78f2ef5df4b24f8e2294c5e2760367b8bf8d)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/settings-daemon')
-rw-r--r-- | meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb b/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb index ceaeccaaa1..bb6b69b900 100644 --- a/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb +++ b/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb | |||
@@ -10,7 +10,7 @@ SECTION = "x11" | |||
10 | # SRCREV tagged 0.0.2 | 10 | # SRCREV tagged 0.0.2 |
11 | SRCREV = "b2e5da502f8c5ff75e9e6da771372ef8e40fd9a2" | 11 | SRCREV = "b2e5da502f8c5ff75e9e6da771372ef8e40fd9a2" |
12 | SRC_URI = "git://git.yoctoproject.org/xsettings-daemon \ | 12 | SRC_URI = "git://git.yoctoproject.org/xsettings-daemon \ |
13 | file://addsoundkeys.patch;apply=yes \ | 13 | file://addsoundkeys.patch \ |
14 | file://70settings-daemon.sh \ | 14 | file://70settings-daemon.sh \ |
15 | " | 15 | " |
16 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" | 16 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" |