scm/bb/tizen-distro.git
9 years agolibunwind: add PACKAGECONFIG for lzma
Martin Jansa [Sat, 13 Jul 2013 17:19:52 +0000 (19:19 +0200)]
libunwind: add PACKAGECONFIG for lzma

* it's autodetected from sysroot

(From meta-openembedded rev: 380ac7dc1483d263bcbe6ce0cb2c69d9bcd4bcc7)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolvm2: add PACKAGECONFIG for readline
Martin Jansa [Sat, 13 Jul 2013 17:15:44 +0000 (19:15 +0200)]
lvm2: add PACKAGECONFIG for readline

* it's autodetected from sysroot

(From meta-openembedded rev: e0a1ac93f8623dc8eec9a75e9e4cbac9677b9e6f)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoglog: add dependency on libunwind
Martin Jansa [Sat, 13 Jul 2013 16:57:54 +0000 (18:57 +0200)]
glog: add dependency on libunwind

* it's autodetected from sysroot and configure doesn't have parameter to explicitly
  disable it so PACKAGECONFIG won't work OOTB

(From meta-openembedded rev: 80805b2daa7b1f7bf161981121c296f80dc649eb)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agojack: add dependency on libsaplerate0 and readline
Martin Jansa [Sat, 13 Jul 2013 16:51:35 +0000 (18:51 +0200)]
jack: add dependency on libsaplerate0 and readline

* they are autodetected from sysroot and configure doesn't have option
  to explicitly disable them, so PACKAGECONFIG won't work without improving
  configure

(From meta-openembedded rev: 585cd80db41fee94844f54c3908559235397a694)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibgphoto2: add configure option for gd and add PACKAGECONFIG
Martin Jansa [Sat, 13 Jul 2013 14:05:39 +0000 (16:05 +0200)]
libgphoto2: add configure option for gd and add PACKAGECONFIG

* it's autodetected and pulls couple of other dependencies
  freetype gd libpng lockdev zlib

(From meta-openembedded rev: cf3449958c3b9563d5da98585365f14e87e343d9)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosamba: add dependency on zlib popt, PACKAGECONFIG for pam
Martin Jansa [Sat, 13 Jul 2013 13:55:36 +0000 (15:55 +0200)]
samba: add dependency on zlib popt, PACKAGECONFIG for pam

* zlib, popt are autodetected or used in bundled versions
* pam is autodetected if available

(From meta-openembedded rev: 337b1bac68c548d5e21525961b8a52b72d2cc613)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosamba: use more specific LICENSE
Martin Jansa [Sat, 13 Jul 2013 13:55:14 +0000 (15:55 +0200)]
samba: use more specific LICENSE

(From meta-openembedded rev: 73c191ca11fbb6f3d1be65c29bd234d3222375b8)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoopenldap: convert to PACKAGECONFIGs, explicitly disable openssl
Martin Jansa [Sat, 13 Jul 2013 13:29:38 +0000 (15:29 +0200)]
openldap: convert to PACKAGECONFIGs, explicitly disable openssl

* some options like ldbm weren't supported by current version
* when gnutls and openssl were both available it was picking openssl
  because default --with-tls is auto

(From meta-openembedded rev: f46afc8821a9f874105598c35b87b8096b542431)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolcdproc5: add PACKAGECONFIG for libftdi, libusb
Martin Jansa [Thu, 11 Jul 2013 21:23:01 +0000 (23:23 +0200)]
lcdproc5: add PACKAGECONFIG for libftdi, libusb

* drivers for lis, ula200 and i2500vfd weren't deterministicly enabled

(From meta-openembedded rev: e15f15a2dcc1291e2cfb749c92f1a5918ae0920a)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolicences: Add iozone3, SMAIL_GPL
chunrong guo [Thu, 11 Jul 2013 02:32:05 +0000 (02:32 +0000)]
licences: Add iozone3, SMAIL_GPL

*fix the fllowing warning
     |WARNING:debianutils: No generic license file exists for: SMAIL_GPL in any provider
     |WARNING:iozone3: No generic license file exists for: iozone3 in any provider

(From meta-openembedded rev: 41748a4afc494b714315ba529f138214f80d41b9)

Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agollvm3.3: append --enable-zlib to EXTRA_OECONF instead of overwriting
Jonathan Liu [Fri, 19 Jul 2013 05:48:37 +0000 (05:48 +0000)]
llvm3.3: append --enable-zlib to EXTRA_OECONF instead of overwriting

The options added to EXTRA_OECONF in llvm3.inc were being overwritten
with --enable-zlib in llvm3.3_3.3.bb.

(From meta-openembedded rev: a87cedaca39a0af528706deba87a5e75de2f8aee)

Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoUpgrade vsftpd to 3.0.0
Roy.Li [Fri, 19 Jul 2013 02:19:25 +0000 (10:19 +0800)]
Upgrade vsftpd to 3.0.0

Upgrade vsftpd to 3.0.0 with below modification:
1. more strict access limitation, like: do not allow anonymous access
2. use vsftpd.ftpusers and vsftpd.user_list to confine user access
3. enable pam if DISTRO_FEATURE includes pam
4. enable tcp-wrapper
5. install vsftpd.conf with 0600 permission, not 0755

(From meta-openembedded rev: 441502b68d03a4ce7796436a53c5e95399724ad2)

Signed-off-by: Roy.Li <rongqing.li@windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocyrus-sasl: several fixes
Roy.Li [Fri, 19 Jul 2013 06:29:31 +0000 (14:29 +0800)]
cyrus-sasl: several fixes

