aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/uuid/uuid_1.6.2.bb
diff options
context:
space:
mode:
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, 15 insertions, 0 deletions
diff --git a/meta/packages/uuid/uuid_1.6.2.bb b/meta/packages/uuid/uuid_1.6.2.bb
new file mode 100644
index 0000000000..eb76349d8f
--- /dev/null
+++ b/meta/packages/uuid/uuid_1.6.2.bb
@@ -0,0 +1,15 @@
+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