]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/v4l2apps/v4l2apps_20020317.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / v4l2apps / v4l2apps_20020317.bb
1 SECTION = "console/utils"
2 DESCRIPTION = "Video4linux Two sample applications"
3 LICENSE = "PD"
4 DEPENDS = "xaw x11 xt"
5
6 SRC_URI = "http://www.thedirks.org/pub/v4l2/apps/apps${PV}.tgz"
7 S = "${WORKDIR}"
8
9 #FIXME: currently busted, as it requires v4l2 -kernel headers.
10 #either fix the apps to use headers not in linux/, or make this package
11 #depend on an actual virtual/kernel that supports v4l2.
12 BROKEN = "1"
13
14 do_install () {
15         install -d ${S}/${bindir}
16         install -m 0755 vcat vctrl vidpanel xcaptest ${D}${bindir}/
17 }