surpport seeking the recorded video
[vuplus_openembedded] / recipes / liboil / liboil_0.3.9.bb
1 DESCRIPTION = "Liboil is a library of simple functions that are optimized for various CPUs."
2 HOMEPAGE = "http://liboil.freedesktop.org/"
3 LICENSE = "various"
4
5 SRC_URI = "http://liboil.freedesktop.org/download/${P}.tar.gz"
6
7 inherit autotools pkgconfig
8
9 do_stage() {
10         autotools_stage_all
11 }