diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-27 01:13:47 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-30 17:07:17 +0000 |
commit | fcb1791f553081e5267c2d0b7795eab224b4a342 (patch) | |
tree | 16772e322df1059b1f13585396c683e50eafc3c3 /meta/packages/owl-video-widget/libowl-av_svn.bb | |
parent | e380b48602db316c7d12d328192eadc52e5be861 (diff) | |
download | poky-fcb1791f553081e5267c2d0b7795eab224b4a342.tar.gz |
classes/autotools_stage.bbclass: Add autotools_stage class to further recipes to simplify recipes using standard autotools
Diffstat (limited to 'meta/packages/owl-video-widget/libowl-av_svn.bb')
-rw-r--r-- | meta/packages/owl-video-widget/libowl-av_svn.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/packages/owl-video-widget/libowl-av_svn.bb b/meta/packages/owl-video-widget/libowl-av_svn.bb index b8e039d3d5..fe3cb68e7b 100644 --- a/meta/packages/owl-video-widget/libowl-av_svn.bb +++ b/meta/packages/owl-video-widget/libowl-av_svn.bb | |||
@@ -12,8 +12,4 @@ S = "${WORKDIR}/${PN}" | |||
12 | 12 | ||
13 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http" | 13 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http" |
14 | 14 | ||
15 | inherit autotools pkgconfig | 15 | inherit autotools_stage pkgconfig |
16 | |||
17 | do_stage () { | ||
18 | autotools_stage_all | ||
19 | } \ No newline at end of file | ||