diff options
Diffstat (limited to 'packages/ppp')
-rw-r--r-- | packages/ppp/ppp_2.4.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ppp/ppp_2.4.1.bb b/packages/ppp/ppp_2.4.1.bb index 7fde334302..2c07c41a49 100644 --- a/packages/ppp/ppp_2.4.1.bb +++ b/packages/ppp/ppp_2.4.1.bb @@ -22,7 +22,7 @@ SRC_URI_append_nylon = " file://ppp-tdbread.patch;patch=1" inherit autotools EXTRA_OEMAKE = "STRIPPROG=${STRIP}" -EXTRA_OECONF = --disable-strip +EXTRA_OECONF = "--disable-strip" do_install_append () { install -d ${D}${bindir}/ ${D}${sysconfdir}/init.d |