diff options
author | Ross Burton <ross@openedhand.com> | 2008-08-01 08:50:14 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-08-01 08:50:14 +0000 |
commit | a67fb6c46a65fe08a4731201b6e02c0215324f05 (patch) | |
tree | 4f1a4856b74772b8ad244400597b77d314e76f44 /meta-openmoko/packages | |
parent | a9342550d9b7af3ab2ffa7e6159264fe6dcd86fb (diff) | |
download | poky-a67fb6c46a65fe08a4731201b6e02c0215324f05.tar.gz |
gsmd2: install dbus system configuration file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4994 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-openmoko/packages')
-rw-r--r-- | meta-openmoko/packages/freesmartphone/gsmd2_git.bb | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/meta-openmoko/packages/freesmartphone/gsmd2_git.bb b/meta-openmoko/packages/freesmartphone/gsmd2_git.bb index 5983702d81..92e52b9bac 100644 --- a/meta-openmoko/packages/freesmartphone/gsmd2_git.bb +++ b/meta-openmoko/packages/freesmartphone/gsmd2_git.bb | |||
@@ -6,7 +6,7 @@ DEPENDS = "dbus-native dbus dbus-glib" | |||
6 | RDEPENDS = "gsm0710muxd" | 6 | RDEPENDS = "gsm0710muxd" |
7 | LICENSE = "GPL" | 7 | LICENSE = "GPL" |
8 | PV = "0.1.0+gitr${SRCREV}" | 8 | PV = "0.1.0+gitr${SRCREV}" |
9 | PR = "r1" | 9 | PR = "r2" |
10 | 10 | ||
11 | SRC_URI = "${FREESMARTPHONE_GIT}/gsmd2.git;protocol=git;branch=master \ | 11 | SRC_URI = "${FREESMARTPHONE_GIT}/gsmd2.git;protocol=git;branch=master \ |
12 | file://fix-dbus-location.patch;patch=1" | 12 | file://fix-dbus-location.patch;patch=1" |
@@ -17,9 +17,15 @@ inherit autotools | |||
17 | 17 | ||
18 | EXTRA_OECONF = "--disable-tests" | 18 | EXTRA_OECONF = "--disable-tests" |
19 | 19 | ||
20 | do_install_append () { | ||
21 | install -d ${D}${sysconfdir}/gsmd2 | ||
22 | install -d ${D}${sysconfdir}/dbus-1/system.d/ | ||
23 | install -m 0644 ${S}/res/freesmartphone.conf ${D}${sysconfdir}/dbus-1/system.d/ | ||
24 | } | ||
25 | |||
20 | PACKAGES =+ "libgsmd2 libfreesmartphone" | 26 | PACKAGES =+ "libgsmd2 libfreesmartphone" |
21 | 27 | ||
22 | FILES_libgsmd2 = "${libdir}/libgsmd2.so.* ${libdir}/gsmd2/*.so" | 28 | FILES_libgsmd2 = "${libdir}/libgsmd2.so.* ${libdir}/gsmd2/*.so" |
23 | FILES_libfreesmartphone = "${libdir}/libfreesmartphone.so.*" | 29 | FILES_libfreesmartphone = "${libdir}/libfreesmartphone.so.*" |
24 | FILES_${PN}-dev += "${libdir}/gsmd2/*.*a" | 30 | FILES_${PN}-dev += "${libdir}/gsmd2/*.*a" |
25 | FILES_${PN} = "${bindir}/gsmd2" | 31 | FILES_${PN} = "${bindir}/gsmd2 ${sysconfdir}/dbus-1/" |