diff options
Diffstat (limited to 'meta/recipes-support/pth')
-rw-r--r-- | meta/recipes-support/pth/pth_2.0.7.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/pth/pth_2.0.7.bb b/meta/recipes-support/pth/pth_2.0.7.bb index 4a85332035..416e788e5d 100644 --- a/meta/recipes-support/pth/pth_2.0.7.bb +++ b/meta/recipes-support/pth/pth_2.0.7.bb | |||
@@ -20,7 +20,9 @@ SRC_URI[sha256sum] = "72353660c5a2caafd601b20e12e75d865fd88f6cf1a088b306a3963f0b | |||
20 | 20 | ||
21 | PARALLEL_MAKE="" | 21 | PARALLEL_MAKE="" |
22 | 22 | ||
23 | inherit autotools binconfig pkgconfig | 23 | BINCONFIG = "${bindir}/pth-config" |
24 | |||
25 | inherit autotools binconfig-disabled pkgconfig | ||
24 | 26 | ||
25 | do_configure() { | 27 | do_configure() { |
26 | ( cd ${S}; gnu-configize ) | 28 | ( cd ${S}; gnu-configize ) |