[oe-commits] Michael 'Mickey' Lauer : android-rpc: also package missing dbus service file

git version control git at git.openembedded.org
Sat Mar 19 13:07:21 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d4291a4342ac186d79c58be0e6e082be3deb6486
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d4291a4342ac186d79c58be0e6e082be3deb6486

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sat Mar 19 14:12:04 2011 +0100

android-rpc: also package missing dbus service file

---

 recipes/android/android-rpc_git.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/recipes/android/android-rpc_git.bb b/recipes/android/android-rpc_git.bb
index 027b753..9670c18 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}"
+





More information about the Openembedded-commits mailing list