diff options
Diffstat (limited to 'meta-networking/recipes-support/ntopng/ntopng_5.2.1.bb')
-rw-r--r-- | meta-networking/recipes-support/ntopng/ntopng_5.2.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/ntopng/ntopng_5.2.1.bb b/meta-networking/recipes-support/ntopng/ntopng_5.2.1.bb index 110ca36866..014706893a 100644 --- a/meta-networking/recipes-support/ntopng/ntopng_5.2.1.bb +++ b/meta-networking/recipes-support/ntopng/ntopng_5.2.1.bb | |||
@@ -19,10 +19,10 @@ SRC_URI = "git://github.com/ntop/ntopng.git;protocol=https;branch=5.2-stable \ | |||
19 | file://0001-autogen.sh-generate-configure.ac-only.patch \ | 19 | file://0001-autogen.sh-generate-configure.ac-only.patch \ |
20 | file://0001-configure.ac.in-not-check-clang-on-host.patch \ | 20 | file://0001-configure.ac.in-not-check-clang-on-host.patch \ |
21 | file://0001-configure.ac.in-Allow-dynamic-linking-against-ndpi-3.patch \ | 21 | file://0001-configure.ac.in-Allow-dynamic-linking-against-ndpi-3.patch \ |
22 | file://0001-Follow-rrd-post-1.8-change.patch \ | ||
22 | file://ntopng.service \ | 23 | file://ntopng.service \ |
23 | " | 24 | " |
24 | 25 | ||
25 | S = "${WORKDIR}/git" | ||
26 | 26 | ||
27 | # don't use the lua under thirdparty as it supports cross compiling badly | 27 | # don't use the lua under thirdparty as it supports cross compiling badly |
28 | export LUA_LIB = "${STAGING_LIBDIR}/liblua.a" | 28 | export LUA_LIB = "${STAGING_LIBDIR}/liblua.a" |
@@ -34,7 +34,7 @@ inherit autotools-brokensep gettext pkgconfig systemd | |||
34 | 34 | ||
35 | do_install:append() { | 35 | do_install:append() { |
36 | install -d ${D}${systemd_unitdir}/system/ | 36 | install -d ${D}${systemd_unitdir}/system/ |
37 | install -m 0644 ${WORKDIR}/ntopng.service ${D}${systemd_unitdir}/system | 37 | install -m 0644 ${UNPACKDIR}/ntopng.service ${D}${systemd_unitdir}/system |
38 | } | 38 | } |
39 | 39 | ||
40 | FILES:${PN} += "\ | 40 | FILES:${PN} += "\ |