diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-03-26 11:02:01 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-03-26 11:04:25 -0700 |
commit | 76619b80b5615f33f821be04768ed53616f825d0 (patch) | |
tree | 493f8907d41a4b8ee45f1292c82de2cacc504baa /recipes/dbh/dbh_1.0-18.bb | |
parent | 1c91750ce151a9c63526fb220d6bd56fc67891aa (diff) |
recipes: Get rid of redundant FILESPATH
Diffstat (limited to 'recipes/dbh/dbh_1.0-18.bb')
-rw-r--r-- | recipes/dbh/dbh_1.0-18.bb | 2 |
1 files changed, 1 insertions, 1 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}" |