<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/recipes/poptop, branch testing</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>poptop: remove version 1.3.0</title>
<updated>2010-08-05T17:45:53+00:00</updated>
<author>
<name>Roman I Khimov</name>
<email>khimov@altell.ru</email>
</author>
<published>2010-03-29T17:21:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=71c6f94e7d8329ec44436c9f951522ff79940321'/>
<id>71c6f94e7d8329ec44436c9f951522ff79940321</id>
<content type='text'>
Release dated 2005 and the recipe in unmaintained, 1.3.4 recipe is alsmost
completely different now. So, I see no point in keeping it around.

Signed-off-by: Roman I Khimov &lt;khimov@altell.ru&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Release dated 2005 and the recipe in unmaintained, 1.3.4 recipe is alsmost
completely different now. So, I see no point in keeping it around.

Signed-off-by: Roman I Khimov &lt;khimov@altell.ru&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>recipes: bump PR/INC_PR for packages changed in RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup</title>
<updated>2010-06-10T19:50:51+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2010-06-10T19:37:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=dce51c1b4ea37b62b953e1b719c8468e14d2f5ca'/>
<id>dce51c1b4ea37b62b953e1b719c8468e14d2f5ca</id>
<content type='text'>
* only 769 from 1102 recipes were covered by automatic PR bump, list
  of remaining 333 recipes not using PR/INC_PR is available for manual
  PR add or INC_PR conversion - volunteers?
  http://build.shr-project.org/tests/jama/files.not.PR.bumped
* just echo 'PR = "r1"' to recipes without any PR/INC_PR is not so good
  idea without manual check, because sometimes they rely on PR set in
  their .inc file and "r1" could make it go backwards

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* only 769 from 1102 recipes were covered by automatic PR bump, list
  of remaining 333 recipes not using PR/INC_PR is available for manual
  PR add or INC_PR conversion - volunteers?
  http://build.shr-project.org/tests/jama/files.not.PR.bumped
* just echo 'PR = "r1"' to recipes without any PR/INC_PR is not so good
  idea without manual check, because sometimes they rely on PR set in
  their .inc file and "r1" could make it go backwards

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDS</title>
<updated>2010-06-03T05:33:27+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2010-06-02T13:04:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=d4276bed389b7db06db58c7acebb83f92bff86a5'/>
<id>d4276bed389b7db06db58c7acebb83f92bff86a5</id>
<content type='text'>
* there is probably very few cases when it's needed without _${PN},
  if you find one in attached patch, please enlighten me
* usually we want those only for ${PN} not for all ${PACKAGES} ie ${PN}-dev, ${PN)-doc etc
* there is a check for this in recipe-sanity.bclass
* there is maybe few possible fixes also in bbclasses
  cpan-base.bbclass:RDEPENDS  += "${@["perl", ""][(bb.data.inherits_class('native', d))]}"
  distutils-base.bbclass:RDEPENDS += "python-core"
  gtk-icon-cache.bbclass:RDEPENDS += "hicolor-icon-theme"
  image.bbclass:RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}"
  module.bbclass:RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules"
  ?opie_i18n.bbclass:      rdepends =  bb.data.getVar("RDEPENDS", d, 1)
  ?opie_i18n.bbclass:                      bb.data.setVar('RDEPENDS_%s' % x[0].lower(), pn, d)
  ?opie_i18n.bbclass:              bb.data.setVar('RDEPENDS', rdepends, d)
  rubyextension.bbclass:RDEPENDS += "ruby"

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Acked-by: Koen Kooi &lt;k-kooi@ti.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* there is probably very few cases when it's needed without _${PN},
  if you find one in attached patch, please enlighten me
* usually we want those only for ${PN} not for all ${PACKAGES} ie ${PN}-dev, ${PN)-doc etc
* there is a check for this in recipe-sanity.bclass
* there is maybe few possible fixes also in bbclasses
  cpan-base.bbclass:RDEPENDS  += "${@["perl", ""][(bb.data.inherits_class('native', d))]}"
  distutils-base.bbclass:RDEPENDS += "python-core"
  gtk-icon-cache.bbclass:RDEPENDS += "hicolor-icon-theme"
  image.bbclass:RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}"
  module.bbclass:RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules"
  ?opie_i18n.bbclass:      rdepends =  bb.data.getVar("RDEPENDS", d, 1)
  ?opie_i18n.bbclass:                      bb.data.setVar('RDEPENDS_%s' % x[0].lower(), pn, d)
  ?opie_i18n.bbclass:              bb.data.setVar('RDEPENDS', rdepends, d)
  rubyextension.bbclass:RDEPENDS += "ruby"

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Acked-by: Koen Kooi &lt;k-kooi@ti.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the do_patch apply=yes param implicit if extension is .diff/.patch</title>
<updated>2010-05-25T19:54:52+00:00</updated>
<author>
<name>Chris Larson</name>
<email>chris_larson@mentor.com</email>
</author>
<published>2010-05-24T20:01:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=6fe7cef27069415f2eba36bc640cf59013d4979b'/>
<id>6fe7cef27069415f2eba36bc640cf59013d4979b</id>
<content type='text'>
For .diff/.patch you need to apply manually, you can specify apply=no.

