recipes: Get rid of redundant FILESPATH
authorKhem Raj <raj.khem@gmail.com>
Fri, 26 Mar 2010 18:02:01 +0000 (11:02 -0700)
committerKhem Raj <raj.khem@gmail.com>
Fri, 26 Mar 2010 18:04:25 +0000 (11:04 -0700)
recipes/dbh/dbh_1.0-18.bb
recipes/micro-emacs/micro-emacs_20060909.bb
recipes/modphp/modphp5.inc
recipes/ntop/ntop_3.0.bb
recipes/txdrug/txdrug_0.1.bb

index c15349f..d6f9bc0 100644 (file)
@@ -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}"
 
index f980b36..1caf18f 100644 (file)
@@ -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
index 3aaaf03..a0417cf 100644 (file)
@@ -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}"
 
index aa72522..e65a7e4 100644 (file)
@@ -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
 
index 31da811..7864ccb 100644 (file)
@@ -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