| Submitter | Mark Hatle |
|---|---|
| Date | June 8, 2011, 6:48 p.m. |
| Message ID | <cover.1307558785.git.mark.hatle@windriver.com> |
| Download | mbox |
| Permalink | /patch/5577/ |
| State | New, archived |
| Headers | show |
Pull-request
git://git.pokylinux.org/poky-contrib mhatle/pseudoComments
On 06/08/2011 11:48 AM, Mark Hatle wrote: > Hopefully third and final version. The patch that is part of this has been > contribed to and reviewed upstream. (Not yet accepted upstream) > > V3 fixes an issue with building on a 32-bit host. > > The following changes since commit 30101d4153aa8e116892063933b868d325bdd79c: > > distro tracking: Manual Updates (2011-06-06 23:51:26 -0700) > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib mhatle/pseudo > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/pseudo > > Mark Hatle (2): > pseudo: Update pseudo to 1.1.1 version > distro_tracking_fields.inc: add pseudo > > .../conf/distro/include/distro_tracking_fields.inc | 6 ++ > meta/recipes-devtools/pseudo/pseudo.inc | 20 +++++-- > .../recipes-devtools/pseudo/pseudo/oe-config.patch | 58 ++++++++++++++++++++ > meta/recipes-devtools/pseudo/pseudo_1.0.bb | 9 --- > meta/recipes-devtools/pseudo/pseudo_1.1.1.bb | 10 ++++ > meta/recipes-devtools/pseudo/pseudo_git.bb | 7 ++- > 6 files changed, 92 insertions(+), 18 deletions(-) > create mode 100644 meta/recipes-devtools/pseudo/pseudo/oe-config.patch > delete mode 100644 meta/recipes-devtools/pseudo/pseudo_1.0.bb > create mode 100644 meta/recipes-devtools/pseudo/pseudo_1.1.1.bb > Merged into OE-Core Thanks Sau!
Op 9 jun 2011, om 20:41 heeft Saul Wold het volgende geschreven: > On 06/08/2011 11:48 AM, Mark Hatle wrote: >> Hopefully third and final version. The patch that is part of this has been >> contribed to and reviewed upstream. (Not yet accepted upstream) >> >> V3 fixes an issue with building on a 32-bit host. >> >> The following changes since commit 30101d4153aa8e116892063933b868d325bdd79c: >> >> distro tracking: Manual Updates (2011-06-06 23:51:26 -0700) >> >> are available in the git repository at: >> git://git.pokylinux.org/poky-contrib mhatle/pseudo >> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/pseudo >> >> Mark Hatle (2): >> pseudo: Update pseudo to 1.1.1 version >> distro_tracking_fields.inc: add pseudo >> >> .../conf/distro/include/distro_tracking_fields.inc | 6 ++ >> meta/recipes-devtools/pseudo/pseudo.inc | 20 +++++-- >> .../recipes-devtools/pseudo/pseudo/oe-config.patch | 58 ++++++++++++++++++++ >> meta/recipes-devtools/pseudo/pseudo_1.0.bb | 9 --- >> meta/recipes-devtools/pseudo/pseudo_1.1.1.bb | 10 ++++ >> meta/recipes-devtools/pseudo/pseudo_git.bb | 7 ++- >> 6 files changed, 92 insertions(+), 18 deletions(-) >> create mode 100644 meta/recipes-devtools/pseudo/pseudo/oe-config.patch >> delete mode 100644 meta/recipes-devtools/pseudo/pseudo_1.0.bb >> create mode 100644 meta/recipes-devtools/pseudo/pseudo_1.1.1.bb >> > > > Merged into OE-Core This also seems to fix the bugs that all my ipks had the +x bit set, 'ls --color' looks far more pleasing now! regards, Koen