diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-02-13 02:51:46 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-06-05 12:55:47 -0700 |
commit | 30d12388795bff1d20c47e1229a7efeb4ea25c2f (patch) | |
tree | bbab029f5c1ec3e9cab6551b0fccea7aed87e1ca /recipes/xz/xz_git.bb | |
parent | 86e285b567487bbf17187a4ce8b4a4ae05dbe665 (diff) |
xz: add recipe and use BBCLASSEXTEND for native version.
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/xz/xz_git.bb')
-rw-r--r-- | recipes/xz/xz_git.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/xz/xz_git.bb b/recipes/xz/xz_git.bb new file mode 100644 index 0000000000..8950a08ecb --- /dev/null +++ b/recipes/xz/xz_git.bb @@ -0,0 +1,6 @@ +S = "${WORKDIR}/git" +require xz.inc +PV = "git" +PR = "${INC_PR}.0" +SRC_URI = "git://ctrl.tukaani.org/xz.git;branch=master;protocol=git" +DEFAULT_PREFERENCE = "-1" |