aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-03-26 11:02:01 -0700
committerKhem Raj <raj.khem@gmail.com>2010-03-26 11:04:25 -0700
commit76619b80b5615f33f821be04768ed53616f825d0 (patch)
tree493f8907d41a4b8ee45f1292c82de2cacc504baa /recipes
parent1c91750ce151a9c63526fb220d6bd56fc67891aa (diff)
downloadopenembedded-76619b80b5615f33f821be04768ed53616f825d0.tar.gz
recipes: Get rid of redundant FILESPATH
Diffstat (limited to 'recipes')
-rw-r--r--recipes/dbh/dbh_1.0-18.bb2
-rw-r--r--recipes/micro-emacs/micro-emacs_20060909.bb2
-rw-r--r--recipes/modphp/modphp5.inc3
-rw-r--r--recipes/ntop/ntop_3.0.bb4
-rw-r--r--recipes/txdrug/txdrug_0.1.bb2
5 files changed, 7 insertions, 6 deletions
diff --git a/recipes/dbh/dbh_1.0-18.bb b/recipes/dbh/dbh_1.0-18.bb
index c15349f6fd..d6f9bc0e0b 100644
--- a/recipes/dbh/dbh_1.0-18.bb
+++ b/recipes/dbh/dbh_1.0-18.bb
@@ -7,7 +7,7 @@ SECTION = "libs"
PR = "r2"
SRC_URI = "${SOURCEFORGE_MIRROR}/dbh/dbh_${PV}.tar.bz2 \
- file://${FILESDIR}/configure.patch;patch=1"
+ file://configure.patch;patch=1"
S="${WORKDIR}/dbh_${PV}"
diff --git a/recipes/micro-emacs/micro-emacs_20060909.bb b/recipes/micro-emacs/micro-emacs_20060909.bb
index f980b368b1..1caf18fcf4 100644
--- a/recipes/micro-emacs/micro-emacs_20060909.bb
+++ b/recipes/micro-emacs/micro-emacs_20060909.bb
@@ -8,7 +8,7 @@ S = "${WORKDIR}/me060909"
SRC_URI = "http://www.jasspa.com/release_${PV}/jasspa-mesrc-${PV}-2.tar.gz \
http://www.jasspa.com/release_${PV}/jasspa-memacros-${PV}.tar.gz \
- file://${FILESDIR}/zaurus_make.patch;patch=1"
+ file://zaurus_make.patch;patch=1"
do_compile () {
oe_runmake -C src -f zaurus.gmk mec
diff --git a/recipes/modphp/modphp5.inc b/recipes/modphp/modphp5.inc
index 3aaaf03e62..a0417cf189 100644
--- a/recipes/modphp/modphp5.inc
+++ b/recipes/modphp/modphp5.inc
@@ -4,7 +4,8 @@ LICENSE = "PHP"
RDEPENDS = "apache2"
DEPENDS = "apache2-native apache2 zlib"
SRC_URI = "http://de3.php.net/distributions/php-${PV}.tar.bz2 \
- file://${FILESDIR}/configure.patch;patch=1"
+ file://configure.patch;patch=1 \
+ "
S = "${WORKDIR}/php-${PV}"
diff --git a/recipes/ntop/ntop_3.0.bb b/recipes/ntop/ntop_3.0.bb
index aa725222e9..e65a7e45c1 100644
--- a/recipes/ntop/ntop_3.0.bb
+++ b/recipes/ntop/ntop_3.0.bb
@@ -6,8 +6,8 @@ DEPENDS = "gdbm zlib libpcap libpng gd"
PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/ntop/ntop-${PV}.tgz \
- file://${FILESDIR}/autotools.patch;patch=1 \
- file://${FILESDIR}/plugins.patch;patch=1"
+ file://autotools.patch;patch=1 \
+ file://plugins.patch;patch=1"
inherit autotools
diff --git a/recipes/txdrug/txdrug_0.1.bb b/recipes/txdrug/txdrug_0.1.bb
index 31da8117f7..7864ccba76 100644
--- a/recipes/txdrug/txdrug_0.1.bb
+++ b/recipes/txdrug/txdrug_0.1.bb
@@ -6,7 +6,7 @@ DEPENDS = "sqlite"
PR = "r3"
SRC_URI = "http://teax.sourceforge.net/txdrug-${PV}.tar.gz \
- file://${FILESDIR}/opt/QtPalmtop"
+ file://opt/QtPalmtop"
S = "${WORKDIR}/txdrug-tar"
inherit palmtop