diff options
Diffstat (limited to 'meta/recipes-devtools/patch/patch.inc')
-rw-r--r-- | meta/recipes-devtools/patch/patch.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/patch/patch.inc b/meta/recipes-devtools/patch/patch.inc index a12d426b2c..44d3046fd8 100644 --- a/meta/recipes-devtools/patch/patch.inc +++ b/meta/recipes-devtools/patch/patch.inc | |||
@@ -6,7 +6,7 @@ SECTION = "utils" | |||
6 | HOMEPAGE = "http://savannah.gnu.org/projects/patch/" | 6 | HOMEPAGE = "http://savannah.gnu.org/projects/patch/" |
7 | 7 | ||
8 | SRC_URI = "${GNU_MIRROR}/patch/patch-${PV}.tar.gz" | 8 | SRC_URI = "${GNU_MIRROR}/patch/patch-${PV}.tar.gz" |
9 | S = "${WORKDIR}/patch-${PV}" | 9 | S = "${UNPACKDIR}/patch-${PV}" |
10 | 10 | ||
11 | inherit autotools update-alternatives | 11 | inherit autotools update-alternatives |
12 | 12 | ||