diff options
Diffstat (limited to 'recipes/pmount/pmount_0.9.4.bb')
-rw-r--r-- | recipes/pmount/pmount_0.9.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/pmount/pmount_0.9.4.bb b/recipes/pmount/pmount_0.9.4.bb index 7b06479d76..3abc9000bb 100644 --- a/recipes/pmount/pmount_0.9.4.bb +++ b/recipes/pmount/pmount_0.9.4.bb @@ -3,8 +3,8 @@ DEPENDS="sysfsutils" PR ="r1" SRC_URI="http://www.piware.de/projects/pmount-0.9.4.tar.gz \ - file://mmc-fix.patch;patch=1 \ - file://no-hal.patch;patch=1" + file://mmc-fix.patch;apply=yes \ + file://no-hal.patch;apply=yes" do_install() { install -m 4755 -D ${S}/pmount ${D}/${bindir}/pmount |