diff options
Diffstat (limited to 'meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb')
| -rw-r--r-- | meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb b/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb index 9c0c28e197..6ce15a282b 100644 --- a/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb +++ b/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb | |||
| @@ -41,7 +41,7 @@ SRC_URI[sha256sum] = "1c97704d4b963a87fbc0e741668d4530933991515ae9ab0dffd11b5444 | |||
| 41 | 41 | ||
| 42 | inherit autotools-brokensep pkgconfig systemd ptest | 42 | inherit autotools-brokensep pkgconfig systemd ptest |
| 43 | 43 | ||
| 44 | SYSTEMD_SERVICE_${PN} = "openl2tpd.service" | 44 | SYSTEMD_SERVICE:${PN} = "openl2tpd.service" |
| 45 | SYSTEMD_AUTO_ENABLE = "disable" | 45 | SYSTEMD_AUTO_ENABLE = "disable" |
| 46 | 46 | ||
| 47 | DEPENDS += "libtirpc" | 47 | DEPENDS += "libtirpc" |
| @@ -52,7 +52,7 @@ LDFLAGS += "-ltirpc" | |||
| 52 | PARALLEL_MAKE = "" | 52 | PARALLEL_MAKE = "" |
| 53 | EXTRA_OEMAKE = 'CFLAGS="${CFLAGS} -Wno-unused-but-set-variable" CPPFLAGS="${CPPFLAGS}" OPT_CFLAGS="${CFLAGS}"' | 53 | EXTRA_OEMAKE = 'CFLAGS="${CFLAGS} -Wno-unused-but-set-variable" CPPFLAGS="${CPPFLAGS}" OPT_CFLAGS="${CFLAGS}"' |
| 54 | 54 | ||
| 55 | do_compile_prepend() { | 55 | do_compile:prepend() { |
| 56 | sed -i -e "s:SYS_LIBDIR=.*:SYS_LIBDIR=${libdir}:g" \ | 56 | sed -i -e "s:SYS_LIBDIR=.*:SYS_LIBDIR=${libdir}:g" \ |
| 57 | -e 's:$(CROSS_COMPILE)as:${AS}:g' \ | 57 | -e 's:$(CROSS_COMPILE)as:${AS}:g' \ |
| 58 | -e 's:$(CROSS_COMPILE)ld:${LD}:g' \ | 58 | -e 's:$(CROSS_COMPILE)ld:${LD}:g' \ |
| @@ -65,7 +65,7 @@ do_compile_prepend() { | |||
| 65 | ${S}/Makefile | 65 | ${S}/Makefile |
| 66 | } | 66 | } |
| 67 | 67 | ||
| 68 | do_install_append () { | 68 | do_install:append () { |
| 69 | install -d ${D}${sysconfdir}/init.d | 69 | install -d ${D}${sysconfdir}/init.d |
| 70 | install -d ${D}${sysconfdir}/default | 70 | install -d ${D}${sysconfdir}/default |
| 71 | install -m 0755 ${S}/etc/rc.d/init.d/openl2tpd ${D}${sysconfdir}/init.d/openl2tpd | 71 | install -m 0755 ${S}/etc/rc.d/init.d/openl2tpd ${D}${sysconfdir}/init.d/openl2tpd |
| @@ -91,4 +91,4 @@ do_install_ptest () { | |||
| 91 | done | 91 | done |
| 92 | } | 92 | } |
| 93 | 93 | ||
| 94 | RDEPENDS_${PN} = "ppp ppp-l2tp bash" | 94 | RDEPENDS:${PN} = "ppp ppp-l2tp bash" |
