summaryrefslogtreecommitdiff
path: root/packages/maemo3/mce-dev_1.5.6.bb
blob: dd1fcf364aa66ea59f6346a21d6a5cd0c94b3b79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LICENSE = "LGPL"

SRC_URI = "http://repository.maemo.org/pool/bora/free/source/${PN}_${PV}.tar.gz"

inherit autotools pkgconfig

do_compile() {
        sed -i 's:@$(DOXYGEN):echo:g' Makefile
       	sed -i 's:-o\ root\ -g\ root::' Makefile
}

do_stage() {
	autotools_stage_includes
}