diff options
Diffstat (limited to 'recipes/hdparm/hdparm_6.9.bb')
-rw-r--r-- | recipes/hdparm/hdparm_6.9.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/hdparm/hdparm_6.9.bb b/recipes/hdparm/hdparm_6.9.bb index d6878da425..8bf7e1a661 100644 --- a/recipes/hdparm/hdparm_6.9.bb +++ b/recipes/hdparm/hdparm_6.9.bb @@ -7,8 +7,8 @@ LICENSE = "BSD" PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/hdparm/hdparm-${PV}.tar.gz \ - file://bswap.patch;patch=1 \ - file://uclibc.patch;patch=1" + file://bswap.patch \ + file://uclibc.patch" do_install () { install -d ${D}/${base_sbindir} ${D}/${mandir}/man8 |