summaryrefslogtreecommitdiff
path: root/meta/classes/patch.bbclass
Commit message (Expand)AuthorAgeFilesLines
* patch.bbclass: Add support for maxrev and minrevRichard Purdie2007-08-031-21/+23
* patch.bbclass: Set default patch resolver to noopRichard Purdie2007-05-111-1/+1
* patch.bbclass: Specify a quiltrc file so users settings don't interfere with ...Richard Purdie2007-04-141-1/+5
* classes: Rework core dependencies to work properly at the task levelRichard Purdie2007-04-031-0/+2
* patch.bbclass: Fix force options for recent quilt versionsRichard Purdie2007-01-081-0/+1
* patch.bbclass: fix bug where it failed to detect that the user did not modify...Chris Larson2006-10-251-1/+8
* patch.bbclass: sync with upstream oe.Chris Larson2006-09-151-12/+17
* patch.bbclass: updates from upstream oe.Chris Larson2006-09-011-5/+2
* Patch.bbclass: add NOOPResolver class for use in unattended builds, which doe...Chris Larson2006-08-301-8/+18
* Patch failure handling updates, added a 'patch' concrete class, so we can app...Chris Larson2006-08-281-89/+148
* Patch.bbclass: fix bug resulting in a failure to md5 the local path.. it brok...Chris Larson2006-08-271-1/+1
* Fix the patch.bbclass error handling in a couple of the error paths by changi...Chris Larson2006-08-231-4/+3
* Clean up the way patch.bbclass's runcmd handles the directory not existing.Chris Larson2006-08-221-4/+17
* Changes for ticket:8, with fixes for the bugs reported by Richard.Chris Larson2006-08-211-0/+405
/a> 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259