diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-18 00:48:31 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-18 00:48:31 +0000 |
| commit | b977fca26fcea99ecfcd8ebc502ed82a7c0fd977 (patch) | |
| tree | dece5e44108e0a4a0e1e075b094f4b0fa4ace956 | |
| parent | 0d51d807aaa1316e6513a9a3711f642d8716fc3b (diff) | |
| download | poky-b977fca26fcea99ecfcd8ebc502ed82a7c0fd977.tar.gz | |
tzcode-native: Set NATIVE_INSTALL_WORKS
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
| -rw-r--r-- | meta/packages/tzcode/tzcode-native_2007h.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/packages/tzcode/tzcode-native_2007h.bb b/meta/packages/tzcode/tzcode-native_2007h.bb index b672f5cd53..16a3ea3a8d 100644 --- a/meta/packages/tzcode/tzcode-native_2007h.bb +++ b/meta/packages/tzcode/tzcode-native_2007h.bb | |||
| @@ -9,6 +9,7 @@ S = "${WORKDIR}" | |||
| 9 | 9 | ||
| 10 | inherit native | 10 | inherit native |
| 11 | 11 | ||
| 12 | NATIVE_INSTALL_WORKS = "1" | ||
| 12 | do_install () { | 13 | do_install () { |
| 13 | install -d ${D}${bindir}/ | 14 | install -d ${D}${bindir}/ |
| 14 | install -m 755 zic ${D}${bindir}/ | 15 | install -m 755 zic ${D}${bindir}/ |
