diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-08-04 11:48:07 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-08-05 08:25:51 -0700 |
commit | 9d612c4bb9bef813bdef9e198efc5949d51905eb (patch) | |
tree | 0cd8c93bb1cd91e68fea21b864fc267a7bd2256b /recipes/matchbox2 | |
parent | 8cf290da2b42dea60d7ca598f37169fed8d858c6 (diff) |
recipes: inherit autotools instead of autotools_stage
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'recipes/matchbox2')
-rw-r--r-- | recipes/matchbox2/matchbox-desktop-2_svn.bb | 2 | ||||
-rw-r--r-- | recipes/matchbox2/matchbox-panel-2_svn.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/matchbox2/matchbox-desktop-2_svn.bb b/recipes/matchbox2/matchbox-desktop-2_svn.bb index 12ff8ac8d9..bb4991a5c0 100644 --- a/recipes/matchbox2/matchbox-desktop-2_svn.bb +++ b/recipes/matchbox2/matchbox-desktop-2_svn.bb @@ -7,7 +7,7 @@ SRCREV = "2096" PV = "2.0+svnr${SRCPV}" PR = "r2" -inherit autotools_stage pkgconfig +inherit autotools pkgconfig SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ file://fallback-folder.patch;striplevel=0 \ diff --git a/recipes/matchbox2/matchbox-panel-2_svn.bb b/recipes/matchbox2/matchbox-panel-2_svn.bb index 36a6c0fb0a..8ca4b664c6 100644 --- a/recipes/matchbox2/matchbox-panel-2_svn.bb +++ b/recipes/matchbox2/matchbox-panel-2_svn.bb @@ -10,7 +10,7 @@ SRCREV = "2098" PV = "2.0+svnr${SRCPV}" PR = "r1" -inherit autotools_stage pkgconfig +inherit autotools pkgconfig SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ file://scaling-image-double-free.patch;striplevel=0 \ |