summaryrefslogtreecommitdiffstats
path: root/meta/packages/uuid/uuid_1.6.2.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-11-04 16:00:15 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-11-04 16:00:15 +0000
commite38ae8f00aeb5c701b3229b1dbf30c0999502b56 (patch)
tree3bff35319b0e42336b50bf874d1be505491375a8 /meta/packages/uuid/uuid_1.6.2.bb
parent4a3a35f81c9868516fd642be30fcd316ca69e20c (diff)
downloadpoky-e38ae8f00aeb5c701b3229b1dbf30c0999502b56.tar.gz
uuid: Drop in favour of the e2fsprogs version
Diffstat (limited to 'meta/packages/uuid/uuid_1.6.2.bb')
-rw-r--r--meta/packages/uuid/uuid_1.6.2.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/packages/uuid/uuid_1.6.2.bb b/meta/packages/uuid/uuid_1.6.2.bb
deleted file mode 100644
index eb76349d8f..0000000000
--- a/meta/packages/uuid/uuid_1.6.2.bb
+++ /dev/null
@@ -1,15 +0,0 @@
1SRC_URI = "ftp://ftp.ossp.org/pkg/lib/uuid/uuid-1.6.2.tar.gz \
2 file://fixes.patch;patch=1"
3PR = "r0"
4
5inherit autotools
6
7do_configure_prepend () {
8 rm libtool.m4
9}
10
11export LIBTOOL = "${S}/${TARGET_PREFIX}libtool"
12
13do_stage () {
14 autotools_stage_all
15} \ No newline at end of file