diff options
Diffstat (limited to 'recipes/xz/xz_git.bb')
| -rw-r--r-- | recipes/xz/xz_git.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes/xz/xz_git.bb b/recipes/xz/xz_git.bb new file mode 100644 index 0000000000..6c481ed68a --- /dev/null +++ b/recipes/xz/xz_git.bb @@ -0,0 +1,22 @@ +# XZ_BASE should be the latest released version of xz. +# It can be set in the distro file. +#XZ_BASE ?= "4.999.9" +#SRCREV = "HEAD" +#PV = "${XZ_BASE}+gitr${SRCREV}" +S = "${WORKDIR}/git" +PV = "git" +PR = "${INC_PR}.0" +SRC_URI = "git://ctrl.tukaani.org/xz.git;branch=master;protocol=git" +EXTRA_OECONF = "--enable-shared --disable-nls" +DEFAULT_PREFERENCE = "-1" +require xz.inc +inherit gettext +EXTRA_AUTORECONF = "--install" +# XXX: Not sure what i managed to break, but this should not be needed! +# | configure.ac:460: required file `build-aux/config.rpath' not found +do_configure () { + install -D -m0755 ${STAGING_DATADIR}/gettext/config.rpath \ + ${S}/build-aux/config.rpath + autotools_do_configure +} +# just disabled nls for now |
