netboot-launcher-efl: Bump version to 0.2.2 and fix download link.
[openembedded.git] / recipes / fs / fs_cvs.bb
1 PV = "0.0+cvs${SRCDATE}"
2 LICENSE = "BSD-X"
3 SECTION = "libs"
4 PRIORITY = "optional"
5 DEPENDS = "libxfont xtrans"
6
7 SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=FS"
8 S = "${WORKDIR}/FS"
9
10 inherit autotools pkgconfig
11
12 do_stage() {
13         autotools_stage_all
14 }