diff options
Diffstat (limited to 'recipes/hdparm/hdparm_6.3.bb')
-rw-r--r-- | recipes/hdparm/hdparm_6.3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/hdparm/hdparm_6.3.bb b/recipes/hdparm/hdparm_6.3.bb index 6e89c0286e..cee4dfb762 100644 --- a/recipes/hdparm/hdparm_6.3.bb +++ b/recipes/hdparm/hdparm_6.3.bb @@ -5,8 +5,8 @@ PRIORITY = "optional" LICENSE = "BSD" SRC_URI = "${SOURCEFORGE_MIRROR}/hdparm/hdparm-${PV}.tar.gz \ - file://bswap.patch;patch=1 \ - file://uclibc.patch;patch=1" + file://bswap.patch;apply=yes \ + file://uclibc.patch;apply=yes" do_install () { install -d ${D}/${sbindir} ${D}/${mandir}/man8 |