summaryrefslogtreecommitdiff
path: root/meta/classes/package_deb.bbclass
Commit message (Expand)AuthorAgeFilesLines
* bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the p...Richard Purdie2009-11-131-2/+2
* classes: Remove and sanitise import statementsRichard Purdie2009-11-131-7/+4
* base.bbclass: Use explode_deps from bb.utils and remove the obsolete base.bbc...Richard Purdie2009-02-051-2/+2
* package_ipk/package_deb.bbclass: Make sure control files are properly removed...Richard Purdie2008-08-181-11/+1
* poky-image.bbclass: Correctly handle inserting package-managers into images b...Richard Purdie2008-05-201-3/+1
* package_{ipk|deb|tar|rpm): append depend-tasks instead of overwritingMarcin Juszkiewicz2007-11-281-1/+4
* package_{ipk|deb}.bbclass: Remove hardcoded install path referenceRichard Purdie2007-11-241-2/+3
* classes: Use internal bitbake functions and fix packaging unlocking on error ...Richard Purdie2007-11-241-12/+8
* package_deb.bbclass: Fix hardcoded apt.conf path, add depends on run-postinst...Richard Purdie2007-11-121-6/+6
* package_deb.bbclass: Create DPKG_ARCH to allow mapping between debian archs a...Richard Purdie2007-09-271-2/+10
* package_(ipk|deb).bbclass: Rename do_packages stamp to be clearer about what ...Richard Purdie2007-09-271-4/+5
* classes: Sync various tweaks from OERichard Purdie2007-09-011-2/+1
* package_ipk/deb.bbclass: Add locking for package creation to stop conflictsRichard Purdie2007-08-241-3/+15
* package.bbclass: Add back package_write task in a new formRichard Purdie2007-08-211-1/+1
* packaging: Split deb and ipk creation into separate tasks so changing the pac...Richard Purdie2007-08-211-3/+14
* package_deb/rootfs_deb.bbclass: Add fix from OE, add copyright noticeRichard Purdie2007-08-071-0/+5
* classes/conf: Merge missing package epoch (PE) support (from OE), also make O...Richard Purdie2007-05-311-2/+6
* classes: Rework core dependencies to work properly at the task levelRichard Purdie2007-04-031-1/+3
* package_deb.bbclass: Make sure permissions on control directory are correctRichard Purdie2007-03-311-0/+1
* package_deb.bbclass: dpkg-deb needs to run under fakeroot to set ownership co...Richard Purdie2006-11-291-1/+1
* Fix STAGING_BINDIR for multimachine use by spliting into STAGING_BINDIR and S...Richard Purdie2006-11-251-1/+1
* package_deb.bbclass: Handle all architecture as a special case solving multim...Richard Purdie2006-11-241-4/+6
* package.bbclass: Split into two tasks, one which prepares the packages and th...Richard Purdie2006-10-201-1/+1
* Don't nest os.path.join() callsRoss Burton2006-10-021-3/+3
* Sync up.. all the deb/dpkg changes which I have locally are now in svn.Chris Larson2006-09-191-0/+236
n337'>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 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542