<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-ruby/recipes-extended, branch whinlatter</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=whinlatter</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=whinlatter'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2015-12-18T11:39:50+00:00</updated>
<entry>
<title>libgxim: move from meta-ruby back to meta-oe</title>
<updated>2015-12-18T11:39:50+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2015-12-10T19:01:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=af602920594a9cc2e9b397fe311fda7f531be7f3'/>
<id>urn:sha1:af602920594a9cc2e9b397fe311fda7f531be7f3</id>
<content type='text'>
* it was moved to meta-ruby (totherer with imsettings which depends on libgxim)
  because of ruby-native dependency, now when ruby was moved from meta-ruby to
  oe-core we can move libgxim back to meta-oe (which also allows imsettings
  in meta-xfce to depend only on meta-oe as well)

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>imsettings: Move from meta-ruby to meta-xfce</title>
<updated>2015-12-18T11:39:50+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2015-11-17T19:13:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b5341db1c245e581b25e2b7d5766ed2c1bbd17f7'/>
<id>urn:sha1:b5341db1c245e581b25e2b7d5766ed2c1bbd17f7</id>
<content type='text'>
It depends on xfconf which is XFCE component, no one
depends on imsettings in meta-ruby so move it close
to its dependencies.

Ideally, xfconf should be turned into PACKAGECONFIG
and this recipe then moved to meta-oe since all kind
of DE's can use it then.

For now it frees meta-ruby from unnecessary dependency on xfce layer

Change-Id: I6b5896b0db504fad49a9da5967d3493e27c627b0
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>imsettings: add xfconf dependency and xfce-layer to LAYERDEPENDS</title>
<updated>2015-11-16T20:50:11+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2015-11-15T15:28:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d7f4579816131490ed8dfd741eeb94adc9868c08'/>
<id>urn:sha1:d7f4579816131490ed8dfd741eeb94adc9868c08</id>
<content type='text'>
* this isn't optimal, but this issue was ignored by recipe author for too long:
  http://lists.openembedded.org/pipermail/openembedded-devel/2015-July/102253.html
  http://patchwork.openembedded.org/patch/86091/

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>libgxim: inherit gettext to fix build error in a non-gplv3 build.</title>
<updated>2015-09-08T14:18:35+00:00</updated>
<author>
<name>Bian Naimeng</name>
<email>biannm@cn.fujitsu.com</email>
</author>
<published>2015-08-31T05:05:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=06104c03ad5a0fe35000b665a7be60697bb1da04'/>
<id>urn:sha1:06104c03ad5a0fe35000b665a7be60697bb1da04</id>
<content type='text'>
| configure.ac:18: warning: AM_NLS is m4_require'd but not m4_defun'd
  | aclocal.m4:2363: IT_PROG_INTLTOOL is expanded from...
  | aclocal.m4:2545: AC_PROG_INTLTOOL is expanded from...
  | configure.ac:18: the top level
  | configure:12119: error: possibly undefined macro: AM_NLS
  |       If this token and others are legitimate, please use m4_pattern_allow.
  |       See the Autoconf documentation.

Signed-off-by: Bian Naimeng &lt;biannm@cn.fujitsu.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>imsettings: fix build error.</title>
<updated>2015-07-16T19:09:05+00:00</updated>
<author>
<name>Bian Naimeng</name>
<email>biannm@cn.fujitsu.com</email>
</author>
<published>2015-06-24T08:26:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3f83d88dcb91b633407b417a22c327cd27c1f3c9'/>
<id>urn:sha1:3f83d88dcb91b633407b417a22c327cd27c1f3c9</id>
<content type='text'>
multi-line ACLOCAL_AMFLAGS isn't supported by autoreconf, otherwise
a configure error as follow will be caught.

  aclocal: error: non-option arguments are not accepted: '\'.

Signed-off-by: Bian Naimeng &lt;biannm@cn.fujitsu.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>imsettings: add new recipe</title>
<updated>2015-06-23T10:41:53+00:00</updated>
<author>
<name>Bian Naimeng</name>
<email>biannm@cn.fujitsu.com</email>
</author>
<published>2015-06-18T06:27:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e48d73e842a236b4a76ab6761e1addc1f40fbd0b'/>
<id>urn:sha1:e48d73e842a236b4a76ab6761e1addc1f40fbd0b</id>
<content type='text'>
imsettings is a delivery framework for general input-method configuration

Signed-off-by: Bian Naimeng &lt;biannm@cn.fujitsu.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>libgxim: fix world build issues</title>
<updated>2015-05-11T08:28:54+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2015-04-04T19:58:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=5dd01c5175f518658d8ee5627ede4f593111b872'/>
<id>urn:sha1:5dd01c5175f518658d8ee5627ede4f593111b872</id>
<content type='text'>
ERROR: Nothing PROVIDES 'ruby-native' (but /home/akuster/oss/clean/meta-openembedded/meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb DEPENDS on or otherwise requires it). Close matches:
  db-native
  bc-native
  byacc-native
ERROR: Required build target 'libgxim' has no buildable providers.
Missing or unbuildable dependency chain was: ['libgxim', 'ruby-native']

move libgxim from meta-oe to meta-ruby, it really belongs in meta-gir but it is un-maintained.

Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
</feed>