1. Fix hardcoded libdir
2. configure cyrus-sasl based on PACKAGECONFIG
3. create user by inherit useradd
4. add -fPIC to CFLAG to fix the below building failure:
        ld: ../sasldb/.libs/libsasldb.a(db_berkeley.o): relocation R_X86_64_32S against
        `.rodata' can not be used when making a shared object; recompile with -fPIC
        ../sasldb/.libs/libsasldb.a(db_berkeley.o): could not read symbols: Bad value
   The cause is that libsasldb.a is built twice since {.c.o: and .c.lo} co-exist, one
   with -fPIC, other without -fPIC. if no -fPIC library follows behind, this error
   will appear. so we enable -fPIC no matter whatever objects are built.
5. The version of db in oe-core is 5.0

(From meta-openembedded rev: fe85f4980e7c7c35df8fc6b93431c125577dd643)

Signed-off-by: Roy.Li <rongqing.li@windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agobridge-utils: BackPort three patches
Roy.Li [Fri, 19 Jul 2013 09:56:09 +0000 (17:56 +0800)]
bridge-utils: BackPort three patches

(From meta-openembedded rev: 5102691729fe8371fee0fefd55694f122e412ef0)

Signed-off-by: Roy.Li <rongqing.li@windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoinetutils: several improvement
Roy.Li [Wed, 17 Jul 2013 03:20:42 +0000 (11:20 +0800)]
inetutils: several improvement

1. integrate rexec, rlogin, rsh, telnet, tftpd xinetd startup scripts
2. inherit update-alternatives bbclass, not call update-alternatives directly.
3. package all commands into subpackages

(From meta-openembedded rev: e81ef5153c8679a1fc68e59d0f62f77489daf075)

Signed-off-by: Roy.Li <rongqing.li@windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agonetcat: integrate two fixes
Roy.Li [Tue, 16 Jul 2013 05:07:46 +0000 (13:07 +0800)]
netcat: integrate two fixes

1. fix a running issue on PPC, since 'char' type has different range of values
on x86 and on PPC.
2. fix a building issue.

(From meta-openembedded rev: 6c293df99b5bb88072d84d9cf06b9e72fcbfba0c)

Signed-off-by: Roy.Li <rongqing.li@windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoipsec-tools: fix dependencies and enable two configuration
Roy.Li [Tue, 16 Jul 2013 06:38:13 +0000 (14:38 +0800)]
ipsec-tools: fix dependencies and enable two configuration

ipsec-tools depends on bison-native
enable ipv6 support by DISTRO_FEATURE, and enable shared library support.

(From meta-openembedded rev: 186cb2068cd1a94977c0dff863cce77ef9f1d0aa)

Signed-off-by: Roy.Li <rongqing.li@windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agozeroconf: The ip is being installed into /sbin as of the latest busybox.
Roy.Li [Tue, 16 Jul 2013 09:53:39 +0000 (17:53 +0800)]
zeroconf: The ip is being installed into /sbin as of the latest busybox.

The ip is being installed into /sbin as of the latest busybox, or oe-core.

(From meta-openembedded rev: 69814da193dc5073ad447a310f8a590fedc46e6a)

Signed-off-by: Roy.Li <rongqing.li@windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolicences: Add netperf license
Chunrong Guo [Wed, 10 Jul 2013 03:12:03 +0000 (11:12 +0800)]
licences: Add netperf license

(From meta-openembedded rev: d83f96671c2cf1f0bf08cd8e97344c818ce9a8bf)

Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agodbus: rename .bbappend to match oe-core
Martin Jansa [Sat, 13 Jul 2013 22:35:31 +0000 (00:35 +0200)]
dbus: rename .bbappend to match oe-core

(From meta-openembedded rev: 3ef8bfd7a9552637b2eeaadc01d5fb3ae5896025)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agollvm3.3: Add zlib dependency and explicitly enable it
Martin Jansa [Fri, 12 Jul 2013 10:12:09 +0000 (12:12 +0200)]
llvm3.3: Add zlib dependency and explicitly enable it

(From meta-openembedded rev: c383d6230942bb1558cee02764bced09031cb70f)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogvfs: Handle samba dependency based on GPLv3 license.
Noor [Mon, 17 Jun 2013 11:11:42 +0000 (11:11 +0000)]
gvfs: Handle samba dependency based on GPLv3 license.

* Samba is GPLv3. In GPLv3 free environment one was not able to
  build gvfs. Add PACKAGECONFIG for samba and enable is when GPLv3
  is not present in INCOMPATIBLE_LICENSE.

(From meta-openembedded rev: 54145480b0108b4f3e9f68f1b5572b9927076458)

Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoportaudio: explicitly disable oss, add PACKAGECONFIG for alsa and jack
Martin Jansa [Sun, 7 Jul 2013 15:25:12 +0000 (17:25 +0200)]
portaudio: explicitly disable oss, add PACKAGECONFIG for alsa and jack

* autoenabled dependencies on alsa-lib and jack are breaking espeak
  when it's built against portaudio in sysroot without them
  | ld: warning: libasound.so.2, needed by usr/lib/libportaudio.so, not found (try using -rpath or -rpath-link)
  | ld: warning: libjack.so.0, needed by usr/lib/libportaudio.so, not found (try using -rpath or -rpath-link)
  | usr/lib/libportaudio.so: undefined reference to `snd_pcm_sw_params_sizeof@ALSA_0.9'
  | usr/lib/libportaudio.so: undefined reference to `snd_pcm_hw_params_test_period_size@ALSA_0.9'

(From meta-openembedded rev: e33cb25d595e8698c3936410a4ab508125c94d15)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agorsyslog: inherit pkgconfig
Martin Jansa [Sun, 7 Jul 2013 14:49:40 +0000 (16:49 +0200)]
rsyslog: inherit pkgconfig

* without pkgconfig it's failing to expand PKG_CHECK_MODULES macro:
  | rsyslog-5.8.0/configure: line 16111: syntax error near unexpected token `GNUTLS,'
  | rsyslog-5.8.0/configure: line 16111: `    PKG_CHECK_MODULES(GNUTLS, gnutls >= 1.4.0)'

(From meta-openembedded rev: d048fd049f154b273b09f86816f8296de11327e5)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agomedia-ctl: inherit pkgconfig
Martin Jansa [Sun, 7 Jul 2013 14:20:35 +0000 (16:20 +0200)]
media-ctl: inherit pkgconfig

* without pkgconfig it's failing to expand PKG_CHECK_MODULES macro:
  | media-ctl/0.0.1-r3/git/configure:
    line 11700: syntax error near unexpected token `libudev,'
  | media-ctl/0.0.1-r3/git/configure:
    line 11700: `  PKG_CHECK_MODULES(libudev, libudev, have_libudev=yes, have_libudev=no)'

(From meta-openembedded rev: c1127efaa4ef7a4afe6fdc51b07602d8ee68d6a4)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoportaudio: inherit pkgconfig
Martin Jansa [Sun, 7 Jul 2013 14:18:38 +0000 (16:18 +0200)]
portaudio: inherit pkgconfig

* without pkgconfig it's failing to expand PKG_CHECK_MODULES macro:
  | portaudio-v19/v19+svnr1387-r0/trunk/configure:
    line 11721: syntax error near unexpected token `JACK,'
  | portaudio-v19/v19+svnr1387-r0/trunk/configure:
    line 11721: `PKG_CHECK_MODULES(JACK, jack, have_jack=yes, have_jack=no)'
  | Configure failed. The contents of all config.log files follows to aid debugging

(From meta-openembedded rev: e2aa5eca92fabc5c90909b00700782b7030beec1)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogypsy: add dependency on libxslt-native
Martin Jansa [Sun, 7 Jul 2013 14:00:05 +0000 (16:00 +0200)]
gypsy: add dependency on libxslt-native

* it's incorrectly used in build (and just "o" is used instead of xslt
  command):
  | o gypsy-discovery.xml ../docs/tools/spec-strip-docs.xsl gypsy-discovery-full.xml
  | /bin/bash: o: command not found

(From meta-openembedded rev: 83872967b3784c9f006a6dd17ac46f466e3f2038)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agomysql5: prevent using bundled zlib at all costs
Martin Jansa [Sun, 7 Jul 2013 11:24:43 +0000 (13:24 +0200)]
mysql5: prevent using bundled zlib at all costs

* in some seldom cases mysql's m4 macro decides that system
  zlib (from DEPENDS) is not worthy and decides to use own
  bundled version which prefers stuff like static libz.a and
  stages libz.la again:
  mysql-5.1.40/config/ac-macros/zlib.m4
  NOTE: recipe mysql5-5.1.40-r11: task do_package_setscene: Started
  NOTE: recipe zlib-1.2.7-r0: task do_packagedata_setscene: Succeeded
  WARNING: The recipe zlib is trying to install files into a shared area when those files already exist. Those files and their manifest location are:
  sysroots/om-gta04/usr/lib/libz.a
  Matched in manifest-om-gta04-mysql5
  Please verify which package should provide the above files.
  NOTE: recipe zlib-1.2.7-r0: task do_populate_sysroot_setscene: Succeeded

* this libz.la + libz.a is breaking many packages which are now trying to
  link shared libs against libz.a from mysql which was built without fPIC
  breaking libxml2, glib-2.0, gnutls, libpng, ...
  | ld: sysroots/om-gta04/usr/lib/libz.a(crc32.o): relocation R_ARM_MOVW_ABS_NC against `a local symbol' can not be used when making a shared object; recompile with -fPIC
  | sysroots/om-gta04/usr/lib/libz.a: could not read symbols: Bad value
  | collect2: ld returned 1 exit status

