diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-07-01 20:39:16 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-07-01 20:39:16 -0700 |
commit | 927721f66e7c2c5b5024ce0a17cd31ca8ccbd1d2 (patch) | |
tree | 9ad09766b3d295db8294180aa15c2d5267e32b88 /recipes/clamav/clamav_0.96.1.bb | |
parent | f29ba5a65d5f6eedc0e1f6a12371184134e1b878 (diff) |
recipes: Punt use of patch=1 and use striplevel=n instead of pnum
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/clamav/clamav_0.96.1.bb')
-rw-r--r-- | recipes/clamav/clamav_0.96.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/clamav/clamav_0.96.1.bb b/recipes/clamav/clamav_0.96.1.bb index bf1aa1cd1c..6124652e98 100644 --- a/recipes/clamav/clamav_0.96.1.bb +++ b/recipes/clamav/clamav_0.96.1.bb @@ -1,6 +1,6 @@ require clamav.inc -SRC_URI += " file://fix-llvm-cross-configure.patch;patch=1" +SRC_URI += " file://fix-llvm-cross-configure.patch" SRC_URI[clamav-0.96.1.md5sum] = "38e7870db6e9ad0e569518499a6f3651" SRC_URI[clamav-0.96.1.sha256sum] = "413dd25907059068da2a367d2b330fbc37d5d2764eb3b047214ce754a9ca74ea" @@ -17,4 +17,4 @@ do_configure() { oe_runconf } -FILES_${PN}_append = " ${bindir}/clambc"
\ No newline at end of file +FILES_${PN}_append = " ${bindir}/clambc" |