From d4291a4342ac186d79c58be0e6e082be3deb6486 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Sat, 19 Mar 2011 14:12:04 +0100 Subject: [PATCH] android-rpc: also package missing dbus service file --- recipes/android/android-rpc_git.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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}" + -- 2.39.5