diff options
Diffstat (limited to 'meta/packages/galago/libgalago_0.5.2.bb')
-rw-r--r-- | meta/packages/galago/libgalago_0.5.2.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/packages/galago/libgalago_0.5.2.bb b/meta/packages/galago/libgalago_0.5.2.bb index 167f044f62..d4dd3aaba3 100644 --- a/meta/packages/galago/libgalago_0.5.2.bb +++ b/meta/packages/galago/libgalago_0.5.2.bb | |||
@@ -7,10 +7,6 @@ SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz | |||
7 | file://pkgconfig.patch;patch=1 " | 7 | file://pkgconfig.patch;patch=1 " |
8 | PR = "r1" | 8 | PR = "r1" |
9 | 9 | ||
10 | inherit autotools pkgconfig | 10 | inherit autotools_stage pkgconfig |
11 | 11 | ||
12 | EXTRA_OECONF = "--disable-tests --disable-check" | 12 | EXTRA_OECONF = "--disable-tests --disable-check" |
13 | |||
14 | do_stage() { | ||
15 | autotools_stage_all | ||
16 | } | ||