summaryrefslogtreecommitdiff
path: root/meta/classes/license.bbclass
Commit message (Expand)AuthorAgeFilesLines
* license: Fix manifest conditionalBeth Flanagan2011-12-211-2/+2
* license.bbclass: remove bashismElizabeth Flanagan2011-12-161-1/+1
* license: PR bump failureElizabeth Flanagan2011-12-121-1/+1
* license/copyleft: exception for ast parseElizabeth Flanagan2011-12-101-1/+4
* license.bbclass: remove deb exclusionElizabeth Flanagan2011-12-101-26/+23
* license.bbclass: remove bashism.Elizabeth Flanagan2011-12-101-1/+1
* [YOCTO #1776] license: manifest and license pathElizabeth Flanagan2011-12-081-64/+151
* license: split license parsing into oe.licenseChristopher Larson2011-12-081-38/+19
* Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie2011-11-101-9/+9
* libcense.bbclass: fix OpenSSL mappingMartin Jansa2011-11-071-1/+1
* license.bbclass: Infinite recursion of or nodesBeth Flanagan2011-05-291-7/+8
* license.bbclass: Sane Parsing of licensesBeth Flanagan2011-05-271-38/+114
* license bbclass: put licenses in DEPLOY_DIR/licenses to avoid sstate problems...Koen Kooi2011-05-171-1/+1
* Further cleanup of various poky referencesRichard Purdie2011-04-211-2/+2
* Fixing type: license.bbclassBeth Flanagan2011-03-011-1/+1
* Fixing my bad license parsing: license.bbclassBeth Flanagan2011-03-011-3/+4
* [BUG:650] Fix LICENSE parsing: license.bblcassBeth Flanagan2011-03-011-1/+2
* license.bbclass: Add coverage by sstate code (also use cleandirs and dirs tas...Richard Purdie2011-02-031-13/+16
* license.bbclass: don't mark it as 'nostamp'Kevin Tian2011-01-311-1/+0
* license.bbclass: handle | (or) in the LICENSE fieldJoshua Lock2011-01-311-1/+1
* Initial commit of license reporting:Beth Flanagan2011-01-281-0/+101
' href='#n275'>275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415