<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/packages/gtk-doc, branch multitech-corecdp-1.x</title>
<subtitle>Multi-Tech CoreCDP 1.x OpenEmbedded Tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/'/>
<entry>
<title>rename packages/ to recipes/ per earlier agreement</title>
<updated>2009-03-17T18:32:59+00:00</updated>
<author>
<name>Denys Dmytriyenko</name>
<email>denis@denix.org</email>
</author>
<published>2009-03-17T18:32:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=709c4d66e0b107ca606941b988bad717c0b45d9b'/>
<id>709c4d66e0b107ca606941b988bad717c0b45d9b</id>
<content type='text'>
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816

Signed-off-by: Denys Dmytriyenko &lt;denis@denix.org&gt;
Acked-by: Mike Westerhof &lt;mwester@dls.net&gt;
Acked-by: Philip Balister &lt;philip@balister.org&gt;
Acked-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Acked-by: Marcin Juszkiewicz &lt;hrw@openembedded.org&gt;
Acked-by: Koen Kooi &lt;koen@openembedded.org&gt;
Acked-by: Frans Meulenbroeks &lt;fransmeulenbroeks@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816

Signed-off-by: Denys Dmytriyenko &lt;denis@denix.org&gt;
Acked-by: Mike Westerhof &lt;mwester@dls.net&gt;
Acked-by: Philip Balister &lt;philip@balister.org&gt;
Acked-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Acked-by: Marcin Juszkiewicz &lt;hrw@openembedded.org&gt;
Acked-by: Koen Kooi &lt;koen@openembedded.org&gt;
Acked-by: Frans Meulenbroeks &lt;fransmeulenbroeks@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>bb files: Revert the introduction of FILE_PR</title>
<updated>2008-10-18T16:02:07+00:00</updated>
<author>
<name>Holger Hans Peter Freyther</name>
<email>zecke@selfish.org</email>
</author>
<published>2008-10-15T08:56:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=c0b6dd9b41279ff00c5a90e49108945a0fee9cdd'/>
<id>c0b6dd9b41279ff00c5a90e49108945a0fee9cdd</id>
<content type='text'>
    This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The
    approach that was taken leads to disagreement and the change was pushed
    too early. DISTRO_PR is going to say and will be used inside the package
    creation. There will be more disucssion on the list about where to continue
    from here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The
    approach that was taken leads to disagreement and the change was pushed
    too early. DISTRO_PR is going to say and will be used inside the package
    creation. There will be more disucssion on the list about where to continue
    from here.
