Revert "xz: add xz package"
authorPhil Blundell <philb@gnu.org>
Thu, 4 Mar 2010 23:01:28 +0000 (23:01 +0000)
committerPhil Blundell <philb@gnu.org>
Thu, 4 Mar 2010 23:01:28 +0000 (23:01 +0000)
This reverts commit fd2bed3297f3b76a8a6b18ba599e7d9d71d2c045.

recipes/xz/xz-native.inc [deleted file]
recipes/xz/xz-native_4.999.9beta.bb [deleted file]
recipes/xz/xz-native_git.bb [deleted file]
recipes/xz/xz.inc [deleted file]
recipes/xz/xz_4.999.9beta.bb [deleted file]
recipes/xz/xz_git.bb [deleted file]

diff --git a/recipes/xz/xz-native.inc b/recipes/xz/xz-native.inc
deleted file mode 100644 (file)
index bc5e9ff..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-inherit native
-require xz_${PV}.bb
diff --git a/recipes/xz/xz-native_4.999.9beta.bb b/recipes/xz/xz-native_4.999.9beta.bb
deleted file mode 100644 (file)
index c4f0da9..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-PV = "4.999.9beta"
-
-require xz-native.inc
diff --git a/recipes/xz/xz-native_git.bb b/recipes/xz/xz-native_git.bb
deleted file mode 100644 (file)
index 006b9d7..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-# 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}"
-PV = "git"
-require xz-native.inc
diff --git a/recipes/xz/xz.inc b/recipes/xz/xz.inc
deleted file mode 100644 (file)
index f103e68..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-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}"
-#FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/xz-${PV}"
-
-inherit autotools
diff --git a/recipes/xz/xz_4.999.9beta.bb b/recipes/xz/xz_4.999.9beta.bb
deleted file mode 100644 (file)
index 4f0adf9..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-PV = "4.999.9beta"
-
-require xz.inc
-PR = "${INC_PR}.0"
-SRC_URI = "http://tukaani.org/xz/xz-${PV}.tar.bz2;name=xz"
-SRC_URI[xz.md5sum] = "cc4044fcc073b8bcf3164d1d0df82161"
-SRC_URI[xz.sha256sum] = "330312c4397608d8b7be362cc7edbfeafa6101614bc2164d816ea767656aa15c"
-EXTRA_OECONF = "--enable-shared"
diff --git a/recipes/xz/xz_git.bb b/recipes/xz/xz_git.bb
deleted file mode 100644 (file)
index 6c481ed..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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