aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-12-18 18:42:48 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-12-18 18:42:48 +0000
commit2db5f07f867cb7685e5f5ea57928f1c32fd55cc0 (patch)
treefd013321f204b912da1bc5a446c25e64ac431db6
parent2933728cc57c9262f126ac6fc6f619ea8a857d68 (diff)
downloadopenembedded-2db5f07f867cb7685e5f5ea57928f1c32fd55cc0.tar.gz
mailx: dropped not fetchable 8.1.2-0.20031014cvs version. 8.1.2-0.20020411cvs will follow after Debian 'etch' release
-rw-r--r--packages/mailx/mailx_8.1.2-0.20031014cvs.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/mailx/mailx_8.1.2-0.20031014cvs.bb b/packages/mailx/mailx_8.1.2-0.20031014cvs.bb
deleted file mode 100644
index 973f7ed121..0000000000
--- a/packages/mailx/mailx_8.1.2-0.20031014cvs.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-SECTION = "console/network"
-DEPENDS = "liblockfile"
-DESCRIPTION = "mailx is the traditional command-line-mode \
-mail user agent."
-LICENSE = "GPL"
-SRC_URI = "${DEBIAN_MIRROR}/main/m/mailx/mailx_${PV}.orig.tar.gz \
- ${DEBIAN_MIRROR}/main/m/mailx/mailx_${PV}-1.diff.gz;patch=1 \
- file://install.patch;patch=1"
-S = "${WORKDIR}/mailx-${PV}.orig"
-
-CFLAGS_append = " -D_BSD_SOURCE -DDEBIAN -I${S}/EXT"
-
-do_install () {
- oe_runmake 'DESTDIR=${D}' install
-}