diff options
Diffstat (limited to 'meta-oe/recipes-support/logwarn')
-rw-r--r-- | meta-oe/recipes-support/logwarn/logwarn_1.0.14.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/logwarn/logwarn_1.0.14.bb b/meta-oe/recipes-support/logwarn/logwarn_1.0.14.bb index 5ae36bb67..3549cb215 100644 --- a/meta-oe/recipes-support/logwarn/logwarn_1.0.14.bb +++ b/meta-oe/recipes-support/logwarn/logwarn_1.0.14.bb | |||
@@ -31,7 +31,7 @@ CACHED_CONFIGUREVARS += " \ | |||
31 | 31 | ||
32 | # Make sure some files exist for autoreconf. | 32 | # Make sure some files exist for autoreconf. |
33 | # | 33 | # |
34 | do_configure_prepend () { | 34 | do_configure:prepend () { |
35 | touch ${S}/NEWS | 35 | touch ${S}/NEWS |
36 | touch ${S}/ChangeLog | 36 | touch ${S}/ChangeLog |
37 | touch ${S}/README | 37 | touch ${S}/README |
@@ -39,7 +39,7 @@ do_configure_prepend () { | |||
39 | 39 | ||
40 | # Create a directory for logfile state info, usually under /var/lib. | 40 | # Create a directory for logfile state info, usually under /var/lib. |
41 | # | 41 | # |
42 | do_install_append () { | 42 | do_install:append () { |
43 | install -d ${D}${lcl_default_state_dir} | 43 | install -d ${D}${lcl_default_state_dir} |
44 | } | 44 | } |
45 | 45 | ||
@@ -47,6 +47,6 @@ do_install_append () { | |||
47 | # | 47 | # |
48 | PACKAGES += "${PN}-nagios" | 48 | PACKAGES += "${PN}-nagios" |
49 | 49 | ||
50 | FILES_${PN}-nagios = "${nonarch_libdir}/nagios" | 50 | FILES:${PN}-nagios = "${nonarch_libdir}/nagios" |
51 | 51 | ||
52 | RDEPENDS_${PN}-nagios += "bash coreutils sed" | 52 | RDEPENDS:${PN}-nagios += "bash coreutils sed" |