[OE-core] [PATCH 2/2] lttng-tools: separate B and S
Robert Yang
liezhi.yang at windriver.com
Tue May 12 02:27:12 UTC 2015
On 05/12/2015 10:18 AM, Khem Raj wrote:
>
> On May 11, 2015 7:14 PM, "Robert Yang" <liezhi.yang at windriver.com
> <mailto:liezhi.yang at windriver.com>> wrote:
> >
> > It works well with autotools now.
> >
> > Signed-off-by: Robert Yang <liezhi.yang at windriver.com
> <mailto:liezhi.yang at windriver.com>>
> > ---
> > meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb <http://lttng-tools_2.6.0.bb>
> | 4 +++-
> > 1 file changed, 3 insertions(+), 1 deletion(-)
> >
> > diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb
> <http://lttng-tools_2.6.0.bb> b/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb
> <http://lttng-tools_2.6.0.bb>
> > index 8cc4220..d1c6293 100644
> > --- a/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb
> <http://lttng-tools_2.6.0.bb>
> > +++ b/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb
> <http://lttng-tools_2.6.0.bb>
> > @@ -31,7 +31,9 @@ SRC_URI =
> "git://git.lttng.org/lttng-tools.git;branch=stable-2.6
> <http://git.lttng.org/lttng-tools.git;branch=stable-2.6> \
> >
> > S = "${WORKDIR}/git"
> >
> > -inherit autotools-brokensep ptest pkgconfig useradd
> > +inherit autotools ptest pkgconfig useradd
> > +
> > +PR = "r1"
>
> Why bump pr
We always need bump pr when change autotools-brokensep to autotools
to avoid the errors like:
configure: error: source directory already configured; run "make distclean"
there first
Configure failed. The contents of all config.log files follows to aid debugging
// Robert
> >
> > USERADD_PACKAGES = "${PN}"
> > GROUPADD_PARAM_${PN} = "tracing"
> > --
> > 1.7.9.5
> >
> > --
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core at lists.openembedded.org
> <mailto:Openembedded-core at lists.openembedded.org>
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
More information about the Openembedded-core
mailing list