summaryrefslogtreecommitdiff
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)
downloadopenembedded-core-e38ae8f00aeb5c701b3229b1dbf30c0999502b56.tar.gz
openembedded-core-e38ae8f00aeb5c701b3229b1dbf30c0999502b56.tar.bz2
openembedded-core-e38ae8f00aeb5c701b3229b1dbf30c0999502b56.tar.xz
openembedded-core-e38ae8f00aeb5c701b3229b1dbf30c0999502b56.zip
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 eb76349d8..000000000
--- a/meta/packages/uuid/uuid_1.6.2.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-SRC_URI = "ftp://ftp.ossp.org/pkg/lib/uuid/uuid-1.6.2.tar.gz \
- file://fixes.patch;patch=1"
-PR = "r0"
-
-inherit autotools
-
-do_configure_prepend () {
- rm libtool.m4
-}
-
-export LIBTOOL = "${S}/${TARGET_PREFIX}libtool"
-
-do_stage () {
- autotools_stage_all
-} \ No newline at end of file