diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-26 05:01:05 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-26 05:01:05 +0000 |
commit | 32cceafdb07307581ea9d0b82e3b4453589a7394 (patch) | |
tree | 482deaaede1089d49e6a13c1c5b51440e40bf5e6 | |
parent | 03559d2c5968695a388f09d58267d20b1e867e6c (diff) |
Correct a few SRC_URI vars.
BKrev: 40b424919USj6urYoQwcGO6sTcrqmQ
-rw-r--r-- | gnome/orbit2-native_2.10.2.oe | 2 | ||||
-rw-r--r-- | gnome/orbit2_2.10.2.oe | 2 | ||||
-rw-r--r-- | gtk+/gtk+_2.4.1.oe | 1 | ||||
-rw-r--r-- | sharp-binary-only/sharp-flash-header-c700.oe | 3 | ||||
-rw-r--r-- | txdrug/txdrug_0.1.oe | 2 |
5 files changed, 2 insertions, 8 deletions
diff --git a/gnome/orbit2-native_2.10.2.oe b/gnome/orbit2-native_2.10.2.oe index 204d3ba47c..5ec1607d88 100644 --- a/gnome/orbit2-native_2.10.2.oe +++ b/gnome/orbit2-native_2.10.2.oe @@ -1,8 +1,6 @@ DESCRIPTION = "CORBA ORB" SECTION = "gnome/base" SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.10/ORBit2-${PV}.tar.bz2 \ - file://gtk-doc.m4 \ - file://gtk-doc.make \ file://configure-lossage.patch;patch=1;pnum=1 \ file://gtk-doc.m4 \ file://gtk-doc.make" diff --git a/gnome/orbit2_2.10.2.oe b/gnome/orbit2_2.10.2.oe index 3a95a475eb..63c95301da 100644 --- a/gnome/orbit2_2.10.2.oe +++ b/gnome/orbit2_2.10.2.oe @@ -1,8 +1,6 @@ DESCRIPTION = "CORBA ORB" SECTION = "gnome/base" SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.10/ORBit2-${PV}.tar.bz2 \ - file://gtk-doc.m4 \ - file://gtk-doc.make \ file://configure-lossage.patch;patch=1;pnum=1 \ file://gtk-doc.m4 \ file://gtk-doc.make" diff --git a/gtk+/gtk+_2.4.1.oe b/gtk+/gtk+_2.4.1.oe index b542080c5f..16176aabd6 100644 --- a/gtk+/gtk+_2.4.1.oe +++ b/gtk+/gtk+_2.4.1.oe @@ -9,7 +9,6 @@ DEPENDS = "glib-2.0 pango atk jpeg libpng xext" SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.4/gtk+-${PV}.tar.bz2 \ file://no-demos.patch;patch=1 \ file://automake-lossage.patch;patch=1 \ - file://gtk-doc.m4 \ file://gtk+-handhelds.patch;patch=1 \ file://gtk-doc.m4" diff --git a/sharp-binary-only/sharp-flash-header-c700.oe b/sharp-binary-only/sharp-flash-header-c700.oe index a18f12a13c..764ebbf965 100644 --- a/sharp-binary-only/sharp-flash-header-c700.oe +++ b/sharp-binary-only/sharp-flash-header-c700.oe @@ -1,5 +1,4 @@ -SRC_URI = "file://header-c700.bin \ - file://header-c700.bin" +SRC_URI = "file://header-c700.bin" do_stage() { mkdir -p ${STAGING_LIBDIR}/sharp-flash-header diff --git a/txdrug/txdrug_0.1.oe b/txdrug/txdrug_0.1.oe index d1855dc70a..a12823f196 100644 --- a/txdrug/txdrug_0.1.oe +++ b/txdrug/txdrug_0.1.oe @@ -6,7 +6,7 @@ LICENSE = "GPL" DEPENDS = "virtual/libc virtual/libqpe sqlite" SRC_URI = "http://teax.sourceforge.net/txdrug-${PV}.tar.gz \ - file://${palmtopdir}" + file://${FILESDIR}/${palmtopdir}" S = "${WORKDIR}/txdrug-tar" inherit palmtop |