* Right now it tries to install into /usr/include on build
where it should be in the staged areas.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
HOMEPAGE = "http://samba.org/ppp/"
DEPENDS = "libpcap"
LICENSE = "BSD GPLv2"
-PR = "r8"
+PR = "r9"
SRC_URI = "http://ppp.samba.org/ftp/ppp/ppp-${PV}.tar.gz \
file://ppp-2.4.3-mppe-mppc-1.1.patch;patch=1 \
EXTRA_OECONF = "--disable-strip"
do_install_append () {
- make INCDIR=${includedir} install-devel
+ make INCDIR=${D}/${includedir} install-devel
make install-etcppp ETCDIR=${D}/${sysconfdir}/ppp
mkdir -p ${D}${bindir}/ ${D}${sysconfdir}/init.d
mkdir -p ${D}${sysconfdir}/ppp/ip-up.d/
HOMEPAGE = "http://samba.org/ppp/"
DEPENDS = "libpcap"
LICENSE = "BSD GPLv2"
-
+PR = "r1"
# Not well tested
DEFAULT_PREFERENCE = "-1"
EXTRA_OECONF = "--disable-strip"
do_install_append () {
- make INCDIR=${includedir} install-devel
+ make INCDIR=${D}/${includedir} install-devel
make install-etcppp ETCDIR=${D}/${sysconfdir}/ppp
mkdir -p ${D}${bindir}/ ${D}${sysconfdir}/init.d
mkdir -p ${D}${sysconfdir}/ppp/ip-up.d/