aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libhal-nm/libhal-nm_0.0.2.bb
blob: 60bcca07b9dd8a13aee9dff949b35d6058b80481 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "A library emulating libhal on systems where HAL cannot run"
SECTION = "libs"
LICENSE = "LGPL"
HOMEPAGE = "http://www.handhelds.org/~mmp"
PRIORITY = "optional"
DEPENDS = "glib-2.0"
SRC_URI = "http://www.handhelds.org/~mmp/files/libhal-nm-${PV}.tar.gz"

PR = "r1"

inherit autotools

do_stage () {
	autotools_stage_all
}

do_install () {
	oe_runmake DESTDIR=${D} install
}