summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/ofono/ofono_git.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-07-13 12:53:07 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-13 12:34:29 +0100
commit1d6e661801016fd428155fc71df4030f4d1c9a34 (patch)
treec9791f72df874de0f7e171f7f189d3f593c25399 /meta/recipes-connectivity/ofono/ofono_git.bb
parent3fdd47a7acdf834b24e9ff2329aa5c1e78644244 (diff)
downloadpoky-1d6e661801016fd428155fc71df4030f4d1c9a34.tar.gz
ofono: fix packaging and clean up custom do_install
The makefile installs the udev rule in the proper place already. Also fix: WARNING: For recipe ofono, the following files were installed but not shipped in any package: WARNING: /lib/udev/rules.d/97-ofono.rules WARNING: /lib/systemd/system/ofono.service (From OE-Core rev: 79b124de74305e2827f0b98d8b3ef97302bfb83a) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/ofono/ofono_git.bb')
-rw-r--r--meta/recipes-connectivity/ofono/ofono_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono_git.bb b/meta/recipes-connectivity/ofono/ofono_git.bb
index 4e557451c1..dbad5a1b68 100644
--- a/meta/recipes-connectivity/ofono/ofono_git.bb
+++ b/meta/recipes-connectivity/ofono/ofono_git.bb
@@ -1,5 +1,7 @@
1require ofono.inc 1require ofono.inc
2 2
3PR = "r1"
4
3S = "${WORKDIR}/git" 5S = "${WORKDIR}/git"
4SRCREV = "14544d5996836f628613c2ce544380ee6fc8f514" 6SRCREV = "14544d5996836f628613c2ce544380ee6fc8f514"
5PV = "0.12-git${SRCPV}" 7PV = "0.12-git${SRCPV}"