[oe] [PATCH] recipes: Dont inherit autotools_stage.

Graham Gower graham.gower at gmail.com
Wed Aug 4 05:07:30 UTC 2010


On 4 August 2010 12:51, Denys Dmytriyenko <denis at denix.org> wrote:
> 1. Do you expect extensive fallout after this change? Since PRs are again not
> bumped, people should probably try 2 builds - with existing TMPDIR and with a
> clean one.
>
> 2. This doesn't seem right (special case not handled by your regexp):
>
> @@ -60,7 +60,7 @@ do_configure_append() {
>  }
>
>  do_stage() {
> -       autotools_stage_all
> +       _all
>        sed -i s,-l:libusb-gnur.a,,g ${STAGING_LIBDIR}/libusrp.la
>  }
>
> --
> Denys
>

This doesn't look right either.

--- a/recipes/bluez/bluez4-libs.inc
+++ b/recipes/bluez/bluez4-libs.inc
@@ -10,7 +10,7 @@ SRC_URI =
"http://www.kernel.org/pub/linux/bluetooth/bluez-${PV}.tar.gz \

 S = "${WORKDIR}/bluez-${PV}"

-inherit autotools_stage
+inherit
 AUTOTOOLS_STAGE_PKGCONFIG = "1"

 EXTRA_OECONF = "\




More information about the Openembedded-devel mailing list