diff options
Diffstat (limited to 'recipes/hdparm')
-rw-r--r-- | recipes/hdparm/hdparm_6.3.bb | 4 | ||||
-rw-r--r-- | recipes/hdparm/hdparm_6.6.bb | 4 | ||||
-rw-r--r-- | recipes/hdparm/hdparm_6.9.bb | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/recipes/hdparm/hdparm_6.3.bb b/recipes/hdparm/hdparm_6.3.bb index 6e89c0286e..b6d3de662d 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 \ + file://uclibc.patch" do_install () { install -d ${D}/${sbindir} ${D}/${mandir}/man8 diff --git a/recipes/hdparm/hdparm_6.6.bb b/recipes/hdparm/hdparm_6.6.bb index ffec921ca7..8cc9294e00 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 \ + file://uclibc.patch" do_install () { install -d ${D}/${sbindir} ${D}/${mandir}/man8 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 |