diff options
author | Richard Purdie <richard@openedhand.com> | 2006-05-27 21:36:43 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-05-27 21:36:43 +0000 |
commit | 2af7864dcfa9ade3e045fd920a7a678d7942a764 (patch) | |
tree | 0e419d5c769a9d9719c6f8763e2c3216667e9f3e | |
parent | fba8f7ad31e4fad85ecfacc2f3a2288a0643eaf5 (diff) | |
download | poky-2af7864dcfa9ade3e045fd920a7a678d7942a764.tar.gz |
hdparm: sync with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@435 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | openembedded/packages/hdparm/hdparm_6.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded/packages/hdparm/hdparm_6.3.bb b/openembedded/packages/hdparm/hdparm_6.3.bb index a917289513..94d1e6e9bf 100644 --- a/openembedded/packages/hdparm/hdparm_6.3.bb +++ b/openembedded/packages/hdparm/hdparm_6.3.bb | |||
@@ -4,7 +4,7 @@ SECTION = "console/utils" | |||
4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
5 | LICENSE = "BSD" | 5 | LICENSE = "BSD" |
6 | 6 | ||
7 | SRC_URI = "http://www.ibiblio.org/pub/Linux/system/hardware/hdparm-${PV}.tar.gz \ | 7 | SRC_URI = "${SOURCEFORGE_MIRROR}/hdparm/hdparm-${PV}.tar.gz \ |
8 | file://bswap.patch;patch=1 \ | 8 | file://bswap.patch;patch=1 \ |
9 | file://uclibc.patch;patch=1" | 9 | file://uclibc.patch;patch=1" |
10 | 10 | ||