diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2009-09-29 18:49:24 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2009-10-29 20:43:50 -0200 |
commit | c99bb48707c79be34d897f33e67f2f87397096c8 (patch) | |
tree | 575b2433edfb9402eccb4f72622257af1572aa8c /recipes/lzma/lzma-native_4.65.bb | |
parent | 63f60254966eabb9f4e2457eab659e6e5c51797c (diff) |
lzma: update to 4.65 and use INC_PR
Few header files has been added to ${STAGING_INCDIR}/lzma to allow
squashfs-tools to be compiled against it.
The gcc optimization flags has been droped for now since it ought to
have been fixed since the last test with the recipe, otherwise it
should be easy to be added back.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes/lzma/lzma-native_4.65.bb')
-rw-r--r-- | recipes/lzma/lzma-native_4.65.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/lzma/lzma-native_4.65.bb b/recipes/lzma/lzma-native_4.65.bb new file mode 100644 index 0000000000..e8427a7367 --- /dev/null +++ b/recipes/lzma/lzma-native_4.65.bb @@ -0,0 +1,4 @@ +inherit native + +require lzma.inc +PR = "${INC_PR}.1" |