</pre>
</div>
</content>
</entry>
<entry>
<title>[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PR</title>
<updated>2008-10-15T19:41:43+00:00</updated>
<author>
<name>Holger Hans Peter Freyther</name>
<email>zecke@selfish.org</email>
</author>
<published>2008-10-15T08:56:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=aa03004ace2fabb135a6208ef8c2d2b312aa7b0b'/>
<id>aa03004ace2fabb135a6208ef8c2d2b312aa7b0b</id>
<content type='text'>
    Allow a distribution to globally bump the PR of every package
    this is useful when there was a change in the toolchain and
    every package is going to be different.

    find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \;
    find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \;

Acked-By: Koen Kooi &lt;koen@openembedded.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    Allow a distribution to globally bump the PR of every package
    this is useful when there was a change in the toolchain and
    every package is going to be different.

    find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \;
    find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \;

Acked-By: Koen Kooi &lt;koen@openembedded.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mtn2git: remove .mtn2git_empty files in non-empty directories</title>
<updated>2008-10-15T13:27:49+00:00</updated>
<author>
<name>Jan Luebbe</name>
<email>jluebbe@debian.org</email>
</author>
<published>2008-10-15T13:26:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=869ba9e1fb2237b75560feed13545a35f3c3569d'/>
<id>869ba9e1fb2237b75560feed13545a35f3c3569d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gtk-doc: generate packages for sdk and native toolchains</title>
<updated>2008-07-08T10:45:51+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@openembedded.org</email>
</author>
<published>2008-07-08T10:45:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=3cd09697f7a3e2eda512cafb1da54849bf104b5d'/>
<id>3cd09697f7a3e2eda512cafb1da54849bf104b5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gtk-doc: Fix do_stage (from poky)</title>
<updated>2006-11-21T09:42:48+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@rpsys.net</email>
</author>
<published>2006-11-21T09:42:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=e13e6a9551cac5adf8ebcf1b47b99477afcabdc4'/>
<id>e13e6a9551cac5adf8ebcf1b47b99477afcabdc4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!</title>
<updated>2006-08-05T14:01:52+00:00</updated>
<author>
<name>Holger Freyther</name>
<email>zecke@selfish.org</email>
</author>
<published>2006-08-05T14:01:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=803427eedbf62d58bd250d577f2c0afb5b68383d'/>
<id>803427eedbf62d58bd250d577f2c0afb5b68383d</id>
<content type='text'>
    Use require for the BitBake files within packages. In contrast
    to the conf files the authors of these files expected these files
    to be included.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    Use require for the BitBake files within packages. In contrast
    to the conf files the authors of these files expected these files
    to be included.
</pre>
</div>
</content>
</entry>
<entry>
<title>import clean BK tree at cset 1.3670</title>
<updated>2005-06-30T08:19:37+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@openembedded.org</email>
</author>
<published>2005-06-30T08:19:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=c8e5702127e507e82e6f68a4b8c546803accea9d'/>
<id>c8e5702127e507e82e6f68a4b8c546803accea9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gtk-doc.m4, gtk-doc.bb:</title>
<updated>2005-04-22T08:46:30+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@openembedded.org</email>
</author>
<published>2005-04-22T08:46:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=1cd9802d16d338941786058683537e4d29e7f8f1'/>
<id>1cd9802d16d338941786058683537e4d29e7f8f1</id>
<content type='text'>
  update gtk-doc to latest cvs

BKrev: 4268b9e6lcoLFFK0gH_7NxMHV7mEJA
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  update gtk-doc to latest cvs

BKrev: 4268b9e6lcoLFFK0gH_7NxMHV7mEJA
</pre>
</div>
</content>
</entry>
<entry>
<title>xxf86vmext_cvs.bb:</title>
<updated>2005-01-25T22:51:21+00:00</updated>
<author>
<name>Greg Gilbert</name>
<email>greg@treke.net</email>
</author>
<published>2005-01-25T22:51:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=8ba79f8f234d8a6b7b4fdcdc3a8889d18929bda5'/>
<id>8ba79f8f234d8a6b7b4fdcdc3a8889d18929bda5</id>
<content type='text'>
  Adding license to xxf86vmext/xxf86vmext_cvs.bb
xxf86dgaext_cvs.bb:
  Adding license to xxf86dgaext/xxf86dgaext_cvs.bb
xtrans_cvs.bb:
  Adding license to xtrans/xtrans_cvs.bb
xtrans_0.1.bb:
  Adding license to xtrans/xtrans_0.1.bb
xset_20040817.bb:
  Adding license to xset/xset_20040817.bb
xserver-xorg_cvs.bb:
  Adding license to xserver/xserver-xorg_cvs.bb
xserver-xorg_6.8.bb:
  Adding license to xserver/xserver-xorg_6.8.bb
xserver-kdrive_cvs.bb:
  Adding license to xserver/xserver-kdrive_cvs.bb
xqt_0.0.9.bb:
  Adding license to xqt/xqt_0.0.9.bb
xprop_cvs.bb:
  Adding license to xprop/xprop_cvs.bb
xprint_0.9.001.bb:
  Adding license to xprint/xprint_0.9.001.bb
xmu_cvs.bb:
  Adding license to xmu/xmu_cvs.bb
xmodmap_cvs.bb:
  Adding license to xmodmap/xmodmap_cvs.bb
xmame_0.87.bb:
  Adding license to xmame/xmame_0.87.bb
xmame_0.86.bb:
  Adding license to xmame/xmame_0.86.bb
xinerama_cvs.bb:
  Adding license to xinerama/xinerama_cvs.bb
xinerama_1.0.2.bb:
  Adding license to xinerama/xinerama_1.0.2.bb
xhost_20040413.bb:
  Adding license to xhost/xhost_20040413.bb
xfonts-xorg_6.8.bb:
  Adding license to xfonts/xfonts-xorg_6.8.bb
xfont_cvs.bb:
  Adding license to xfont/xfont_cvs.bb
xfont_1.4.2.bb:
  Adding license to xfont/xfont_1.4.2.bb
xdpyinfo_cvs.bb:
  Adding license to xdpyinfo/xdpyinfo_cvs.bb
xdemineur_2.1.1.bb:
  Adding license to xdemineur/xdemineur_2.1.1.bb
xcompmgr_cvs.bb:
  Adding license to xcompmgr/xcompmgr_cvs.bb
xcalibrate_cvs.bb:
  Adding license to xcalibrate/xcalibrate_cvs.bb
xaw_cvs.bb:
  Adding license to xaw/xaw_cvs.bb
xaw_7.0.2.bb:
  Adding license to xaw/xaw_7.0.2.bb
xauth_cvs.bb:
  Adding license to xauth/xauth_cvs.bb
resourceext_1.0.bb:
  Adding license to resourceext/resourceext_1.0.bb
recordext_cvs.bb:
  Adding license to recordext/recordext_cvs.bb
libxxf86vm_cvs.bb:
  Adding license to libxxf86vm/libxxf86vm_cvs.bb
libxxf86dga_cvs.bb:
  Adding license to libxxf86dga/libxxf86dga_cvs.bb
libxsettings-client_0.12.bb:
  Adding license to libxsettings-client/libxsettings-client_0.12.bb
libxrandr_cvs.bb:
  Adding license to libxrandr/libxrandr_cvs.bb
libxrandr_1.0.2.bb:
  Adding license to libxrandr/libxrandr_1.0.2.bb
libxp_cvs.bb:
  Adding license to libxp/libxp_cvs.bb
ipaq-sleep_0.8.bb:
  Adding license to ipaq-sleep/ipaq-sleep_0.8.bb
ipaq-sleep_0.7-9.bb:
  Adding license to ipaq-sleep/ipaq-sleep_0.7-9.bb
ipaq-boot-params.bb:
  Adding license to ipaq-boot-params/ipaq-boot-params.bb
imlib2_1.2.0.bb:
  Adding license to imlib2/imlib2_1.2.0.bb
imlib2-native_1.1.0.bb:
  Adding license to imlib2/imlib2-native_1.1.0.bb
gtk2-theme-angelistic_0.3.bb:
  Adding license to gtk2-theme-angelistic/gtk2-theme-angelistic_0.3.bb
osb-nrcit_0.5.0.bb:
  Adding license to gtk-webcore/osb-nrcit_0.5.0.bb
gtk-doc.bb:
  Adding license to gtk-doc/gtk-doc.bb
gnuplot_4.0.0.bb:
  Adding license to gnuplot/gnuplot_4.0.0.bb
fsi-client_20040803.bb:
  Adding license to fsi-client/fsi-client_20040803.bb
fs_cvs.bb:
  Adding license to fs/fs_cvs.bb
freetype_2.1.8.bb:
  Adding license to freetype/freetype_2.1.8.bb
freetype_2.1.7.bb:
  Adding license to freetype/freetype_2.1.7.bb
freetype-native_2.1.8.bb:
  Adding license to freetype/freetype-native_2.1.8.bb
freetype-native_2.1.7.bb:
  Adding license to freetype/freetype-native_2.1.7.bb
fget_1.2.9.bb:
  Adding license to fget/fget_1.2.9.bb
fdclock_cvs.bb:
  Adding license to fdclock/fdclock_cvs.bb
drm_cvs.bb:
  Adding license to dri/drm_cvs.bb
drm-kernel_cvs.bb:
  Adding license to dri/drm-kernel_cvs.bb
detect-stylus_0.13.bb:
  Adding license to detect-stylus/detect-stylus_0.13.bb
detect-stylus_0.10.bb:
  Adding license to detect-stylus/detect-stylus_0.10.bb
bl_cvs.bb:
  Adding license to bl/bl_cvs.bb

BKrev: 41f6cd69S7RQhBxixpSbW_wAmpo_lQ
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Adding license to xxf86vmext/xxf86vmext_cvs.bb
xxf86dgaext_cvs.bb:
  Adding license to xxf86dgaext/xxf86dgaext_cvs.bb
xtrans_cvs.bb:
  Adding license to xtrans/xtrans_cvs.bb
xtrans_0.1.bb:
  Adding license to xtrans/xtrans_0.1.bb
xset_20040817.bb:
  Adding license to xset/xset_20040817.bb
xserver-xorg_cvs.bb:
  Adding license to xserver/xserver-xorg_cvs.bb
xserver-xorg_6.8.bb:
  Adding license to xserver/xserver-xorg_6.8.bb
xserver-kdrive_cvs.bb:
  Adding license to xserver/xserver-kdrive_cvs.bb
xqt_0.0.9.bb:
  Adding license to xqt/xqt_0.0.9.bb
xprop_cvs.bb:
  Adding license to xprop/xprop_cvs.bb
xprint_0.9.001.bb:
  Adding license to xprint/xprint_0.9.001.bb
xmu_cvs.bb:
  Adding license to xmu/xmu_cvs.bb
xmodmap_cvs.bb:
  Adding license to xmodmap/xmodmap_cvs.bb
xmame_0.87.bb:
  Adding license to xmame/xmame_0.87.bb
xmame_0.86.bb:
  Adding license to xmame/xmame_0.86.bb
xinerama_cvs.bb:
  Adding license to xinerama/xinerama_cvs.bb
xinerama_1.0.2.bb:
  Adding license to xinerama/xinerama_1.0.2.bb
xhost_20040413.bb:
  Adding license to xhost/xhost_20040413.bb
xfonts-xorg_6.8.bb:
  Adding license to xfonts/xfonts-xorg_6.8.bb
xfont_cvs.bb:
  Adding license to xfont/xfont_cvs.bb
xfont_1.4.2.bb:
  Adding license to xfont/xfont_1.4.2.bb
xdpyinfo_cvs.bb:
  Adding license to xdpyinfo/xdpyinfo_cvs.bb
xdemineur_2.1.1.bb:
  Adding license to xdemineur/xdemineur_2.1.1.bb
xcompmgr_cvs.bb:
  Adding license to xcompmgr/xcompmgr_cvs.bb
xcalibrate_cvs.bb:
  Adding license to xcalibrate/xcalibrate_cvs.bb
xaw_cvs.bb:
  Adding license to xaw/xaw_cvs.bb
xaw_7.0.2.bb:
  Adding license to xaw/xaw_7.0.2.bb
xauth_cvs.bb:
  Adding license to xauth/xauth_cvs.bb
resourceext_1.0.bb:
  Adding license to resourceext/resourceext_1.0.bb
recordext_cvs.bb:
  Adding license to recordext/recordext_cvs.bb
libxxf86vm_cvs.bb:
  Adding license to libxxf86vm/libxxf86vm_cvs.bb
libxxf86dga_cvs.bb:
  Adding license to libxxf86dga/libxxf86dga_cvs.bb
libxsettings-client_0.12.bb:
  Adding license to libxsettings-client/libxsettings-client_0.12.bb
libxrandr_cvs.bb:
  Adding license to libxrandr/libxrandr_cvs.bb
libxrandr_1.0.2.bb:
  Adding license to libxrandr/libxrandr_1.0.2.bb
libxp_cvs.bb:
  Adding license to libxp/libxp_cvs.bb
ipaq-sleep_0.8.bb:
  Adding license to ipaq-sleep/ipaq-sleep_0.8.bb
ipaq-sleep_0.7-9.bb:
  Adding license to ipaq-sleep/ipaq-sleep_0.7-9.bb
ipaq-boot-params.bb:
  Adding license to ipaq-boot-params/ipaq-boot-params.bb
imlib2_1.2.0.bb:
  Adding license to imlib2/imlib2_1.2.0.bb
imlib2-native_1.1.0.bb:
  Adding license to imlib2/imlib2-native_1.1.0.bb
gtk2-theme-angelistic_0.3.bb:
  Adding license to gtk2-theme-angelistic/gtk2-theme-angelistic_0.3.bb
osb-nrcit_0.5.0.bb:
  Adding license to gtk-webcore/osb-nrcit_0.5.0.bb
gtk-doc.bb:
  Adding license to gtk-doc/gtk-doc.bb
gnuplot_4.0.0.bb:
  Adding license to gnuplot/gnuplot_4.0.0.bb
fsi-client_20040803.bb:
  Adding license to fsi-client/fsi-client_20040803.bb
fs_cvs.bb:
  Adding license to fs/fs_cvs.bb
freetype_2.1.8.bb:
  Adding license to freetype/freetype_2.1.8.bb
freetype_2.1.7.bb:
  Adding license to freetype/freetype_2.1.7.bb
freetype-native_2.1.8.bb:
  Adding license to freetype/freetype-native_2.1.8.bb
freetype-native_2.1.7.bb:
  Adding license to freetype/freetype-native_2.1.7.bb
fget_1.2.9.bb:
  Adding license to fget/fget_1.2.9.bb
fdclock_cvs.bb:
  Adding license to fdclock/fdclock_cvs.bb
drm_cvs.bb:
  Adding license to dri/drm_cvs.bb
drm-kernel_cvs.bb:
  Adding license to dri/drm-kernel_cvs.bb
detect-stylus_0.13.bb:
  Adding license to detect-stylus/detect-stylus_0.13.bb
detect-stylus_0.10.bb:
  Adding license to detect-stylus/detect-stylus_0.10.bb
bl_cvs.bb:
  Adding license to bl/bl_cvs.bb

BKrev: 41f6cd69S7RQhBxixpSbW_wAmpo_lQ
</pre>
</div>
</content>
</entry>
</feed>
