aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2011-03-19 14:12:04 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2011-03-19 14:12:45 +0100
commitd4291a4342ac186d79c58be0e6e082be3deb6486 (patch)
tree71b1178d0bb2f29171133e4f05039680d6cdfaca
parent26fd7791bf8e6af21cf0651b4b27e4dcb62236bb (diff)
downloadopenembedded-d4291a4342ac186d79c58be0e6e082be3deb6486.tar.gz
android-rpc: also package missing dbus service file
-rw-r--r--recipes/android/android-rpc_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/android/android-rpc_git.bb b/recipes/android/android-rpc_git.bb
index 027b753b34..9670c1843d 100644
--- a/recipes/android/android-rpc_git.bb
+++ b/recipes/android/android-rpc_git.bb
@@ -4,7 +4,7 @@ LICENSE = "GPL"
SRCREV = "9da90ad4ebc0efe978c61060d8fdf7362cc9115c"
DEPENDS = "libgee"
PV = "1.1+gitr${SRCPV}"
-PR = "r1"
+PR = "r2"
SRC_URI = "\
${FREESMARTPHONE_GIT}/utilities.git;protocol=git;branch=master \
@@ -12,3 +12,6 @@ SRC_URI = "\
S = "${WORKDIR}/git/android/rpc"
inherit autotools
+
+FILES_${PN} += "${datadir}"
+