diff options
Diffstat (limited to 'recipes/hdparm/hdparm_6.6.bb')
-rw-r--r-- | recipes/hdparm/hdparm_6.6.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/hdparm/hdparm_6.6.bb b/recipes/hdparm/hdparm_6.6.bb index ffec921ca7..281a06cdbf 100644 --- a/recipes/hdparm/hdparm_6.6.bb +++ b/recipes/hdparm/hdparm_6.6.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 |