diff options
Diffstat (limited to 'recipes/apr')
-rw-r--r-- | recipes/apr/apr-util_0.9.12.bb | 4 | ||||
-rw-r--r-- | recipes/apr/apr-util_1.2.12.bb | 4 | ||||
-rw-r--r-- | recipes/apr/apr-util_1.2.7.bb | 4 | ||||
-rw-r--r-- | recipes/apr/apr_0.9.12.bb | 4 |
4 files changed, 0 insertions, 16 deletions
diff --git a/recipes/apr/apr-util_0.9.12.bb b/recipes/apr/apr-util_0.9.12.bb index 1902c054ef..89c9a93022 100644 --- a/recipes/apr/apr-util_0.9.12.bb +++ b/recipes/apr/apr-util_0.9.12.bb @@ -18,9 +18,5 @@ do_configure() { oe_runconf } -do_stage() { - autotools_stage_all -} - SRC_URI[md5sum] = "8e9cc71a1303b67b3278fbeab9799f2e" SRC_URI[sha256sum] = "5768fcc4d38fa6f811b0a89e2ef450d0f52688ff9263e548819adb096fbfc9c3" diff --git a/recipes/apr/apr-util_1.2.12.bb b/recipes/apr/apr-util_1.2.12.bb index b5c1ebb9ef..698a3f0ca7 100644 --- a/recipes/apr/apr-util_1.2.12.bb +++ b/recipes/apr/apr-util_1.2.12.bb @@ -30,9 +30,5 @@ do_configure_prepend() { libtoolize --force } -do_stage() { - autotools_stage_all -} - SRC_URI[md5sum] = "e292942e22edd21b68609086352212e4" SRC_URI[sha256sum] = "7d70ff17bec733bdb04a6653a8e9c15ab7d88429dac91a4ae58c1db5caaee07f" diff --git a/recipes/apr/apr-util_1.2.7.bb b/recipes/apr/apr-util_1.2.7.bb index e26d3000bc..282b55e388 100644 --- a/recipes/apr/apr-util_1.2.7.bb +++ b/recipes/apr/apr-util_1.2.7.bb @@ -24,9 +24,5 @@ do_configure_prepend () { cp ${STAGING_DATADIR}/apr/apr_rules.mk ${S}/build/rules.mk } -do_stage() { - autotools_stage_all -} - SRC_URI[md5sum] = "c3702668a640be1695956115857ec22e" SRC_URI[sha256sum] = "8cd84eb2031a91572e1be2975f4171730a9be72c4cd88718c4c40ac7dc4fd7d3" diff --git a/recipes/apr/apr_0.9.12.bb b/recipes/apr/apr_0.9.12.bb index 94d6493bcb..8748757663 100644 --- a/recipes/apr/apr_0.9.12.bb +++ b/recipes/apr/apr_0.9.12.bb @@ -12,9 +12,5 @@ do_configure() { oe_runconf } -do_stage() { - autotools_stage_all -} - SRC_URI[md5sum] = "63fef787c263bd8025c6ab6a6cecdd01" SRC_URI[sha256sum] = "cd1da2119dd812127ab6e6e8cbb954d9b74fe01ec744364ba79c9845865ffdaa" |