diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-12 21:31:31 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-12 21:31:31 +0200 |
commit | 1a3c8bc113260f144f3e173201b9a3468a53119d (patch) | |
tree | 362e503cd750cb8162e7b7596850d00b5747d3e4 /package/v4l-utils/patches/patch-utils_Makefile | |
parent | c9d72815880524c041e37f23813ba777093a27d2 (diff) | |
parent | 681a668edf704bbb000a49c835b3d71fa7035d86 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/v4l-utils/patches/patch-utils_Makefile')
-rw-r--r-- | package/v4l-utils/patches/patch-utils_Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/v4l-utils/patches/patch-utils_Makefile b/package/v4l-utils/patches/patch-utils_Makefile new file mode 100644 index 000000000..daf4c67e9 --- /dev/null +++ b/package/v4l-utils/patches/patch-utils_Makefile @@ -0,0 +1,8 @@ +--- v4l-utils-0.8.5.orig/utils/Makefile 2011-07-17 18:06:39.000000000 +0200 ++++ v4l-utils-0.8.5/utils/Makefile 2011-09-26 04:56:47.369377637 +0200 +@@ -1,4 +1,4 @@ +-SUBDIRS=libv4l2util libmedia_dev decode_tm6000 keytable rds v4l2-compliance v4l2-ctl v4l2-dbg v4l2-sysfs-path xc3028-firmware ++SUBDIRS=libv4l2util libmedia_dev v4l2-compliance v4l2-ctl v4l2-dbg + + all install: + @for i in $(SUBDIRS); do \ |