diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-02 22:33:24 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-02 22:33:24 +0100 |
commit | ce25e933a9e0897f6bbac479970ce02725e6a210 (patch) | |
tree | 77b1a68995792118023e4cf1f006e21da23caa02 /meta-openmoko/packages/freesmartphone/gsmd2_git.bb | |
parent | 0cab41aac3fc9b7b253c3b80aff6f072ff64a7e7 (diff) | |
download | poky-ce25e933a9e0897f6bbac479970ce02725e6a210.tar.gz |
meta-openmoko: Drop as this code is very stale
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-openmoko/packages/freesmartphone/gsmd2_git.bb')
-rw-r--r-- | meta-openmoko/packages/freesmartphone/gsmd2_git.bb | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/meta-openmoko/packages/freesmartphone/gsmd2_git.bb b/meta-openmoko/packages/freesmartphone/gsmd2_git.bb deleted file mode 100644 index 8c1cf5b7e2..0000000000 --- a/meta-openmoko/packages/freesmartphone/gsmd2_git.bb +++ /dev/null | |||
@@ -1,35 +0,0 @@ | |||
1 | DESCRIPTION = "GSM 07.07 phone server" | ||
2 | HOMEPAGE = "http://www.freesmartphone.org/mediawiki/index.php/Implementations/gsm0710muxd" | ||
3 | AUTHOR = "Ixonos Team" | ||
4 | SECTION = "console/network" | ||
5 | DEPENDS = "dbus-native dbus dbus-glib" | ||
6 | RDEPENDS = "gsm0710muxd" | ||
7 | LICENSE = "GPL" | ||
8 | PV = "0.1.0+gitr${SRCREV}" | ||
9 | PR = "r3" | ||
10 | |||
11 | SRC_URI = "${FREESMARTPHONE_GIT}/gsmd2.git;protocol=git;branch=master \ | ||
12 | file://fix-dbus-location.patch;patch=1" | ||
13 | |||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | inherit autotools | ||
17 | |||
18 | EXTRA_OECONF = "--disable-tests" | ||
19 | |||
20 | do_install_append () { | ||
21 | install -d ${D}${sysconfdir}/gsmd2 | ||
22 | |||
23 | install -d ${D}${sysconfdir}/dbus-1/system.d/ | ||
24 | install -m 0644 ${S}/res/freesmartphone.conf ${D}${sysconfdir}/dbus-1/system.d/ | ||
25 | |||
26 | install -d ${D}${datadir}/dbus-1/system-services | ||
27 | install -m 0644 ${S}/gsmd2.service ${D}${datadir}/dbus-1/system-services/ | ||
28 | } | ||
29 | |||
30 | PACKAGES =+ "libgsmd2 libfreesmartphone" | ||
31 | |||
32 | FILES_libgsmd2 = "${libdir}/libgsmd2.so.* ${libdir}/gsmd2/*.so" | ||
33 | FILES_libfreesmartphone = "${libdir}/libfreesmartphone.so.*" | ||
34 | FILES_${PN}-dev += "${libdir}/gsmd2/*.*a" | ||
35 | FILES_${PN} = "${bindir}/gsmd2 ${sysconfdir}/dbus-1/ ${datadir}/dbus-1/" | ||