summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-04-10 18:20:35 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-15 18:12:43 +0100
commit47876b91e94c85ade9fd4a3240de03a53c3c266e (patch)
tree9038dc02d5178f364e88bb8e2ebb4440d07b7c8e /meta/recipes-connectivity
parent2536f8d3633fd0b8bd0c82080b2e6e8c6cccb388 (diff)
downloadast2050-yocto-poky-47876b91e94c85ade9fd4a3240de03a53c3c266e.zip
ast2050-yocto-poky-47876b91e94c85ade9fd4a3240de03a53c3c266e.tar.gz
ppp: Add extra include dirs
Just run configure, the configure script is not really a autoconf generated script so just run it Include path is needed to be there since the headers from it are used during build in subcomponents Change-Id: Ib1f24fd18bc8564e3c74ab834b7cf0fdf955d0e1 (From OE-Core master rev: c64c9f7ffc88018404afdde373dfd7ef2bdf7ae8) (From OE-Core rev: a11ebe122bc31127bae59a65dbabe9ce5c3f568c) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r--meta/recipes-connectivity/ppp/ppp_2.4.7.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/ppp/ppp_2.4.7.bb b/meta/recipes-connectivity/ppp/ppp_2.4.7.bb
index 92ca0c9..4219d45 100644
--- a/meta/recipes-connectivity/ppp/ppp_2.4.7.bb
+++ b/meta/recipes-connectivity/ppp/ppp_2.4.7.bb
@@ -43,7 +43,11 @@ EXTRA_OECONF = "--disable-strip"
# Package Makefile computes CFLAGS, referencing COPTS.
# Typically hard-coded to '-O2 -g' in the Makefile's.
#
-EXTRA_OEMAKE += ' COPTS="${CFLAGS}"'
+EXTRA_OEMAKE += ' COPTS="${CFLAGS} -I${S}/include"'
+
+do_configure () {
+ oe_runconf
+}
do_install_append () {
make install-etcppp ETCDIR=${D}/${sysconfdir}/ppp
OpenPOWER on IntegriCloud