summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-07-22 11:53:02 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-22 11:53:02 +0000
commitfd706664dbac74dc8806f2a8525043cba6328927 (patch)
tree20f78ba4be124518b51951d6c8a74d08ded33bf3
parentacf5f186c3f4fe24e7f8e75b9bf9c25d18b4ee13 (diff)
parente1512c326ecaa7bb0e321b5926a9eb4d1d5b17bb (diff)
merge of da9de24c6bfa7b08b9abc3a124f370c7d0d7a037
and edacf91eca9c3e62395f0b114f99e0798cda45b6
-rw-r--r--packages/cairo/cairo_0.5.2.bb16
-rw-r--r--packages/libusb/libusb-0.1.10a/ARMfix.patch20
2 files changed, 36 insertions, 0 deletions
diff --git a/packages/cairo/cairo_0.5.2.bb b/packages/cairo/cairo_0.5.2.bb
new file mode 100644
index 0000000000..260541c39f
--- /dev/null
+++ b/packages/cairo/cairo_0.5.2.bb
@@ -0,0 +1,16 @@
+SECTION = "libs"
+PRIORITY = "optional"
+MAINTAINER = "Phil Blundell <pb@debian.org>"
+# DEPENDS = "x11 libpixman libpng fontconfig libxrender xcb glitz"
+DEPENDS = "x11 libpixman libpng fontconfig libxrender"
+DESCRIPTION = "Cairo graphics library"
+LICENSE = "MPL LGPL"
+PR = "r0"
+
+SRC_URI = "http://cairographics.org/snapshots/cairo-${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+do_stage () {
+ oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
+}
diff --git a/packages/libusb/libusb-0.1.10a/ARMfix.patch b/packages/libusb/libusb-0.1.10a/ARMfix.patch
new file mode 100644
index 0000000000..803bd99bab
--- /dev/null
+++ b/packages/libusb/libusb-0.1.10a/ARMfix.patch
@@ -0,0 +1,20 @@
+--- /tmp/usb.c 2005-07-22 01:45:43.606167000 +0200
++++ libusb-0.1.10a/usb.c 2005-07-22 01:47:22.527128728 +0200
+@@ -156,7 +156,7 @@
+ * Some ports fetch the descriptors on scanning (like Linux) so we don't
+ * need to fetch them again.
+ */
+- if (!dev->config) {
++/* if (!dev->config) { */
+ usb_dev_handle *udev;
+
+ udev = usb_open(dev);
+@@ -165,7 +165,7 @@
+
+ usb_close(udev);
+ }
+- }
++/* }*/
+
+ changes++;
+