diff options
author | Stanislav Brabec <utx@penguin.cz> | 2010-01-07 23:12:30 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2010-01-07 23:12:30 +0000 |
commit | 2cada8a1fd757b17dca27255326bda6e0237c69d (patch) | |
tree | 8ead36522467472132b65c4966f95c693ebe3117 /recipes/lzma/lzma-native_4.65.bb | |
parent | db5e6144271564e5440339492d2ba148cdada8bc (diff) |
lzma: Stage lzma binary, initramfs-kexecboot-image depends on it (removed do_stage and added NATIVE_INSTALL_WORKS).
Diffstat (limited to 'recipes/lzma/lzma-native_4.65.bb')
-rw-r--r-- | recipes/lzma/lzma-native_4.65.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/lzma/lzma-native_4.65.bb b/recipes/lzma/lzma-native_4.65.bb index 0bb42ea462..da05dfa7e0 100644 --- a/recipes/lzma/lzma-native_4.65.bb +++ b/recipes/lzma/lzma-native_4.65.bb @@ -1,4 +1,5 @@ inherit native +NATIVE_INSTALL_WORKS = "1" require lzma.inc PR = "${INC_PR}.1" |