Signed-off-by: Chris Larson &lt;chris_larson@mentor.com&gt;
Acked-by: Denys Dmytriyenko &lt;denis@denix.org&gt;
Acked-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For .diff/.patch you need to apply manually, you can specify apply=no.

Signed-off-by: Chris Larson &lt;chris_larson@mentor.com&gt;
Acked-by: Denys Dmytriyenko &lt;denis@denix.org&gt;
Acked-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename url params patch=&lt;ignored&gt;/pnum=&lt;n&gt; to apply={yes,no}/striplevel=&lt;n&gt;</title>
<updated>2010-05-25T19:53:41+00:00</updated>
<author>
<name>Chris Larson</name>
<email>chris_larson@mentor.com</email>
</author>
<published>2010-05-24T03:23:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0'/>
<id>bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0</id>
<content type='text'>
I think this makes the behavior rather more clear.

Signed-off-by: Chris Larson &lt;chris_larson@mentor.com&gt;
Acked-by: Denys Dmytriyenko &lt;denis@denix.org&gt;
Acked-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I think this makes the behavior rather more clear.

Signed-off-by: Chris Larson &lt;chris_larson@mentor.com&gt;
Acked-by: Denys Dmytriyenko &lt;denis@denix.org&gt;
Acked-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>recipes: move checksums to recipes from checksums.ini</title>
<updated>2010-04-12T18:07:27+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2010-04-10T09:21:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=44985d56bc556786812a0a02d6219afd31a7381d'/>
<id>44985d56bc556786812a0a02d6219afd31a7381d</id>
<content type='text'>
* fetch all *.bb with patched utils.bbclass appending all checksums
  found only in checksums.ini to recipe

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fetch all *.bb with patched utils.bbclass appending all checksums
  found only in checksums.ini to recipe

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>poptop: fix broken sed script</title>
<updated>2010-04-06T18:19:30+00:00</updated>
<author>
<name>Roman I Khimov</name>
<email>khimov@altell.ru</email>
</author>
<published>2010-04-06T09:58:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=51310ad412e3150dbddfad6c5acd73def83ec2fa'/>
<id>51310ad412e3150dbddfad6c5acd73def83ec2fa</id>
<content type='text'>
Signed-off-by: Roman I Khimov &lt;khimov@altell.ru&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Roman I Khimov &lt;khimov@altell.ru&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>poptop: don't expose open port by default, listen on 127.0.0.1</title>
<updated>2010-03-30T18:15:51+00:00</updated>
<author>
<name>Roman I Khimov</name>
<email>khimov@altell.ru</email>
</author>
<published>2010-03-10T09:59:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=46ce809681e4c98d5a288a20500c376b5cd78441'/>
<id>46ce809681e4c98d5a288a20500c376b5cd78441</id>
<content type='text'>
Signed-off-by: Roman I Khimov &lt;khimov@altell.ru&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Roman I Khimov &lt;khimov@altell.ru&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>poptop: change "require-mppe-128" option to plain "mppe"</title>
<updated>2010-03-30T18:15:43+00:00</updated>
<author>
<name>Roman I Khimov</name>
<email>khimov@altell.ru</email>
</author>
<published>2009-11-27T10:18:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=1ca92813d674b09bcabf670455055edbcd5cc845'/>
<id>1ca92813d674b09bcabf670455055edbcd5cc845</id>
<content type='text'>
OE has ppp-2.4.3-mppe-mppc-1.1.patch for pppd and it disables
'require-mppe-128' option, so poptop complains:

In file /etc/ppp/options.pptpd: unrecognized option 'require-mppe-128'

on start. Fix that by using 'mppe' option.

Signed-off-by: Roman I Khimov &lt;khimov@altell.ru&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OE has ppp-2.4.3-mppe-mppc-1.1.patch for pppd and it disables
'require-mppe-128' option, so poptop complains:

In file /etc/ppp/options.pptpd: unrecognized option 'require-mppe-128'

on start. Fix that by using 'mppe' option.

Signed-off-by: Roman I Khimov &lt;khimov@altell.ru&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>poptop: disable logwtmp in config</title>
<updated>2010-03-30T18:15:31+00:00</updated>
<author>
<name>Roman I Khimov</name>
<email>khimov@altell.ru</email>
</author>
<published>2009-09-08T09:54:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=1ff531e946adc2309ce5867be9ddb79d9d26a39e'/>
<id>1ff531e946adc2309ce5867be9ddb79d9d26a39e</id>
<content type='text'>
Poptop tries to use that and we have it removed since it's broken, no good.

Signed-off-by: Roman I Khimov &lt;khimov@altell.ru&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Poptop tries to use that and we have it removed since it's broken, no good.

Signed-off-by: Roman I Khimov &lt;khimov@altell.ru&gt;
</pre>
</div>
</content>
</entry>
</feed>
