diff options
Diffstat (limited to 'recipes/update-alternatives/update-alternatives-dpkg.inc')
-rw-r--r-- | recipes/update-alternatives/update-alternatives-dpkg.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/update-alternatives/update-alternatives-dpkg.inc b/recipes/update-alternatives/update-alternatives-dpkg.inc index cc2bb5a377..e7bd90d7f4 100644 --- a/recipes/update-alternatives/update-alternatives-dpkg.inc +++ b/recipes/update-alternatives/update-alternatives-dpkg.inc @@ -4,7 +4,7 @@ SRC_URI += "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.gz" S = "${WORKDIR}/dpkg-${PV}" PACKAGE_ARCH = "all" -SRC_URI += "file://paths.patch;apply=yes" +SRC_URI += "file://paths.patch" do_patch_append () { import shutil |