aboutsummaryrefslogtreecommitdiffstats
path: root/packages/hal/ohm_git.bb
blob: 11fbd1c9299ef1ef23a57f9066986c7d631382bf (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
35
36
37
38
39
40
41
42
43
44
45
46
47
DESCRIPTION = "Open Hardware Manager"
HOMEPAGE = "http://freedesktop.org/Software/ohm"
LICENSE = "LGPL"

DEPENDS = "gtk+ dbus-glib intltool-native hal"
RDEPENDS_${PN} += "udev hal-info"
SRC_URI = "git://anongit.freedesktop.org/git/ohm/;protocol=git"

PV = "0.0+git${SRCDATE}"
PR = "r2"

S = "${WORKDIR}/git"

inherit autotools pkgconfig

EXTRA_OECONF = "--with-distro=debian --without-xauth"

do_configure_prepend() {
        touch gtk-doc.make
}

do_configure_append() {
        rm config.log
}

OE_LT_RPATH_ALLOW=":${libdir}/libohm:"
OE_LT_RPATH_ALLOW[export]="1"

PACKAGES =+ "libohm ohm-plugin-x11"

FILES_${PN}-dev += "${libdir}/ohm/*.la \
                   ${libdir}/ohm/*.a "

FILES_${PN} = "${sysconfdir} \
               ${bindir}/* \
	       ${sbindir}/* \
	       ${libdir}/ohm/*.so \
	       "

FILES_libohm = "${libdir}/libohm.so.*"
FILES_ohm-plugin-x11 = "${libdir}/ohm/libohm_x*.so \
                        ${libdir}/ohm/libohm_idle.so \ 
                        ${sysconfdir}/ohm/plugins.d/x* \
			${sysconfdir}/ohm/plugins.d/idle* \
			"