aboutsummaryrefslogtreecommitdiffstats
path: root/v4l2apps/v4l2apps_20020317.oe
diff options
context:
space:
mode:
Diffstat (limited to 'v4l2apps/v4l2apps_20020317.oe')
-rw-r--r--v4l2apps/v4l2apps_20020317.oe17
1 files changed, 0 insertions, 17 deletions
diff --git a/v4l2apps/v4l2apps_20020317.oe b/v4l2apps/v4l2apps_20020317.oe
deleted file mode 100644
index c69ec93599..0000000000
--- a/v4l2apps/v4l2apps_20020317.oe
+++ /dev/null
@@ -1,17 +0,0 @@
-SECTION = "console/utils"
-DESCRIPTION = "Video4linux Two sample applications"
-LICENSE = "PD"
-DEPENDS = "xaw x11 xt"
-
-SRC_URI = "http://www.thedirks.org/pub/v4l2/apps/apps${PV}.tgz"
-S = "${WORKDIR}"
-
-#FIXME: currently busted, as it requires v4l2 -kernel headers.
-#either fix the apps to use headers not in linux/, or make this package
-#depend on an actual virtual/kernel that supports v4l2.
-BROKEN = "1"
-
-do_install () {
- install -d ${S}/${bindir}
- install -m 0755 vcat vctrl vidpanel xcaptest ${D}/${bindir}/
-}