diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-23 09:55:43 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-23 11:17:03 +0100 |
| commit | d4bafb35d0dff694a16e40856448eeb12a0fd05e (patch) | |
| tree | a22aeb54acddafc048bdf45cd4a08571691d3f98 /meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb | |
| parent | ca769afc7918981ac6a66d1b92ea937ddb62b239 (diff) | |
| download | meta-openembedded-d4bafb35d0dff694a16e40856448eeb12a0fd05e.tar.gz | |
hddtemp: apply hddtemp-db.patch to our hddtemp.db
* some versions of patch utility refuse to accept such patch:
ERROR: Command Error: exit status: 1 Output:
Applying patch hddtemp-db.patch
Ignoring potentially dangerous file name ../hddtemp.db
can't find file to patch at input line 7
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb')
| -rw-r--r-- | meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb b/meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb index a0bc4e6456..9483b5c17b 100644 --- a/meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb +++ b/meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb | |||
| @@ -2,11 +2,12 @@ SUMMARY = "Hard disk temperature monitor daemon" | |||
| 2 | SECTION = "console/network" | 2 | SECTION = "console/network" |
| 3 | LICENSE = "GPLv2+" | 3 | LICENSE = "GPLv2+" |
| 4 | 4 | ||
| 5 | PR = "r1" | ||
| 6 | |||
| 5 | SRC_URI = "http://download.savannah.nongnu.org/releases/hddtemp/hddtemp-0.3-beta15.tar.bz2 \ | 7 | SRC_URI = "http://download.savannah.nongnu.org/releases/hddtemp/hddtemp-0.3-beta15.tar.bz2 \ |
| 6 | file://hddtemp-no-nls-support.patch \ | 8 | file://hddtemp-no-nls-support.patch \ |
| 7 | file://hddtemp_0.3-beta15-52.diff \ | 9 | file://hddtemp_0.3-beta15-52.diff \ |
| 8 | file://hddtemp-0.3-beta15-autodetect-717479.patch \ | 10 | file://hddtemp-0.3-beta15-autodetect-717479.patch \ |
| 9 | file://hddtemp-db.patch;striplevel=0 \ | ||
| 10 | file://hddtemp.db \ | 11 | file://hddtemp.db \ |
| 11 | file://init \ | 12 | file://init \ |
| 12 | " | 13 | " |