(From meta-openembedded rev: dcbadeb68f65d909d34508f766b529ab73246336)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agollvm3.3: Add zlib dependency and explicitly enable it
Martin Jansa [Thu, 11 Jul 2013 23:57:44 +0000 (01:57 +0200)]
llvm3.3: Add zlib dependency and explicitly enable it

* it's autodetected from sysroot

(From meta-openembedded rev: 654bcebd181d90354dfe41a7dafa06a463023f5f)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agollvm: split packages a bit more
Martin Jansa [Sat, 6 Jul 2013 15:13:11 +0000 (17:13 +0200)]
llvm: split packages a bit more

* use split for llvm3.* like we did for llvm2.*
* use PACKAGESPLITFUNCS instead of populate_packages_prepend
* improve regexp in PACKAGES_DYNAMIC
* append ${LLVM_RELEASE} to split package name, otherwise sstate
  will complain about multiple recipes trying to install pkgdata
* split also -staticdev and -dbg libs, PN-dbg and PN-staticdev
  were huge, let old PN-dbg/PN-staticdev to RDEPEND on splitted
  packages
* mesa packages libegl-gallium, libgbm-gallium, mesa-driver-pipe-swrast,
  mesa-driver-pipe-vmwgfx, mesa-driver-swrast, mesa-driver-vmwgfx are
  now depending only on libllvm3.2-llvm-3.2 (>= 3.2) instead of main
  llvm3.2 package, but for llvm-3* it's not big improvement
  (installed size wise), because libLLVM-3.2.so was creating 99% of that
  size.
* there are still some huge packages:
  llvm2.8-dbg is huge because BUILD_SHARED_LIBS is disabled for 2.8
              causing all binaries in ${bindir}/.debug to contain big
              static libs
  llvm2.9 is missing, because it has BUILD_SHARED_LIBS enabled and
          unlike 3.* it doesn't build static versions at all unless
          explicitly requested

  51M     llvm-test/llvm3.2/3.2-r0/packages-split/libllvm3.2-llvmselectiondag-staticdev
  53M     llvm-test/llvm2.8/2.8-r3/packages-split/llvm2.8-dev
  54M     llvm-test/llvm2.8/2.8-r3/packages-split/libllvm2.8-llvmanalysis-staticdev
  55M     llvm-test/llvm3.3/3.3-r0/packages-split/libllvm3.3-llvmselectiondag-staticdev
  62M     llvm-test/llvm3.2/3.2-r0/packages-split/libllvm3.2-llvmanalysis-staticdev
  63M     llvm-test/llvm3.3/3.3-r0/packages-split/libllvm3.3-llvmanalysis-staticdev
  67M     llvm-test/llvm2.9/2.9-r3/packages-split/llvm2.9-dbg
  90M     llvm-test/llvm3.2/3.2-r0/packages-split/llvm3.2-dbg
  92M     llvm-test/llvm3.3/3.3-r0/packages-split/llvm3.3-dbg
  102M    llvm-test/llvm2.8/2.8-r3/packages-split/libllvm2.8-llvmcodegen-staticdev
  127M    llvm-test/llvm3.2/3.2-r0/packages-split/libllvm3.2-llvmcodegen-staticdev
  133M    llvm-test/llvm3.3/3.3-r0/packages-split/libllvm3.3-llvmcodegen-staticdev
  190M    llvm-test/llvm3.2/3.2-r0/packages-split/libllvm3.2-llvm-3.2-dbg
  207M    llvm-test/llvm3.3/3.3-r0/packages-split/libllvm3.3-llvm-3.3-dbg
  628M    llvm-test/llvm2.8/2.8-r3/packages-split/llvm2.8-dbg

(From meta-openembedded rev: b95f9d5f5821162cf40e915a0e35a94a605b744e)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agollvm: use newer class-native overrides instead of virtclass
Martin Jansa [Sat, 6 Jul 2013 15:11:00 +0000 (17:11 +0200)]
llvm: use newer class-native overrides instead of virtclass

(From meta-openembedded rev: fc7eda558f058317789680d13149af63d86e372d)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agollvm2: don't install llvm-config to bindir
Martin Jansa [Sat, 6 Jul 2013 15:09:22 +0000 (17:09 +0200)]
llvm2: don't install llvm-config to bindir

* there is llvm-config in binconfig/LLVM_RELEASE
* this one was creating conflict between different llvm*-dev versions
  installed on target:
  ./llvm2.9/2.9-r3/packages-split/llvm2.9-dev/usr/bin/llvm2.9/llvm-config
  ./llvm2.9/2.9-r3/packages-split/llvm2.9-dev/usr/bin/llvm-config
  ./llvm2.8/2.8-r3/packages-split/llvm2.8-dev/usr/bin/llvm2.8/llvm-config
  ./llvm2.8/2.8-r3/packages-split/llvm2.8-dev/usr/bin/llvm-config

