diff options
Diffstat (limited to 'recipes/xz/xz.inc')
-rw-r--r-- | recipes/xz/xz.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/xz/xz.inc b/recipes/xz/xz.inc new file mode 100644 index 0000000000..cc4f966e66 --- /dev/null +++ b/recipes/xz/xz.inc @@ -0,0 +1,9 @@ +DESCRIPTION = "XZ Utils is free general-purpose data compression software with high compression ratio. XZ Utils are the successor to LZMA Utils." +SECTION = "console/utils" +LICENSE = "Public Domain" +INC_PR = "r0" +S ?= "${WORKDIR}/xz-${PV}" +EXTRA_OECONF = "--enable-shared" +BBCLASSEXTEND = "native" + +inherit autotools |