[oe-commits] Tom Rini : v4l2apps: Switch to subdir= in SRC_URI

git version control git at git.openembedded.org
Mon Mar 7 17:53:34 UTC 2011


Module: openembedded.git
Branch: master
Commit: 10ce4c03592bb6276f9755544b0aca9fc2eb863f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=10ce4c03592bb6276f9755544b0aca9fc2eb863f

Author: Tom Rini <tom_rini at mentor.com>
Date:   Mon Mar  7 10:44:35 2011 -0700

v4l2apps: Switch to subdir= in SRC_URI

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/v4l2apps/v4l2apps_20020317.bb |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/recipes/v4l2apps/v4l2apps_20020317.bb b/recipes/v4l2apps/v4l2apps_20020317.bb
index 0098bb8..e6a0cbf 100644
--- a/recipes/v4l2apps/v4l2apps_20020317.bb
+++ b/recipes/v4l2apps/v4l2apps_20020317.bb
@@ -3,8 +3,7 @@ DESCRIPTION = "Video4linux Two sample applications"
 LICENSE = "PD"
 DEPENDS = "libxaw virtual/libx11 libxt"
 
-SRC_URI = "http://www.thedirks.org/pub/v4l2/apps/apps${PV}.tgz"
-S = "${WORKDIR}"
+SRC_URI = "http://www.thedirks.org/pub/v4l2/apps/apps${PV}.tgz;subdir=${BPN}-${PV}"
 
 #FIXME: currently busted, as it requires v4l2 -kernel headers.
 #either fix the apps to use headers not in linux/, or make this package





More information about the Openembedded-commits mailing list