diff options
Diffstat (limited to 'procps')
-rw-r--r-- | procps/procps_3.1.15.oe | 4 | ||||
-rw-r--r-- | procps/procps_3.2.1.oe | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/procps/procps_3.1.15.oe b/procps/procps_3.1.15.oe index 1cb44c58ab..43be3afd37 100644 --- a/procps/procps_3.1.15.oe +++ b/procps/procps_3.1.15.oe @@ -7,8 +7,8 @@ PRIORITY = "optional" DEPENDS = "virtual/libc ncurses" SRC_URI = "http://procps.sourceforge.net/procps-${PV}.tar.gz \ - file://${FILESDIR}/procps_${PV}-2.diff;patch=1 \ - file://${FILESDIR}/install.patch;patch=1" + file://procps_${PV}-2.diff;patch=1 \ + file://install.patch;patch=1" inherit autotools diff --git a/procps/procps_3.2.1.oe b/procps/procps_3.2.1.oe index f9185218e9..7464831d46 100644 --- a/procps/procps_3.2.1.oe +++ b/procps/procps_3.2.1.oe @@ -7,7 +7,7 @@ PRIORITY = "optional" DEPENDS = "virtual/libc ncurses" SRC_URI = "http://procps.sourceforge.net/procps-${PV}.tar.gz \ - file://${FILESDIR}/install.patch;patch=1" + file://install.patch;patch=1" inherit autotools |