summaryrefslogtreecommitdiff
path: root/packages/freesmartphone/fsod_git.bb
blob: 278331326eec0012f45dbcab12e102eb05d4fc73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
DESCRIPTION = "The C/Vala implementation of the freesmartphone.org framework APIs"
HOMEPAGE = "http://www.freesmartphone.org/"
AUTHOR = "Sudharshan S"
SECTION = "console/network"
DEPENDS = "dbus dbus-glib libnl vala-native"
LICENSE = "LGPL"
PV = "0.1+gitr${SRCREV}"
PR = "r0"

SRC_URI = "\
  ${FREESMARTPHONE_GIT}/openmoko-gsoc2008.git;protocol=git;branch=master \
#  file://fsod \
"
S = "${WORKDIR}/git/fsod"

inherit autotools pkgconfig update-rc.d

INITSCRIPT_NAME = "fsod"
INITSCRIPT_PARAMS = "defaults 21"

do_install_append() {
#        install -d ${D}${sysconfdir}/init.d
#        install -m 0755 ${WORKDIR}/fsod ${D}${sysconfdir}/init.d/
}

RCONFLICTS_${PN} = "frameworkd"
RREPLACES_${PN} = "frameworkd"

FILES_${PN} += "${sysconfdir}"
FILES_${PN}-dbg += "\
  ${libdir}/fsod/subsystems/.debug \
  ${libdir}/fsod/subsystems/*/.debug \
"