diff options
Diffstat (limited to 'recipes/libpcre/libpcre_7.6.bb')
-rw-r--r-- | recipes/libpcre/libpcre_7.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libpcre/libpcre_7.6.bb b/recipes/libpcre/libpcre_7.6.bb index f8f3d575ca..b0eff17dc2 100644 --- a/recipes/libpcre/libpcre_7.6.bb +++ b/recipes/libpcre/libpcre_7.6.bb @@ -8,7 +8,7 @@ SECTION = "devel" PR = "r7" LICENSE = "BSD" SRC_URI = "${SOURCEFORGE_MIRROR}/pcre/pcre-${PV}.tar.bz2 \ - file://pcre-cross.patch;patch=1" + file://pcre-cross.patch" S = "${WORKDIR}/pcre-${PV}" PROVIDES = "pcre" |