All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Fix build path in expect-dev pkg
@ 2015-07-01  3:24 Kai Kang
  2015-07-01  3:24 ` [PATCH 1/1] expect: replace the STAGING_INCDIR with includedir Kai Kang
  2015-07-09  2:29 ` [PATCH 0/1] Fix build path in expect-dev pkg Kang Kai
  0 siblings, 2 replies; 3+ messages in thread
From: Kai Kang @ 2015-07-01  3:24 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 410a6377493ebf3fa21045c390693f021149c241:

  bitbake: tests/data: Add new data tests (2015-06-30 09:06:35 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib kangkai/expect
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=kangkai/expect

Yue Tao (1):
  expect: replace the STAGING_INCDIR with includedir

 meta/recipes-devtools/expect/expect_5.45.bb | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] expect: replace the STAGING_INCDIR with includedir
  2015-07-01  3:24 [PATCH 0/1] Fix build path in expect-dev pkg Kai Kang
@ 2015-07-01  3:24 ` Kai Kang
  2015-07-09  2:29 ` [PATCH 0/1] Fix build path in expect-dev pkg Kang Kai
  1 sibling, 0 replies; 3+ messages in thread
From: Kai Kang @ 2015-07-01  3:24 UTC (permalink / raw)
  To: openembedded-core

From: Yue Tao <Yue.Tao@windriver.com>

The build path is included in expect-dev rpm package. It should not set
the STAGING_INCDIR statically. The includedir will be replaced with
appropriate value in different stage.

Signed-off-by: Yue Tao <Yue.Tao@windriver.com>
Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 meta/recipes-devtools/expect/expect_5.45.bb | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/meta/recipes-devtools/expect/expect_5.45.bb b/meta/recipes-devtools/expect/expect_5.45.bb
index 264f007..3c2aab4 100644
--- a/meta/recipes-devtools/expect/expect_5.45.bb
+++ b/meta/recipes-devtools/expect/expect_5.45.bb
@@ -40,8 +40,7 @@ do_install_append() {
         sed -e 's|$dir|${libdir}|' -i ${D}${libdir}/expect${PV}/pkgIndex.tcl
 }
 
-EXTRA_OECONF += "--includedir=${STAGING_INCDIR} \
-                 --with-tcl=${STAGING_LIBDIR} \
+EXTRA_OECONF += "--with-tcl=${STAGING_LIBDIR} \
                  --with-tclinclude=${STAGING_INCDIR}/tcl8.6 \
                  --enable-shared \
                  --enable-threads \
@@ -53,10 +52,10 @@ FILES_${PN}-dbg += "${libdir}/${BPN}${PV}/.debug \
                     ${libdir}/.debug \
                    "
 FILES_${PN}-dev = "${libdir_native}/expect${PV}/libexpect*.so \
-                   ${STAGING_INCDIR}/expect.h \
-                   ${STAGING_INCDIR}/expect_tcl.h \
-                   ${STAGING_INCDIR}/expect_comm.h \
-                   ${STAGING_INCDIR}/tcldbg.h \
+                   ${includedir}/expect.h \
+                   ${includedir}/expect_tcl.h \
+                   ${includedir}/expect_comm.h \
+                   ${includedir}/tcldbg.h \
                    ${includedir}/*.h \
                   "
 
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/1] Fix build path in expect-dev pkg
  2015-07-01  3:24 [PATCH 0/1] Fix build path in expect-dev pkg Kai Kang
  2015-07-01  3:24 ` [PATCH 1/1] expect: replace the STAGING_INCDIR with includedir Kai Kang
@ 2015-07-09  2:29 ` Kang Kai
  1 sibling, 0 replies; 3+ messages in thread
From: Kang Kai @ 2015-07-09  2:29 UTC (permalink / raw)
  To: openembedded-core

On 2015年07月01日 11:24, Kai Kang wrote:
> The following changes since commit 410a6377493ebf3fa21045c390693f021149c241:
>
>    bitbake: tests/data: Add new data tests (2015-06-30 09:06:35 +0100)
>
> are available in the git repository at:
>
>    git://git.yoctoproject.org/poky-contrib kangkai/expect
>    http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=kangkai/expect
>
> Yue Tao (1):
>    expect: replace the STAGING_INCDIR with includedir

Ping?


>
>   meta/recipes-devtools/expect/expect_5.45.bb | 11 +++++------
>   1 file changed, 5 insertions(+), 6 deletions(-)
>


-- 
Regards,
Neil | Kai Kang



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-07-09  2:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-01  3:24 [PATCH 0/1] Fix build path in expect-dev pkg Kai Kang
2015-07-01  3:24 ` [PATCH 1/1] expect: replace the STAGING_INCDIR with includedir Kai Kang
2015-07-09  2:29 ` [PATCH 0/1] Fix build path in expect-dev pkg Kang Kai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.