diff options
Diffstat (limited to 'meta-oe/recipes-crypto/libmcrypt/libmcrypt_2.5.8.bb')
| -rw-r--r-- | meta-oe/recipes-crypto/libmcrypt/libmcrypt_2.5.8.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-oe/recipes-crypto/libmcrypt/libmcrypt_2.5.8.bb b/meta-oe/recipes-crypto/libmcrypt/libmcrypt_2.5.8.bb index 46e694be4a..0c5fc93190 100644 --- a/meta-oe/recipes-crypto/libmcrypt/libmcrypt_2.5.8.bb +++ b/meta-oe/recipes-crypto/libmcrypt/libmcrypt_2.5.8.bb | |||
| @@ -14,4 +14,15 @@ UPSTREAM_CHECK_REGEX = "Libmcrypt/(?P<pver>\d+(\.\d+)+)/" | |||
| 14 | 14 | ||
| 15 | inherit autotools-brokensep gettext binconfig | 15 | inherit autotools-brokensep gettext binconfig |
| 16 | 16 | ||
| 17 | do_configure() { | ||
| 18 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S} | ||
| 19 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S} | ||
| 20 | aclocal | ||
| 21 | libtoolize --automake --copy --force | ||
| 22 | autoconf | ||
| 23 | autoheader | ||
| 24 | automake -a | ||
| 25 | oe_runconf | ||
| 26 | } | ||
| 27 | |||
| 17 | CLEANBROKEN = "1" | 28 | CLEANBROKEN = "1" |
