diff options
Diffstat (limited to 'recipes/yum/yum_3.2.18.bb')
-rw-r--r-- | recipes/yum/yum_3.2.18.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/yum/yum_3.2.18.bb b/recipes/yum/yum_3.2.18.bb index 66fc3f744b..9ae5ce2bf7 100644 --- a/recipes/yum/yum_3.2.18.bb +++ b/recipes/yum/yum_3.2.18.bb @@ -2,8 +2,8 @@ HOMEPAGE = "http://linux.duke.edu/projects/yum/" PR = "r6" SRC_URI = "http://linux.duke.edu/projects/yum/download/3.2/yum-${PV}.tar.gz \ - file://paths.patch;apply=yes \ - file://paths2.patch;apply=yes \ + file://paths.patch \ + file://paths2.patch \ file://yum-install-recommends.py \ file://extract-postinst.awk" |