diff options
-rw-r--r-- | meta-networking/recipes-connectivity/tayga/tayga_0.9.2.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/tayga/tayga_0.9.2.bb b/meta-networking/recipes-connectivity/tayga/tayga_0.9.2.bb index f6b58559d4..f36435c8ea 100644 --- a/meta-networking/recipes-connectivity/tayga/tayga_0.9.2.bb +++ b/meta-networking/recipes-connectivity/tayga/tayga_0.9.2.bb | |||
@@ -12,6 +12,8 @@ SRC_URI[sha256sum] = "2b1f7927a9d2dcff9095aff3c271924b052ccfd2faca9588b277431a44 | |||
12 | SYSTEMD_PACKAGES = "${PN}" | 12 | SYSTEMD_PACKAGES = "${PN}" |
13 | SYSTEMD_SERVICE:${PN} = "tayga.service" | 13 | SYSTEMD_SERVICE:${PN} = "tayga.service" |
14 | 14 | ||
15 | EXTRA_OEMAKE += "CFLAGS='${CFLAGS}'" | ||
16 | |||
15 | do_install:append() { | 17 | do_install:append() { |
16 | install -m 0644 ${UNPACKDIR}/tayga.conf ${D}${sysconfdir}/tayga.conf | 18 | install -m 0644 ${UNPACKDIR}/tayga.conf ${D}${sysconfdir}/tayga.conf |
17 | install -d ${D}${systemd_unitdir}/system/ | 19 | install -d ${D}${systemd_unitdir}/system/ |
@@ -19,3 +21,4 @@ do_install:append() { | |||
19 | } | 21 | } |
20 | 22 | ||
21 | inherit autotools systemd | 23 | inherit autotools systemd |
24 | |||