diff options
author | Richard Purdie <richard@openedhand.com> | 2006-12-22 10:43:59 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-12-22 10:43:59 +0000 |
commit | cb3389f46d79638a7c13184a9d7590db7811dfa5 (patch) | |
tree | b672d34b2f72c0906a03d3eea47d4b1fa5ebf0f9 /meta/packages/file | |
parent | c2a8c315154abb6d9680253acb5c3f676b51a4f2 (diff) | |
download | poky-cb3389f46d79638a7c13184a9d7590db7811dfa5.tar.gz |
Drop old versions of leafpad, zlib, gnutls, libgcrypt, file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1074 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/file')
-rw-r--r-- | meta/packages/file/file-native_4.16.bb | 8 | ||||
-rw-r--r-- | meta/packages/file/file_4.16.bb | 18 |
2 files changed, 0 insertions, 26 deletions
diff --git a/meta/packages/file/file-native_4.16.bb b/meta/packages/file/file-native_4.16.bb deleted file mode 100644 index 63554b01fb..0000000000 --- a/meta/packages/file/file-native_4.16.bb +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | require file_${PV}.bb | ||
2 | inherit native | ||
3 | |||
4 | # avoid dependency loop | ||
5 | DEPENDS = "" | ||
6 | PR = "r1" | ||
7 | |||
8 | SRC_URI += "file://native-fix.diff;patch=1" | ||
diff --git a/meta/packages/file/file_4.16.bb b/meta/packages/file/file_4.16.bb deleted file mode 100644 index 3e579c5ef4..0000000000 --- a/meta/packages/file/file_4.16.bb +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | DESCRIPTION = "File attempts to classify files depending \ | ||
2 | on their contents and prints a description if a match is found." | ||
3 | SECTION = "console/utils" | ||
4 | LICENSE = "BSD-ADV" | ||
5 | DEPENDS = "file-native" | ||
6 | |||
7 | SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz" | ||
8 | S = "${WORKDIR}/file-${PV}" | ||
9 | |||
10 | inherit autotools | ||
11 | |||
12 | do_configure_prepend() { | ||
13 | sed -i -e 's,$(top_builddir)/src/file,file,' ${S}/magic/Makefile.am | ||
14 | } | ||
15 | |||
16 | do_stage() { | ||
17 | autotools_stage_all | ||
18 | } | ||