summaryrefslogtreecommitdiff
path: root/meta/classes/package_deb.bbclass
Commit message (Expand)AuthorAgeFilesLines
* 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
a> 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135