summaryrefslogtreecommitdiffstats
path: root/meta/packages/uuid/uuid_1.6.2.bb
blob: eb76349d8fb34a1be09d7c3504859254b25cf453 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SRC_URI = "ftp://ftp.ossp.org/pkg/lib/uuid/uuid-1.6.2.tar.gz \
           file://fixes.patch;patch=1"
PR = "r0"

inherit autotools

do_configure_prepend () {
	rm libtool.m4
}

export LIBTOOL = "${S}/${TARGET_PREFIX}libtool"

do_stage () {
	autotools_stage_all
}