[oe-commits] Khem Raj : recipes: Get rid of redundant FILESPATH

git version control git at git.openembedded.org
Fri Mar 26 18:06:15 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 76619b80b5615f33f821be04768ed53616f825d0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=76619b80b5615f33f821be04768ed53616f825d0

Author: Khem Raj <raj.khem at gmail.com>
Date:   Fri Mar 26 11:02:01 2010 -0700

recipes: Get rid of redundant FILESPATH

---

 recipes/dbh/dbh_1.0-18.bb                   |    2 +-
 recipes/micro-emacs/micro-emacs_20060909.bb |    2 +-
 recipes/modphp/modphp5.inc                  |    3 ++-
 recipes/ntop/ntop_3.0.bb                    |    4 ++--
 recipes/txdrug/txdrug_0.1.bb                |    2 +-
 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 c15349f..d6f9bc0 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 f980b36..1caf18f 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 3aaaf03..a0417cf 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 aa72522..e65a7e4 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 31da811..7864ccb 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





More information about the Openembedded-commits mailing list