[oe-commits] Koen Kooi : libv4l: convert to new style staging and add 0.6.1

git version control git at git.openembedded.org
Sat Mar 27 10:10:20 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 16a534c0520da4e2bf9d4fb57b813f3c6d277ddd
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=16a534c0520da4e2bf9d4fb57b813f3c6d277ddd

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat Mar 27 11:09:39 2010 +0100

libv4l: convert to new style staging and add 0.6.1

---

 recipes/v4l2apps/libv4l.inc      |   13 +++++++++++++
 recipes/v4l2apps/libv4l_0.5.8.bb |   17 +----------------
 recipes/v4l2apps/libv4l_0.6.1.bb |    4 ++++
 3 files changed, 18 insertions(+), 16 deletions(-)

diff --git a/recipes/v4l2apps/libv4l.inc b/recipes/v4l2apps/libv4l.inc
new file mode 100644
index 0000000..644701c
--- /dev/null
+++ b/recipes/v4l2apps/libv4l.inc
@@ -0,0 +1,13 @@
+DESCRIPTION = "libv4l is a collection of libraries which adds a thin abstraction layer on top of video4linux2 devices."
+LICENSE = "LGPLv2"
+
+SRC_URI = "http://people.atrpms.net/~hdegoede/libv4l-${PV}.tar.gz;name=libv4l"
+
+inherit pkgconfig
+
+export PREFIX="${prefix}"
+
+do_install() {
+	oe_runmake DESTDIR="${D}" install
+}
+
diff --git a/recipes/v4l2apps/libv4l_0.5.8.bb b/recipes/v4l2apps/libv4l_0.5.8.bb
index a53c52f..2fbcfc8 100644
--- a/recipes/v4l2apps/libv4l_0.5.8.bb
+++ b/recipes/v4l2apps/libv4l_0.5.8.bb
@@ -1,16 +1 @@
-DESCRIPTION = "libv4l is a collection of libraries which adds a thin abstraction layer on top of video4linux2 devices."
-LICENSE = "LGPLv2"
-
-SRC_URI = "http://people.atrpms.net/~hdegoede/libv4l-${PV}.tar.gz"
-
-inherit pkgconfig
-
-export PREFIX="${prefix}"
-
-do_install() {
-	oe_runmake DESTDIR="${D}" install
-}
-
-do_stage() {
-	oe_runmake DESTDIR="${STAGING_DIR_TARGET}" install
-}
+require libv4l.inc
diff --git a/recipes/v4l2apps/libv4l_0.6.1.bb b/recipes/v4l2apps/libv4l_0.6.1.bb
new file mode 100644
index 0000000..7e271f1
--- /dev/null
+++ b/recipes/v4l2apps/libv4l_0.6.1.bb
@@ -0,0 +1,4 @@
+require libv4l.inc
+
+SRC_URI[libv4l.md5sum] = "0d0d96d77c98871d2e5466c10cb30a0a"
+SRC_URI[libv4l.sha256sum] = "36b93e192cd0d16d764370d0c5917a5d8257eefbaada48ba379736bdd3f22bbf"





More information about the Openembedded-commits mailing list