(From meta-openembedded rev: 1295dedccd2744970cea8dba7157432323936f3b)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agollvm: Consolidate .inc files
Martin Jansa [Sat, 29 Jun 2013 20:54:52 +0000 (22:54 +0200)]
llvm: Consolidate .inc files

* unlike other recipes where we have a rule to keep only one
  version, llvm is different so we'll keep .inc files
* llvm.inc is shared by all, llvm[23].inc are separated because
  2.* is built with cmake and 3.* with automake
* fix staticdev packaging and move it to shared llvm.inc
  FILES_${PN}-static-dev = "${libdir}/${LLVM_DIR}/*.a"
  (it's staticdev not static-dev)

(From meta-openembedded rev: 71e91988bba3e81c53ece72c00f23106b68dc408)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agonostromo: fix installed but not shipped /run and /run/nostromo warnings
Jonathan Liu [Mon, 8 Jul 2013 13:20:32 +0000 (23:20 +1000)]
nostromo: fix installed but not shipped /run and /run/nostromo warnings

Changes:
- Remove unnecessary -c option from install
- Add tmpfiles.d config to create /run/nostromo when systemd is
  enabled in DISTRO_FEATURES
- Add postinst script to create /run/nostromo using tmpfiles.d if
  running systemd (detected by existence of /sys/fs/cgroup/systemd),
  otherwise using populate-volatile.sh if it exists
- Remove /var/log/nostromo and /var/run/nostromo from package

(From meta-openembedded rev: a8e0bfb91214f1f387b781b89340eee582496c01)

Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoinitramfs-kexecboot-image: remove obsolete IMAGE_ vars
Andrea Adami [Thu, 4 Jul 2013 19:54:56 +0000 (19:54 +0000)]
initramfs-kexecboot-image: remove obsolete IMAGE_ vars

* above variables are not in oe-core anymore

(From meta-openembedded rev: 9d53e8111db2a1dc2a3df05926d90988c08e7dbe)

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agohexedit: new recipe
Eric BENARD [Thu, 4 Jul 2013 21:47:29 +0000 (21:47 +0000)]
hexedit: new recipe

(From meta-openembedded rev: 7da2e2c86e39deba0c1cb08f40efd82b17da17b5)

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoqt-creator: add new recipe for version 2.7.2
Jonathan Liu [Sat, 6 Jul 2013 02:46:58 +0000 (02:46 +0000)]
qt-creator: add new recipe for version 2.7.2

(From meta-openembedded rev: 4d2b8ed90614a21d8d7d7c38d013c0c74d9ffffc)

Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agohiawatha: remove empty /var/run directory
Jonathan Liu [Mon, 8 Jul 2013 08:02:29 +0000 (08:02 +0000)]
hiawatha: remove empty /var/run directory

The /var/run directory is already created by base-files.

(From meta-openembedded rev: 1cb1c6103df41e9535b44ab981662879d0fd59f9)

Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosamba: remove /var/lock and /var/run from package
Jonathan Liu [Mon, 8 Jul 2013 05:37:30 +0000 (05:37 +0000)]
samba: remove /var/lock and /var/run from package

The /var/lock and /var/run directories are already created by
base-files.

(From meta-openembedded rev: 82f7bdc63e084e8482be0914d9b46fc10cada185)

Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolmbench: remove /run/lmbench from package
Otavio Salvador [Thu, 4 Jul 2013 12:48:55 +0000 (12:48 +0000)]
lmbench: remove /run/lmbench from package

Create /run/lmbench on startup using populate-volatiles.sh and
tmpfiles.d for systemd.

(From meta-openembedded rev: a0726a33b3f9eac73ecd63314866fae7d956094a)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogdm: remove /var/run from package
Jonathan Liu [Sat, 6 Jul 2013 12:17:26 +0000 (12:17 +0000)]
gdm: remove /var/run from package

The /var/run/gdm and /var/run/gdm/greeter directories are created by
the daemon if they don't exist. The /var/run directory is already
created by base-files.

(From meta-openembedded rev: 77bc54f180eed8ce1ec2712e3c6aa00b2c7ac1b4)

Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocollectd: remove empty /var/run directory
Jonathan Liu [Sat, 6 Jul 2013 11:50:23 +0000 (11:50 +0000)]
collectd: remove empty /var/run directory

The /var/run directory is already created by base-files.

(From meta-openembedded rev: 9ea2df5823f06f3d6600f014527222fdd80ab73b)

Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocherokee: remove empty /var/run directory
Jonathan Liu [Sat, 6 Jul 2013 11:47:38 +0000 (11:47 +0000)]
cherokee: remove empty /var/run directory

The /var/run directory is already created by base-files.

(From meta-openembedded rev: 20e070859473fa3b7014e436e52fd5831b5c9dfc)

Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agonetworkmanager: remove /var/run from package
Jonathan Liu [Sat, 6 Jul 2013 11:44:17 +0000 (11:44 +0000)]
networkmanager: remove /var/run from package

The /var/run/NetworkManager directory is created by the daemon on
startup if it doesn't exist. The /var/run directory is already
created by base-files.

(From meta-openembedded rev: 29c9fc4069b6bf736d43799a465ec124c0d46fd7)

Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoopenldap: remove empty /var/run directory
Jonathan Liu [Sat, 6 Jul 2013 11:30:50 +0000 (11:30 +0000)]
openldap: remove empty /var/run directory

The /var/run directory is already created by base-files.

(From meta-openembedded rev: b9e9d4d1442ec242ec2701d83156145198e92327)

Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibetpan: explicitly disable sasl support
Martin Jansa [Fri, 5 Jul 2013 08:41:02 +0000 (10:41 +0200)]
libetpan: explicitly disable sasl support

* we don't have cyrus-sasl in DEPENDS

(From meta-openembedded rev: 4cba066de9173fd5776d57f7a29860d81db4acc0)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoasio: fix runtime dependencies for images with dev-pkgs in IMAGE_FEATURES
Andreas Müller [Tue, 2 Jul 2013 06:46:37 +0000 (06:46 +0000)]
asio: fix runtime dependencies for images with dev-pkgs in IMAGE_FEATURES

asio-dev created REDEPENS on asio which was not existent. This caused do_rootfs
for other packages fail with something like:

|  * satisfy_dependencies_for: Cannot satisfy the following dependencies for abiword-dev:
|  *  asio (= 1.4.1-r0.0) *
|  * opkg_install_cmd: Cannot install package abiword-dev.

(From meta-openembedded rev: 6df02c4f9a693cba145f54f56aab61d4038771c5)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoabiword: remove abiword.inc - it is of no use
Andreas Müller [Tue, 2 Jul 2013 06:46:36 +0000 (06:46 +0000)]
abiword: remove abiword.inc - it is of no use

(From meta-openembedded rev: 519e7f1ccb9f6bdab2f37c1f4def75ed4e2a0fbc)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agouhd: Fix compile errors
Khem Raj [Mon, 1 Jul 2013 07:23:21 +0000 (07:23 +0000)]
uhd: Fix compile errors

uhd would fail with wrong scope for uint8_t type
errors.

(From meta-openembedded rev: 830baf380ea86782a5a52fbe8762904840e05691)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
CC: Philip Balister <philip@balister.org>
Acked-by: Philip Balister <philip@balister.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoiso-codes: add missing dependency on gettext-native
Martin Jansa [Fri, 5 Jul 2013 00:37:30 +0000 (02:37 +0200)]
iso-codes: add missing dependency on gettext-native

* msgfmt is called in do_install and both MSGFMT variables
  are empty without gettext-native detected in configure
  %.mo: %.po
        $(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<

(From meta-openembedded rev: 8d0528448b9b79437cf04cd12b7a0dc282df3c48)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agofbida: define -I when checking jpeg version
Martin Jansa [Thu, 4 Jul 2013 23:24:14 +0000 (01:24 +0200)]
fbida: define -I when checking jpeg version

* echo JPEG_LIB_VERSION | i586-starfish-linux-cpp -include jpeglib.h |
  tail -n 1

(From meta-openembedded rev: e83302e8448585d418d010a7c39a917b9c733462)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agowbxml2: add missing dependency on expat
Martin Jansa [Thu, 4 Jul 2013 08:19:53 +0000 (10:19 +0200)]
wbxml2: add missing dependency on expat

* do_configure fails without it:
  | -- Could NOT find Expat

(From meta-openembedded rev: bfe0294c1c8ce0b9eebb760edd78812dcd7a69df)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibspatialite: add missing dependency on sqlite3
Martin Jansa [Thu, 4 Jul 2013 08:08:01 +0000 (10:08 +0200)]
libspatialite: add missing dependency on sqlite3

* do_configure fails without:
  | checking for sqlite3.h... no
  | configure: error: cannot find sqlite3.h, bailing out

(From meta-openembedded rev: ef099bc74a66cb03c94b1d32ef03a64f716c451d)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogsoap: add missing dependency on zlib
Martin Jansa [Thu, 4 Jul 2013 07:56:11 +0000 (09:56 +0200)]
gsoap: add missing dependency on zlib

* do_compile fails without:
| i586-oe-linux-g++  -m32 -march=i586 --sysroot=/OE/sysroots/qemux86  -O2 -pipe -g -feliminate-unused-debug-types -fpermissive -fvisibility-inlines-hidden -L. -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -o wsdl2h wsdl2h-wsdl2h.o wsdl2h-wsdl.o wsdl2h-schema.o wsdl2h-types.o wsdl2h-service.o wsdl2h-soap.o wsdl2h-mime.o wsdl2h-wsp.o wsdl2h-wsdlC.o ../../gsoap/libgsoapssl++.a -lssl -lcrypto -lz
| /OE/sysroots/x86_64-linux/usr/libexec/i586-oe-linux/gcc/i586-oe-linux/4.7.2/ld: cannot find -lz
| collect2: error: ld returned 1 exit status

(From meta-openembedded rev: 5b2978fb32677ece50c21f052107f882e63b62a5)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocryptsetup: add missing dependency on libgcrypt
Martin Jansa [Thu, 4 Jul 2013 07:52:25 +0000 (09:52 +0200)]
cryptsetup: add missing dependency on libgcrypt

* there is PACKAGECONFIG for libgcrypt, but do_configure fails
  without macro staged by libgcrypt:
  configure.ac:122: error: possibly undefined macro: AM_PATH_LIBGCRYPT

(From meta-openembedded rev: 84116c5b360988d73c5e497c8b8ad2061322a137)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocpufrequtils: inherit gettext
Martin Jansa [Thu, 4 Jul 2013 07:49:57 +0000 (09:49 +0200)]
cpufrequtils: inherit gettext

* build without gettext-native fails with:
  | Building ccdv
  | /bin/sh: 1: xgettext: not found

(From meta-openembedded rev: e4d36ed0d662300489a0d3de821b7b0eafafc28f)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxorg-sgml-doctools: add missing dependency on util-macros
Martin Jansa [Wed, 3 Jul 2013 17:52:19 +0000 (19:52 +0200)]
xorg-sgml-doctools: add missing dependency on util-macros

* fails without:
  | configure.ac:32: error: must install xorg-macros 1.8 or later before
  running autoconf/autogen

(From meta-openembedded rev: b4fcac26406a99313d7f553e007b196fb891701f)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoruby: add missing dependency on ruby-native
Martin Jansa [Tue, 2 Jul 2013 16:57:21 +0000 (18:57 +0200)]
ruby: add missing dependency on ruby-native

* without ruby available on host it fails:
  | NOTE: make LIBRUBYARG=-lruby-static
  |       CC = i586-starfish-linux-gcc  -m32 -march=i586 --sysroot=/OE/sysroots/qemux86
  |       LD = i586-starfish-linux-ld --sysroot=/OE/sysroots/qemux86
  |       LDSHARED = i586-starfish-linux-gcc  -m32 -march=i586 --sysroot=/OE/sysroots/qemux86 -shared
  |       CFLAGS = -O2 -pipe -g -feliminate-unused-debug-types -fPIC
  |       XCFLAGS = -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT
  |       CPPFLAGS =   -I. -I.ext/include/i386-linux -I./include -I.
  |       DLDFLAGS = -Wl,-soname,libruby.so.1.9
  |       SOLIBS = -lpthread -lrt -ldl -lcrypt -lm
  | executable host ruby is required. use --with-baseruby option.
  | make: *** [.rbconfig.time] Error 1

(From meta-openembedded rev: 45688928778ea5b3a6ed6d8ca614247772846b8f)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agof2fs-tools: add util-linux dependency
Martin Jansa [Tue, 2 Jul 2013 12:15:20 +0000 (14:15 +0200)]
f2fs-tools: add util-linux dependency

(From meta-openembedded rev: 24abb44e773788e47457fb3b6c81ead90f2deb23)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agobusybox: Follow OE-Core update to 1.12.1 version
Otavio Salvador [Fri, 5 Jul 2013 17:01:16 +0000 (17:01 +0000)]
busybox: Follow OE-Core update to 1.12.1 version

(From meta-openembedded rev: 1cd30e7929f3cdfd2d97db2888d1bcb5e165d546)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agovsftpd: add missing dependency on openssl
Martin Jansa [Tue, 2 Jul 2013 18:31:56 +0000 (20:31 +0200)]
vsftpd: add missing dependency on openssl

* Fails without openssl in sysroot:
  | i586-webos-linux-gcc  -m32 -march=i586 --sysroot=/OE/sysroots/qemux86 -o vsftpd main.o utility.o prelogin.o ftpcmdio.o postlogin.o privsock.o tunables.o ftpdataio.o secbuf.o ls.o postprivparent.o logging.o str.o netstr.o sysstr.o strlist.o banner.o filestr.o parseconf.o secutil.o ascii.o oneprocess.o twoprocess.o privops.o standalone.o hash.o tcpwrap.o ipaddrparse.o access.o features.o readwrite.o opts.o ssl.o sslslave.o ptracesandbox.o ftppolicy.o sysutil.o sysdeputil.o  -lssl -lcrypto -lnsl -lresolv -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -lcrypt -lcap
  | /OE/sysroots/x86_64-linux/usr/libexec/i586-webos-linux/gcc/i586-webos-linux/4.7.2/ld: cannot find -lssl
  | /OE/sysroots/x86_64-linux/usr/libexec/i586-webos-linux/gcc/i586-webos-linux/4.7.2/ld: cannot find -lcrypto
  | collect2: error: ld returned 1 exit status

(From meta-openembedded rev: 46354a697c18a64c5836159adf8dbd92e6547e85)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agognuradio: Update to 3.6.5. Also fix for docs, packaging, and grc RDEPENDS.
Philip Balister [Tue, 18 Jun 2013 14:09:45 +0000 (14:09 +0000)]
gnuradio: Update to 3.6.5. Also fix for docs, packaging, and grc RDEPENDS.

* Fix packaging so grc and examples packages are not empty.
* Account for addition of gr-modtool.
* Update to version 3.6.5 of GNU Radio.
* Update RDEPENDS for grc to add python-netserver.
* Try even harder to stop docs from getting built.

(From meta-openembedded rev: 30e97c15d762f09fa37a31602d00f1f4b0d059bb)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agowebkit-efl: Update patch to fix undefined hasTagName reference
Martin Jansa [Thu, 27 Jun 2013 13:18:31 +0000 (15:18 +0200)]
webkit-efl: Update patch to fix undefined hasTagName reference

* some builds were still failing to link DumpRenderTree
  and nm revealed that another possible source of this reference is
  CSSStyleSheet:
  ./src/lib/libwebcore_efl.so
   U _ZNK7WebCore4Node10hasTagNameERKNS_13QualifiedNameE
  ./src/Source/WebCore/CMakeFiles/webcore_efl.dir/css/CSSStyleSheet.cpp.o
   U _ZNK7WebCore4Node10hasTagNameERKNS_13QualifiedNameE

(From meta-openembedded rev: a706c2734cf79aeaa84c3a2f08976651c4ad5554)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolmsensors: fix fancontrol init script
Marc Ferland [Tue, 25 Jun 2013 17:20:46 +0000 (17:20 +0000)]
lmsensors: fix fancontrol init script

Make the 'fancontrol stop' command work again by using the fancontrol
pid file instead of matching the process by name. While at it, also do
a bit of cleaning.

(From meta-openembedded rev: d3ef2ca6b8b9349fb24ebdce41e928901746b23f)

Signed-off-by: Marc Ferland <ferlandm@sonatest.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoruby: Upgrade from 1.9.3-p194 -> 1.9.3-p429
Khem Raj [Mon, 24 Jun 2013 07:44:04 +0000 (07:44 +0000)]
ruby: Upgrade from 1.9.3-p194 -> 1.9.3-p429

Old recipe was having do_install failures
this fixes those too

(From meta-openembedded rev: 370e7d2b7dad956421a288c94c874501984f3bc4)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoproj: Update to 4.8.0
Khem Raj [Sun, 23 Jun 2013 23:57:21 +0000 (23:57 +0000)]
proj: Update to 4.8.0

4.7.0 tars have disappeared on the download servers.

(From meta-openembedded rev: 41e0bcf188c457548a37e32fe291a848d8e10005)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agonetcat-openbsd: Update to 1.105
Khem Raj [Mon, 24 Jun 2013 03:10:56 +0000 (20:10 -0700)]
netcat-openbsd: Update to 1.105

Add the missing dependency on libbsd
it was not building otherwise. libbsd recipes for OE-Core
has been ported please wait until they are applied

| netcat.c:99:24: fatal error: bsd/stdlib.h: No such file or directory
|  #include <bsd/stdlib.h>
|                         ^
| compilation terminated.
| make: *** [netcat.o] Error 1
| make: *** Waiting for unfinished jobs....
| socks.c:41:32: fatal error: bsd/readpassphrase.h: No such file or directory
|  #include <bsd/readpassphrase.h>

(From meta-openembedded rev: 17bd75d60f42bfe3a10f299ace5432e2c97037d4)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoHiawatha: update to 9.2
Jack Mitchell [Wed, 26 Jun 2013 14:15:15 +0000 (15:15 +0100)]
Hiawatha: update to 9.2

(From meta-openembedded rev: 7e13ec6e239c1e010be86b56e2a2c3d5495bbe8f)

Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocyrus-sasl: Avoid to call AC_TRY_RUN
Roy.Li [Tue, 25 Jun 2013 01:22:59 +0000 (09:22 +0800)]
cyrus-sasl: Avoid to call AC_TRY_RUN

If the gssapi libraries are compiled before cyrus-sasl, configure will call
AC_TRY_RUN to check if gssapi libraries support SPNEGO, but calling AC_TRY_RUN
will fail on cross-compile environment.

(From meta-openembedded rev: c21c656bfacfacc64b51dbf6357a25e46728f8ab)

Signed-off-by: Roy.Li <rongqing.li@windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoclutter-box2d: fix for recent clutter changes in OE-Core
Paul Eggleton [Mon, 24 Jun 2013 08:41:19 +0000 (08:41 +0000)]
clutter-box2d: fix for recent clutter changes in OE-Core

(From meta-openembedded rev: 44dfae3dd336ffcf35f50a639e15fade8d8ac4fc)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopinpoint: fix and update
Paul Eggleton [Mon, 24 Jun 2013 08:41:18 +0000 (08:41 +0000)]
pinpoint: fix and update

* Fix for update and PN change of clutter in OE-Core
* Fix SRC_URI
* Update to latest upstream git revision

(From meta-openembedded rev: 10fa681110ad259fb6834ca43eab5df450a9cdeb)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoenjoy: replace ENTERPRISE_DISTRO with PACKAGECONFIG options
Paul Barker [Sat, 22 Jun 2013 13:28:39 +0000 (13:28 +0000)]
enjoy: replace ENTERPRISE_DISTRO with PACKAGECONFIG options

(From meta-openembedded rev: 9e0823c4e81fe20a735b1eff39a8b0328a638eea)

Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agompd: replace ENTERPRISE_DISTRO with PACKAGECONFIG options
Paul Barker [Sat, 22 Jun 2013 13:28:38 +0000 (13:28 +0000)]
mpd: replace ENTERPRISE_DISTRO with PACKAGECONFIG options

(From meta-openembedded rev: 673d4ee87d13db24edf0f25cd320516f111700b6)

Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agovlc: replace ENTERPRISE_DISTRO with PACKAGECONFIG options
Paul Barker [Sat, 22 Jun 2013 13:28:37 +0000 (13:28 +0000)]
vlc: replace ENTERPRISE_DISTRO with PACKAGECONFIG options

(From meta-openembedded rev: 29c257312532f9f7ae0e3228cebc2888e1aefe1b)

Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibav: remove unnecessary dependency on liba52
Paul Barker [Sat, 22 Jun 2013 13:28:36 +0000 (13:28 +0000)]
libav: remove unnecessary dependency on liba52

The changelog for libav indicates that liba52 support was removed in version
0.5.

(From meta-openembedded rev: aa3d3ce3ae31009dc39d2f4f029ad7b312dd9869)

Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibsdl-mixer: replace ENTERPRISE_DISTRO with PACKAGECONFIG options
Paul Barker [Sat, 22 Jun 2013 13:28:35 +0000 (13:28 +0000)]
libsdl-mixer: replace ENTERPRISE_DISTRO with PACKAGECONFIG options

(From meta-openembedded rev: 03a98cad3dfdc3eefef66be791493385b3500676)

Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agomplayer2: replace ENTERPRISE_DISTRO with PACKAGECONFIG options
Paul Barker [Sat, 22 Jun 2013 13:28:34 +0000 (13:28 +0000)]
mplayer2: replace ENTERPRISE_DISTRO with PACKAGECONFIG options

(From meta-openembedded rev: f8cb5783072ab34757fe6d4d3117fd5399f6753a)

Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogpsd: Mark the configuration file as a CONFFILES
Holger Hans Peter Freyther [Fri, 21 Jun 2013 08:50:54 +0000 (08:50 +0000)]
gpsd: Mark the configuration file as a CONFFILES

Mark the file in /etc/default/gpsd as a CONFFILES of the gpsd-conf
package.

(From meta-openembedded rev: cb092cc4ea867cc7cccba59eabcdcea9e5d895b2)

Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibzip: Upgrade 1.13 -> 1.14
Khem Raj [Thu, 20 Jun 2013 23:37:13 +0000 (23:37 +0000)]
libzip: Upgrade 1.13 -> 1.14

(From meta-openembedded rev: 2e5684a3c396170951c265726464f81faeaffac5)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoopenmotif: update SRC_URI
Paul Barker [Tue, 18 Jun 2013 22:39:34 +0000 (22:39 +0000)]
openmotif: update SRC_URI

openmotif-2.3.3 doesn't appear to be available from fossies.org anymore. As this
isn't the official source for openmotif, we change the SRC_URI rather than
adding a mirror.

The official source requires registration to download the archive (via
https://www2.opengroup.org/ogsys/catalog/zom213) so this is the best we can do.

(From meta-openembedded rev: 0ffa911e4b0a0b8752cf6189bbf19d92fad612ab)

Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolzip: add mirror for older versions
Paul Barker [Tue, 18 Jun 2013 22:39:33 +0000 (22:39 +0000)]
lzip: add mirror for older versions

Older versions are available in .tar.lz format from the official source but that
would cause a circular dependency on lzip-native if the host doesn't already
have lzip. Fortunately the file we need is available from FreeBSD's distfiles.

(From meta-openembedded rev: 6d7d2b9912837f10a107e474e1163d38a5affebc)

Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoglmark2: Add recipe for glmark2
Diego Rondini [Tue, 18 Jun 2013 12:07:41 +0000 (12:07 +0000)]
glmark2: Add recipe for glmark2

Add a recipe for glmark2, which is an OpenGL 2.0 / OpenGL ES 2.0 benchmark.

(From meta-openembedded rev: 05270e3741cc5fadaa1359d3f65855bbea7b6e56)

Signed-off-by: Diego Rondini <diego.ml@zoho.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotracker: add new recipe
Fahad Usman [Tue, 18 Jun 2013 08:29:07 +0000 (08:29 +0000)]
tracker: add new recipe

- copy tracker recipe from meta-guacamayo layer to meta-oe
- package files that were not being shipped
- add systemd suppert for tracker

(From meta-openembedded rev: 9bdae6db4c39a49bec6f521454703e950a151bb5)

Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocramfs_1.1: fix fetch error of cramfs-native
Andrea Adami [Mon, 17 Jun 2013 22:26:21 +0000 (22:26 +0000)]
cramfs_1.1: fix fetch error of cramfs-native

* the SRC_URI was pointing to an inexistent tarball

(From meta-openembedded rev: 6eea054e67d19f936c82e5ce74d6a788e38b4a40)

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopackagekit: Fix build with new glib-2.0, v2
Martin Jansa [Thu, 20 Jun 2013 10:42:31 +0000 (12:42 +0200)]
packagekit: Fix build with new glib-2.0, v2

* I've accidentally pushed V1 of this patch, this merges changes from
* V2.

(From meta-openembedded rev: f7278f7900b98497bb900b004d727efba06773c1)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoRevert "nodejs: upgrade to 0.10.4"
Martin Jansa [Thu, 20 Jun 2013 10:33:07 +0000 (12:33 +0200)]
Revert "nodejs: upgrade to 0.10.4"

This reverts commit 903e7131ba5225b085cd612199e88697f2e9e493.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoconnman: updated libconnman-qt to 1.0.7
Felipe F. Tonello [Sat, 11 May 2013 00:04:22 +0000 (00:04 +0000)]
connman: updated libconnman-qt to 1.0.7

This new recipe version requires the changes in this patch:
http://www.mail-archive.com/openembedded-core@lists.openembedded.org/msg38148.html

(From meta-openembedded rev: c47471a1776d8616b5e4874e238a03c6f9feac08)

Signed-off-by: Felipe F. Tonello <eu@felipetonello.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agonodejs: upgrade to 0.10.4
Martin Jansa [Fri, 12 Apr 2013 19:54:48 +0000 (21:54 +0200)]
nodejs: upgrade to 0.10.4

* 0001-gcc-has-a-builtin-define-to-denote-hard-abi-when-in-.patch seems
  to be resolved by https://chromiumcodereview.appspot.com/10713009

(From meta-openembedded rev: 903e7131ba5225b085cd612199e88697f2e9e493)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotk: Upgrade to 8.6.0
Khem Raj [Thu, 13 Jun 2013 10:43:43 +0000 (10:43 +0000)]
tk: Upgrade to 8.6.0

This also fixes the build since tcl is moved to 8.6.0 in OE-Core
The licence has been updated a little

license.terms       2009-11-13 10:38:48.000000000 -0800
license.terms       2012-12-19 07:39:12.000000000 -0800
@@ -1,7 +1,8 @@
 This software is copyrighted by the Regents of the University of
-California, Sun Microsystems, Inc., and other parties.  The following
-terms apply to all files associated with the software unless explicitly
-disclaimed in individual files.
+California, Sun Microsystems, Inc., Scriptics Corporation, ActiveState
+Corporation, Apple Inc. and other parties.  The following terms apply
to
+all files associated with the software unless explicitly disclaimed in
+individual files.

 The authors hereby grant permission to use, copy, modify, distribute,
 and license this software and its documentation for any purpose,
provided
@@ -28,12 +29,12 @@

 GOVERNMENT USE: If you are acquiring this software on behalf of the
 U.S. government, the Government shall have only "Restricted Rights"
-in the software and related documentation as defined in the Federal
+in the software and related documentation as defined in the Federal
 Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2).  If you
 are acquiring the software on behalf of the Department of Defense, the
 software shall be classified as "Commercial Computer Software" and the
 Government shall have only "Restricted Rights" as defined in Clause
-252.227-7013 (c) (1) of DFARs.  Notwithstanding the foregoing, the
+252.227-7013 (b) (3) of DFARs.  Notwithstanding the foregoing, the
 authors grant the U.S. Government and others acting in its behalf
 permission to use and distribute the software in accordance with the
 terms specified in this license.

(From meta-openembedded rev: a695d15ea384001a7e68c20972e9b21785d57275)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoomgps: Fix build with glib-2.0 > 2.35
Khem Raj [Thu, 13 Jun 2013 09:37:16 +0000 (09:37 +0000)]
omgps: Fix build with glib-2.0 > 2.35

Fix errors like

| src/main.c: In function 'main':
| src/main.c:490:2: error: 'g_type_init' is deprecated (declared at
/builds1/angstrom/build/tmp-angstrom_next-eglibc/sysroots/qemuarm/usr/include/glib-2.0/gobject/gtype.h:669)
[-Werror=deprecated-declarations]
|   g_type_init();
|   ^
| cc1: all warnings being treated as errors
| make[1]: *** [omgps-main.o] Error 1

(From meta-openembedded rev: eccb3d022a063d74727690c8e4f384b8406b13a6)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopackagekit: Fix build with new glib-2.0
Khem Raj [Thu, 13 Jun 2013 08:27:32 +0000 (08:27 +0000)]
packagekit: Fix build with new glib-2.0

Fixes errors like

| pk-main.c:223: error: undefined reference to 'g_thread_supported'
| collect2: error: ld returned 1 exit status
| make[3]: *** [packagekitd] Error 1

This version is dead upstream so this patch is local

(From meta-openembedded rev: 006ce59b7b1d8b77fddc1273ba53ad7d535f3ff1)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibunwind: Fix build on arm < v6
Khem Raj [Thu, 13 Jun 2013 07:12:38 +0000 (07:12 +0000)]
libunwind: Fix build on arm < v6

atomics that are needed for libunuwind are not available on
arm < v6

Fixes errors like

| ../src/.libs/libunwind.so: error: undefined reference to
'AO_fetch_and_add1'
| ../src/.libs/libunwind.so: error: undefined reference to
'AO_fetch_and_add'
| collect2: error: ld returned 1 exit status

(From meta-openembedded rev: cd2e0043d8fd009f3230e0c9cdfb63fc84ed9669)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogypsy: Fix build with newer glib
Khem Raj [Thu, 13 Jun 2013 03:57:55 +0000 (03:57 +0000)]
gypsy: Fix build with newer glib

(From meta-openembedded rev: 475e25491c0265e813a332f8ba3d39dcc1e02b81)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopidgin: fix build on CentOS 6
Lukas Märdian [Thu, 13 Jun 2013 00:08:47 +0000 (02:08 +0200)]
pidgin: fix build on CentOS 6

(From meta-openembedded rev: ff4e6575eac6fd9d508cb988e6cc675ebf555cbe)

Signed-off-by: Lukas Märdian <luk@slyon.de>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agollvm3.3: new recipe
Jonathan Liu [Thu, 13 Jun 2013 13:00:23 +0000 (13:00 +0000)]
llvm3.3: new recipe

arm_fenv_uclibc.patch was copied from llvm3.2 recipe.

(From meta-openembedded rev: 26366c8101727002b16a7acca6fac7c949ea10a7)

Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agollvm: move cross script install to separate sysroot preprocess function
Jonathan Liu [Thu, 13 Jun 2013 10:05:54 +0000 (10:05 +0000)]
llvm: move cross script install to separate sysroot preprocess function

The llvm-config2.x script doesn't get placed in the target sysroot
crosscripts directory otherwise.

(From meta-openembedded rev: 4704e25200c3749ac2ab2970c18b0a568cc3ce8e)

Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agollvm-common: move cross script install to sysroot preprocess function
Jonathan Liu [Wed, 12 Jun 2013 13:55:05 +0000 (13:55 +0000)]
llvm-common: move cross script install to sysroot preprocess function

The llvm-config script doesn't get placed in the target sysroot
crossscripts directory otherwise.

(From meta-openembedded rev: 90e34fa05af97dbd2ac4cd12032fe805cacf4071)

Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agollvm3.2: replace LLVM_RELEASE with PV
Jonathan Liu [Thu, 13 Jun 2013 12:31:45 +0000 (12:31 +0000)]
llvm3.2: replace LLVM_RELEASE with PV

Setting LLVM_RELEASE is redundant as the version can be retrieved from
PV instead.

(From meta-openembedded rev: 76187e9a7953d932adab2a7d8ead6ad290e9ab73)

Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxserver-nodm-init: do not execute Xsession twice
Jonathan Liu [Wed, 12 Jun 2013 08:30:15 +0000 (08:30 +0000)]
xserver-nodm-init: do not execute Xsession twice

The /etc/X11/Xserver script runs xinit /etc/X11/Xsession already so
there is no need to do /usr/bin/xinit /etc/X11/Xsession --
/etc/X11/Xserver. Having xinit nested will result in Xsession being
executed twice. To resolve this, just execute /etc/X11/Xserver directly
instead of going through xinit.

(From meta-openembedded rev: 305038f932fbcb39f3bb6698f8fad18172c30962)

Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibmtp: add new recipe
Fahad Usman [Wed, 12 Jun 2013 11:42:13 +0000 (11:42 +0000)]
libmtp: add new recipe

this was initially written by 'Christopher Larson'

(From meta-openembedded rev: b8a4545487a5e6af81874c2458060a69e8551b80)

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>