aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2010-03-04 23:01:28 +0000
committerPhil Blundell <philb@gnu.org>2010-03-04 23:01:28 +0000
commite874add03c391a79319f1177773d89882ba6357a (patch)
tree0e66367c81cacf7846c99a1866ba6ab75fc9fa96
parenta3b0920d0cc2cecac9eea4993ad18a64b207d7af (diff)
downloadopenembedded-e874add03c391a79319f1177773d89882ba6357a.tar.gz
Revert "xz: add xz package"
This reverts commit fd2bed3297f3b76a8a6b18ba599e7d9d71d2c045.
-rw-r--r--recipes/xz/xz-native.inc2
-rw-r--r--recipes/xz/xz-native_4.999.9beta.bb3
-rw-r--r--recipes/xz/xz-native_git.bb7
-rw-r--r--recipes/xz/xz.inc8
-rw-r--r--recipes/xz/xz_4.999.9beta.bb8
-rw-r--r--recipes/xz/xz_git.bb22
6 files changed, 0 insertions, 50 deletions
diff --git a/recipes/xz/xz-native.inc b/recipes/xz/xz-native.inc
deleted file mode 100644
index bc5e9ff39b..0000000000
--- a/recipes/xz/xz-native.inc
+++ /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
index c4f0da9ead..0000000000
--- a/recipes/xz/xz-native_4.999.9beta.bb
+++ /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
index 006b9d72eb..0000000000
--- a/recipes/xz/xz-native_git.bb
+++ /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
index f103e68639..0000000000
--- a/recipes/xz/xz.inc
+++ /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
index 4f0adf9343..0000000000
--- a/recipes/xz/xz_4.999.9beta.bb
+++ /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
index 6c481ed68a..0000000000
--- a/recipes/xz/xz_git.bb
+++ /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