mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
ppp: Drop custom staging function
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -28,10 +28,6 @@ inherit autotools
|
||||
EXTRA_OEMAKE = "STRIPPROG=${STRIP} MANDIR=${D}${datadir}/man/man8 INCDIR=${D}/usr/include LIBDIR=${D}/usr/lib/pppd/${PV} BINDIR=${D}/usr/sbin"
|
||||
EXTRA_OECONF = "--disable-strip"
|
||||
|
||||
do_stage () {
|
||||
make INCDIR=${STAGING_INCDIR} install-devel
|
||||
}
|
||||
|
||||
do_install_append () {
|
||||
make install-etcppp ETCDIR=${D}/${sysconfdir}/ppp
|
||||
mkdir -p ${D}${bindir}/ ${D}${sysconfdir}/init.d
|
||||
|
||||
Reference in New Issue
Block a user