diff options
Diffstat (limited to 'recipes/apr/apr-util_1.2.12.bb')
-rw-r--r-- | recipes/apr/apr-util_1.2.12.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/apr/apr-util_1.2.12.bb b/recipes/apr/apr-util_1.2.12.bb index fc9fb364e5..3c22da1780 100644 --- a/recipes/apr/apr-util_1.2.12.bb +++ b/recipes/apr/apr-util_1.2.12.bb @@ -9,7 +9,7 @@ inherit autotools lib_package binconfig # apache mirrors? SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz \ - file://configure_fixes.patch;patch=1" + file://configure_fixes.patch;apply=yes" EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS} --with-dbm=gdbm \ --with-gdbm=${STAGING_DIR_HOST}${layout_prefix} \ |