scm/bb/tizen-distro.git
9 years agofoxtrotgps: add bluez4 dependency
Martin Jansa [Sun, 11 Aug 2013 20:04:01 +0000 (22:04 +0200)]
foxtrotgps: add bluez4 dependency

* configure doesn't allow to disable it and bluez is quite common
  on devices where foxtrotgps would be used

(From meta-openembedded rev: 79d6d08e77c362bb9985f84dfc949a6317b14857)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogpsd: add PACKAGECONFIG for bluez
Martin Jansa [Sun, 11 Aug 2013 19:18:00 +0000 (21:18 +0200)]
gpsd: add PACKAGECONFIG for bluez

* it's autodetected from sysroot

(From meta-openembedded rev: cf46cc88bb3507f33d631c5a6a9059ee0450469b)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfce4-icon-theme: add dependency on intltool-native
Martin Jansa [Thu, 8 Aug 2013 21:50:15 +0000 (23:50 +0200)]
xfce4-icon-theme: add dependency on intltool-native

* fails without it:
  | NOTE: Executing intltoolize --copy --force --automake
  | xfce4-icon-theme/4.4.3-r0/temp/run.do_configure.2826:
    intltoolize: not found
  | ERROR: Function failed: do_configure (log file is located at
    xfce4-icon-theme/4.4.3-r0/temp/log.do_configure.2826)

(From meta-openembedded rev: df15a1b2f1e864f4617291119894db229dc9445a)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agowebkit-efl: add dependency on gstreamer
Martin Jansa [Thu, 8 Aug 2013 21:33:53 +0000 (23:33 +0200)]
webkit-efl: add dependency on gstreamer

* fails without it:
  | -- checking for module 'gstreamer-0.10'
  | --   package 'gstreamer-0.10' not found
  | -- checking for module 'gstreamer-base-0.10'
  | --   package 'gstreamer-base-0.10' not found
  | -- checking for module 'gstreamer-app-0.10'
  | --   package 'gstreamer-app-0.10' not found
  | -- checking for module 'gstreamer-audio-0.10'
  | --   package 'gstreamer-audio-0.10' not found
  | -- checking for module 'gstreamer-fft-0.10'
  | --   package 'gstreamer-fft-0.10' not found
  | -- checking for module 'gstreamer-interfaces-0.10'
  | --   package 'gstreamer-interfaces-0.10' not found
  | -- checking for module 'gstreamer-pbutils-0.10'
  | --   package 'gstreamer-pbutils-0.10' not found
  | -- checking for module 'gstreamer-video-0.10'
  | --   package 'gstreamer-video-0.10' not found
  | CMake Error at cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
  |   Could NOT find GStreamer (missing: GSTREAMER_INCLUDE_DIRS

(From meta-openembedded rev: f4fa7239f3dcd7f0567a2c08fcb5a5f9de4ed455)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agouhd: add dependency on ncurses
Martin Jansa [Thu, 8 Aug 2013 19:48:54 +0000 (21:48 +0200)]
uhd: add dependency on ncurses

* when it's not found in target sysroots it's trying to use native one
  | cd uhd/1_3.5.3-r3.0/git/host/build/examples && sysroots/x86_64-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/rx_ascii_art_dft.dir/link.txt --verbose=1
  | sysroots/x86_64-linux/usr/bin/armv5te-oe-linux-gnueabi/arm-oe-linux-gnueabi-g++    -march=armv5te -marm -mthumb-interwork  --sysroot=sysroots/qemuarm  -O2 -pipe -g -feliminate-unused-debug-types -fpermissive -fvisibility-inlines-hidden -fpermissive -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fpermissive -fvisibility-inlines-hidden -DNDEBUG  -march=armv5te -marm -mthumb-interwork  --sysroot=sysroots/qemuarm  -O2 -pipe -g -feliminate-unused-debug-types -fpermissive -fvisibility-inlines-hidden -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/rx_ascii_art_dft.dir/rx_ascii_art_dft.cpp.o  -o rx_ascii_art_dft
  -Lsysroots/x86_64-linux/usr/lib -rdynamic ../lib/libuhd.so.003.005 -lcurses sysroots/x86_64-linux/usr/lib/libform.so -lboost_date_time-mt -lboost_filesystem-mt -lboost_program_options-mt -lboost_regex-mt -lboost_system-mt -lboost_thread-mt -lboost_unit_test_framework -lrt -lusb-1.0 -lpthread -ldl -Wl,-rpath,uhd/1_3.5.3-r3.0/git/host/build/lib:sysroots/x86_64-linux/usr/lib:
  | sysroots/x86_64-linux/usr/libexec/armv5te-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.8.1/ld: error: sysroots/x86_64-linux/usr/lib/libform.so: incompatible target
  | sysroots/x86_64-linux/usr/libexec/armv5te-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.8.1/ld: warning: skipping incompatible sysroots/x86_64-linux/usr/lib/libncurses.so.5 while searching for libncurses.so.5
  | sysroots/x86_64-linux/usr/libexec/armv5te-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.8.1/ld: warning: skipping incompatible sysroots/x86_64-linux/usr/lib/libncurses.so.5 while searching for libncurses.so.5
  | sysroots/x86_64-linux/usr/libexec/armv5te-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.8.1/ld: error: cannot find libncurses.so.5
  | sysroots/x86_64-linux/usr/libexec/armv5te-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.8.1/ld: warning: skipping incompatible sysroots/x86_64-linux/usr/lib/libtinfo.so while searching for tinfo
  | sysroots/x86_64-linux/usr/libexec/armv5te-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.8.1/ld: error: cannot find -ltinfo
  | uhd/1_3.5.3-r3.0/git/host/examples/rx_ascii_art_dft.cpp:149: error: undefined reference to 'initscr'

(From meta-openembedded rev: 23670b64f7022da55f7db2f885abaf2317a18c24)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotumbler: add dependency on xfce4-dev-tools-native
Martin Jansa [Thu, 8 Aug 2013 19:42:38 +0000 (21:42 +0200)]
tumbler: add dependency on xfce4-dev-tools-native

* tumbler configure needs XDT_I18N macro provided by xfce4-dev-tools
  | tumbler-0.1.29/configure: line 13752: syntax error near unexpected token `$linguas'
  | tumbler-0.1.29/configure: line 13752: `XDT_I18N($linguas)'
  | Configure failed. The contents of all config.log files follows to aid debugging

(From meta-openembedded rev: 9594e010abd4de7a9734fe20dfc4deed47b7a5f1)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosubsurface: add dependency on gconf
Martin Jansa [Thu, 8 Aug 2013 18:42:11 +0000 (20:42 +0200)]
subsurface: add dependency on gconf

* fails without
  | Package gconf-2.0 was not found in the pkg-config search path.
  | Perhaps you should add the directory containing `gconf-2.0.pc'
  | to the PKG_CONFIG_PATH environment variable
  | No package 'gconf-2.0' found
  | main.c:7:32: fatal error: gconf/gconf-client.h: No such file or directory
  |  #include <gconf/gconf-client.h>

(From meta-openembedded rev: 331d0a98ce13280d1e14b8db9e582a582977d1fb)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agostart-stop-daemon: add dependency on ncurses
Martin Jansa [Thu, 8 Aug 2013 18:41:06 +0000 (20:41 +0200)]
start-stop-daemon: add dependency on ncurses

* fails without:
  | configure: error: no curses library found
  | Configure failed. The contents of all config.log files follows to aid debugging

(From meta-openembedded rev: b8b63a4df27b3d2034c49ebe86c4dcc7ac1fa414)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agollvm2: add dependency on perl-native
Martin Jansa [Thu, 8 Aug 2013 13:27:20 +0000 (15:27 +0200)]
llvm2: add dependency on perl-native

* it fails without it:
  | -- Could NOT find Perl (missing:  PERL_EXECUTABLE)
  | CMake Error at tools/llvm-config/CMakeLists.txt:5 (message):
  |   Perl required but not found!

(From meta-openembedded rev: 9ba440308e42eeaddf5db0b576d44874134db23d)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibwnck(3): add PACKAGECONFIG for startup-notification
Martin Jansa [Thu, 8 Aug 2013 11:08:12 +0000 (13:08 +0200)]
libwnck(3): add PACKAGECONFIG for startup-notification

* it's autodetected from sysroot and couple of packages are failing
  when pkg-config is trying to use libwnck*.pc without
  startup-notification in sysroot

(From meta-openembedded rev: 717ca9c0d2edc538676c9fb8622cfafe93b20637)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agomysql-python: add dependency on mysql
Martin Jansa [Thu, 8 Aug 2013 11:07:05 +0000 (13:07 +0200)]
mysql-python: add dependency on mysql

* fails without mysql_config:
  ERROR: Function failed: do_compile (log file is located at mysql-python/1.2.4-r0/temp/log.do_compile.29833)
  ERROR: Logfile of failure stored in: mysql-python/1.2.4-r0/temp/log.do_compile.29833
  Log data follows:
  | DEBUG: Executing shell function do_compile
  | sh: 1: mysql_config: not found
  | Traceback (most recent call last):
  |   File "setup.py", line 18, in <module>
  |     metadata, options = get_config()
  |   File "mysql-python/1.2.4-r0/MySQL-python-1.2.4/setup_posix.py", line 43, in get_config
  |     libs = mysql_config("libs_r")
  |   File "mysql-python/1.2.4-r0/MySQL-python-1.2.4/setup_posix.py", line 25, in mysql_config
  |     raise EnvironmentError("%s not found" % (mysql_config.path,))
  | EnvironmentError: mysql_config not found
  | ERROR: python setup.py build_ext execution failed.
  | ERROR: Function failed: do_compile (log file is located at mysql-python/1.2.4-r0/temp/log.do_compile.29833)
  NOTE: recipe mysql-python-1.2.4-r0: task do_compile: Failed
  ERROR: Task 6 (meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb, do_compile) failed with exit code '1'

(From meta-openembedded rev: f32956c1d6b473c80512c5ad82754ce090524a02)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibgtop: add dependency on intltool-native
Martin Jansa [Thu, 8 Aug 2013 07:20:32 +0000 (09:20 +0200)]
libgtop: add dependency on intltool-native

* | NOTE: Executing intltoolize --copy --force --automake
    libgtop/2.28.2-r0/temp/run.do_configure.20714: intltoolize: not found

(From meta-openembedded rev: 46a52e105321236616e6bda9c394c46472858426)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogoffice: add librsvg dependency
Martin Jansa [Thu, 8 Aug 2013 07:13:50 +0000 (09:13 +0200)]
goffice: add librsvg dependency

* No package 'librsvg-2.0' found

(From meta-openembedded rev: 45b798b2880463813d0f6673615b54fcbdad1a02)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agognome-power-management: add gnome-doc-utils dependency
Martin Jansa [Thu, 8 Aug 2013 07:11:35 +0000 (09:11 +0200)]
gnome-power-management: add gnome-doc-utils dependency

* configure: error: gnome-doc-utils >= 0.3.2 not found

(From meta-openembedded rev: d01898b02877013d2bb70c09d255b0d4de626cfe)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agodates: make it compatible with newer evolution-data-server
Martin Jansa [Sun, 4 Aug 2013 11:49:00 +0000 (13:49 +0200)]
dates: make it compatible with newer evolution-data-server

* drop 0.4.8 recipe, git recipe is default version for long time and
  pimlico-project.org is gone anyway:
  wget: unable to resolve host address 'pimlico-project.org'

(From meta-openembedded rev: a38fbdb4f88ecfd624de3d3a41a1a42401f5451d)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoevolution-data-server: upgrade to 3.2.3
Martin Jansa [Sat, 3 Aug 2013 15:35:46 +0000 (17:35 +0200)]
evolution-data-server: upgrade to 3.2.3

* I've only build tested this, because it was broken for long time and
  bothering me in world builds (and test-dependencies builds), but I'm
  not using any eds dependant app, so I cannot test it properly in
  runtime
* I've dropped some patches with unclear purpose
* enabled nss/nspr as they are now available in oe-core and simplifies
  the build (needs patch to fix build when nss is disabled)
* it was broken for more then 4 months since glib upgrade to 2.36.*
  and nobody complained, I'm tempted to just remove it next time
  (together with cheese, dates, contacts, tasks)
* too late I've found this commit
  https://lists.yoctoproject.org/pipermail/poky/2010-November/000526.html
  which does some similar things but only for 2.32.1

(From meta-openembedded rev: c52054f3383120438cb52252f8c1622e73946349)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogcalctool: move to nonworking
Martin Jansa [Sat, 3 Aug 2013 22:56:46 +0000 (00:56 +0200)]
gcalctool: move to nonworking

* broken at least since April http://permalink.gmane.org/gmane.comp.handhelds.openembedded/57920
  and nobody complained, it's also replaced by gnome calculator

(From meta-openembedded rev: 84e8fee8b8631138ef52ef3dcf0ab7c8ce2925d0)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agognome-control-center: add libgtop dependency
Martin Jansa [Sat, 3 Aug 2013 19:57:05 +0000 (21:57 +0200)]
gnome-control-center: add libgtop dependency

* it fails without it:
  | make[3]: *** [libcommon.la] Error 1
  | make[3]: Leaving directory `work/armv5te-oe-linux-gnueabi/gnome-control-center/2.32.1-r1/gnome-control-center-2.32.1/capplets/common'

(From meta-openembedded rev: d3e66eb395033cdefb98039cd43a1d80afa136fd)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogmtk: inherit gconf
Martin Jansa [Sat, 3 Aug 2013 19:55:21 +0000 (21:55 +0200)]
gmtk: inherit gconf

* do_configure fails without it
  configure.ac:215: error: possibly undefined macro: AM_GCONF_SOURCE_2

(From meta-openembedded rev: 3571ee5a9b7e8487bda8c912556b41459641ea62)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoglmark2: add dependency on jpeg
Martin Jansa [Sat, 3 Aug 2013 19:53:49 +0000 (21:53 +0200)]
glmark2: add dependency on jpeg

* fails without:
  | Checking for header jpeglib.h            : not found
  | The configuration failed

(From meta-openembedded rev: 4955ea3959c14f5db85e6a8ea2740a2b9042a11e)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogcr: add glib-2.0 dependency
Martin Jansa [Sat, 3 Aug 2013 18:37:42 +0000 (20:37 +0200)]
gcr: add glib-2.0 dependency

* it tries to build glib-2.0 from native sysroot without it

(From meta-openembedded rev: e20aa408bb96ae2bcdae4829ed03863ab33b20ef)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopython-edje: Fix building by preventing attempted use of examples
Bob Ham [Tue, 30 Apr 2013 16:22:16 +0000 (16:22 +0000)]
python-edje: Fix building by preventing attempted use of examples

The examples apparently require compilation of .edc files to .edj
files using a program called edje_cc.  I have no idea how the upstream
Makefile is supposed to work but it contains no such instructions and
errors out without this configure option.

(From meta-openembedded rev: 23ad6cfe2be0dc076f5f286e0f72e345667cf352)

Signed-off-by: Bob Ham <rah@settrans.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agofbreader: add sqlite3 dependency
Martin Jansa [Sat, 3 Aug 2013 17:16:14 +0000 (19:16 +0200)]
fbreader: add sqlite3 dependency

* fails to build without:
  | Compiling SQLiteCommand.o ...Compiling SQLiteConnection.o ...Compiling
  SQLiteDataBase.o ...Compiling SQLiteDataReader.o ...Compiling
  SQLiteFactory.o ...In file included from SQLiteDataReader.h:26:0,
  |                  from SQLiteDataReader.cpp:20:
  | SQLiteCommand.h:24:21: fatal error: sqlite3.h: No such file or directory

(From meta-openembedded rev: dbbfb2d1258832ae190c626af2c1aa211f5e4c82)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoepiphany: add libgnome-keyring dependency
Martin Jansa [Sat, 3 Aug 2013 15:51:17 +0000 (17:51 +0200)]
epiphany: add libgnome-keyring dependency

* configure wails without it:
  No package 'gnome-keyring-1' found

(From meta-openembedded rev: 589a9476ae1e83c39f38f2c91c1bfa4647bf013a)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoclaws-mail: add curl dependency
Martin Jansa [Sat, 3 Aug 2013 15:48:23 +0000 (17:48 +0200)]
claws-mail: add curl dependency

* it's needed by libetpan:
  | configure:20812: checking whether libetpan-config hints compiles and links fine
  | configure:20826: arm-oe-linux-gnueabi-gcc  -march=armv5te -marm -mthumb-interwork --sysroot=sysroots/qemuarm -o conftest -O2 -pipe -g -feliminate-unused-debug-types -Wno-unused-function -Wno-pointer-sign -Wall   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c  -lm  -Lsysroots/qemuarm/usr/lib -letpan -pthread -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -lcurl -lgcrypt -lgnutls -lz -lexpat -lgnutls -llockfile >&5
  | sysroots/x86_64-linux/usr/libexec/armv5te-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.8.1/ld: error: cannot find -lcurl
  | collect2: error: ld returned 1 exit status

(From meta-openembedded rev: a016cee4c883613dbb1d922e82354f2c0c9032fe)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoazy: add glib-2.0 dependency
Martin Jansa [Sat, 3 Aug 2013 15:35:19 +0000 (17:35 +0200)]
azy: add glib-2.0 dependency

* Package 'glib-2.0', required by 'ecore', not found

(From meta-openembedded rev: a6eaf86f0ac6323bd5a659db354422a8beb94eb4)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoevas: add PACKAGECONFIG for harfbuzz
Martin Jansa [Wed, 7 Aug 2013 20:33:32 +0000 (22:33 +0200)]
evas: add PACKAGECONFIG for harfbuzz

* harfbuzz is autodetected and can cause even edje_cc to fail,
  this if from cpu.bb build:
  | sysroots/x86_64-linux/usr/bin/edje_cc:
    error while loading shared libraries: libharfbuzz.so.0: cannot open
    shared object file: No such file or directory
  | make[2]: *** [e-module-cpu.edj] Error 127

(From meta-openembedded rev: ecf229fe39eb7c2f28fb8638b313ca6f771aebdd)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoelementary: add PACKAGECONFIG for eweather
Martin Jansa [Sat, 3 Aug 2013 14:59:33 +0000 (16:59 +0200)]
elementary: add PACKAGECONFIG for eweather

(From meta-openembedded rev: a1387b1ece52c12fe25a49b212b95ef672817ae3)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoecore: add PACKAGECONFIG for wayland
Martin Jansa [Sat, 3 Aug 2013 14:59:20 +0000 (16:59 +0200)]
ecore: add PACKAGECONFIG for wayland

(From meta-openembedded rev: 7ecfe854583270152fed14cb92fdca8b1ece1f11)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoelementary, evas-generic-loaders, e-wm: Drop svn recipes
Martin Jansa [Wed, 31 Jul 2013 22:09:31 +0000 (00:09 +0200)]
elementary, evas-generic-loaders, e-wm: Drop svn recipes

* keep .inc to reuse it for git recipe later

(From meta-openembedded rev: 7ea16c2b2f45723ca20ddf974399516d6226f756)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoefl: drop .inc and _svn.bb files for libs included in efl.git
Martin Jansa [Wed, 31 Jul 2013 22:08:07 +0000 (00:08 +0200)]
efl: drop .inc and _svn.bb files for libs included in efl.git

* in preparation for merged source dir in efl.git I don't plan to support newer SRCREVs from subversion
* drop INC_PR and fold lib.inc into the recipe

(From meta-openembedded rev: 0ff1082e2e4b579abe527c0c9e0c51a38616f0e2)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agometa-efl: upgrade efl to 1.7.8, e-wm to 0.17.4
Martin Jansa [Sat, 3 Aug 2013 13:09:10 +0000 (13:09 +0000)]
meta-efl: upgrade efl to 1.7.8, e-wm to 0.17.4

* announcement:
  http://www.mail-archive.com/enlightenment-devel@lists.sourceforge.net/msg54004.html

(From meta-openembedded rev: dd708272e92d7f069c35e52145e2e489d5230c76)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoimlib2, lightmediascanner: Add PRIVATE_LIBS
Martin Jansa [Wed, 31 Jul 2013 13:19:39 +0000 (15:19 +0200)]
imlib2, lightmediascanner: Add PRIVATE_LIBS

* to resolve following warning:
  WARNING: lightmediascanner-0.4.4 is already registered as shlib provider for png.so, ignoring imlib2-loaders-1.4.5+svnr82070 trying to register the same
  WARNING: lightmediascanner-0.4.4 is already registered as shlib provider for jpeg.so, ignoring imlib2-loaders-1.4.5+svnr82070 trying to register the same
  WARNING: lightmediascanner-0.4.4 is already registered as shlib provider for id3.so, ignoring imlib2-loaders-1.4.5+svnr82070 trying to register the same
  when fixes from https://bugzilla.yoctoproject.org/show_bug.cgi?id=4628
  are included in build

(From meta-openembedded rev: c11f208cb2d00666c84a0d07644c4bf8ac5adf3c)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogst-ffmpeg: drop .bbappend, moved to oe-core
Martin Jansa [Tue, 13 Aug 2013 22:18:41 +0000 (00:18 +0200)]
gst-ffmpeg: drop .bbappend, moved to oe-core

* http://git.openembedded.org/openembedded-core/commit/?id=aab668fbba25d3e590e4182224b7b064d7705c5b
* you need to add orc to PACKAGECONFIG if you want to continue
  using it
* PRINC was dropped, oe-core commit had sufficient PR bump and
  this is going in almost simultaneously

(From meta-openembedded rev: fa914e4c80bcb29d2526bda3d0d916f71f8f6df4)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoutil-linux: rename .bbappend to match new oe-core version
Martin Jansa [Tue, 6 Aug 2013 20:22:57 +0000 (22:22 +0200)]
util-linux: rename .bbappend to match new oe-core version

(From meta-openembedded rev: a3cec80cd79983f21c70aeb9b5e6284ea6adad26)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agonostromo: make sure usr/group www-data exist
Joe Slater [Fri, 9 Aug 2013 17:31:20 +0000 (10:31 -0700)]
nostromo: make sure usr/group www-data exist

CQID: 422203

nostromo runs as user/group www-data and needs these
to exist when we install it.

(From meta-openembedded rev: 45777abe8780fdce62fc614c4a07d265cad18319)

Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoquagga: backport documentation patch
Joe MacDonald [Mon, 12 Aug 2013 13:00:00 +0000 (09:00 -0400)]
quagga: backport documentation patch

The latest stable quagga adopted this patch:

   http://git.savannah.gnu.org/gitweb/?p=quagga.git;a=commit;h=b58c90807c9d0bfa9601704c7490a16070906004

to repair a documentation build error.  Trivial backport.

(From meta-openembedded rev: 5c3e27684cf2ef187b2c99d7f84ea7b367061e70)

Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoiperf: Fix license
Chunrong Guo [Wed, 31 Jul 2013 02:16:56 +0000 (02:16 +0000)]
iperf: Fix license

     *the current version of Iperf has a false LICENSE set,
         so fix license with the generic BSD license

(From meta-openembedded rev: 7912bd2479b8d166b8a0347f8ff29c9be588a1f7)

Signed-off-by: Chunrong Guo <B40290@freescale.com>
Acked-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 agoqwt: install Qt Designer plugins to correct directory
Jonathan Liu [Thu, 25 Jul 2013 02:53:39 +0000 (02:53 +0000)]
qwt: install Qt Designer plugins to correct directory

(From meta-openembedded rev: 6b50a7d6621eba239380b11606110caab814eb51)

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 agopointercal-xinput: remove
Paul Eggleton [Tue, 30 Jul 2013 12:48:55 +0000 (12:48 +0000)]
pointercal-xinput: remove

This is now part of OE-Core.

(From meta-openembedded rev: f1e1260767fb5d9b7b0b5fab1617aed0b39fd0a5)

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 agoxinput-calibrator: remove
Paul Eggleton [Tue, 30 Jul 2013 12:48:54 +0000 (12:48 +0000)]
xinput-calibrator: remove

This is now part of OE-Core.

(From meta-openembedded rev: 8fd15dc24fb032e2e1668656995bc5bdc36abba8)

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 agovim: upgrade to v7.3.1314
Paul Barker [Mon, 29 Jul 2013 07:31:28 +0000 (07:31 +0000)]
vim: upgrade to v7.3.1314

This is the last patch in the vim 7.3 series, the next release will be vim 7.4.

(From meta-openembedded rev: 93dad18b991fdb65351b09c38049d124fb67d20f)

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 agopostgresql: upgrade to 9.2.4
Mihai Prica [Fri, 26 Jul 2013 14:57:26 +0000 (14:57 +0000)]
postgresql: upgrade to 9.2.4

(From meta-openembedded rev: cef9aaa744f75fbe6a254909d2fb1a942f2e0df8)

Signed-off-by: Mihai Prica <mihai.prica@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocyrus-sasl: Add patches from Debian to fix linking
Colin Walters [Wed, 24 Jul 2013 15:38:25 +0000 (11:38 -0400)]
cyrus-sasl: Add patches from Debian to fix linking

This fixes the build on at least Fedora 19 x86_64 as a host; we were
trying to link a non-PIC static object into a shared library.

(From meta-openembedded rev: 2b33380048d1d4f02e4537c369fca33e2b16eabe)

Signed-off-by: Colin Walters <walters@verbum.org>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocyrus-sasl: relocate files to package name dir
Joe MacDonald [Wed, 31 Jul 2013 14:40:24 +0000 (10:40 -0400)]
cyrus-sasl: relocate files to package name dir

A minor bit of reorganization of the cyrus-sasl recipe directory in
preparation for a build fix.

(From meta-openembedded rev: 4a192445658cb109a4c4002db2dfd997987e2083)

Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agontp: allow to run pkg_postinst_ntpdate in do_rootfs
Martin Jansa [Thu, 1 Aug 2013 07:09:26 +0000 (09:09 +0200)]
ntp: allow to run pkg_postinst_ntpdate in do_rootfs

* read-only rootfs cannot run postinsts on first boot and in this case
  it doesn't really have to as we can create cron task in do_rootfs

(From meta-openembedded rev: 24a2c46d775b956ffdfc949834af6b43e67028c4)

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 agowebmin: add from meta-baryon
Paul Eggleton [Sat, 13 Jul 2013 15:07:42 +0000 (16:07 +0100)]
webmin: add from meta-baryon

No changes.

(From meta-openembedded rev: 246bedc1c6b3e2830ca0a8fae8c30b8624f46ab2)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoebtables: Load ebtables kernel module
Mihai Prica [Fri, 26 Jul 2013 14:20:56 +0000 (17:20 +0300)]
ebtables: Load ebtables kernel module

Ebtables needs some kernel configs options to work properly. The standard yocto
kernel config includes these as modules. Add code to load the ebtables module.

(From meta-openembedded rev: fe155a77f3e64abcb2c23064fc93d0815e7d99a0)

Signed-off-by: Mihai Prica <mihai.prica@intel.com>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoconnman: Rename bbappend to match new version from oe-core
Martin Jansa [Tue, 30 Jul 2013 09:34:50 +0000 (11:34 +0200)]
connman: Rename bbappend to match new version from oe-core

(From meta-openembedded rev: 47fc1cce49936e0a1c9f083172a7fd45c7434aac)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoe-base: add module.so to PRIVATE_LIBS
Martin Jansa [Sat, 20 Jul 2013 15:51:17 +0000 (17:51 +0200)]
e-base: add module.so to PRIVATE_LIBS

* efl and e17 modules are installed in different directories and nothing is going to
  link with them -> no need to register them in shlibs providers

* see https://bugzilla.yoctoproject.org/show_bug.cgi?id=4628 for more
  details about why this WARNING about multiple shlib providers was added

(From meta-openembedded rev: eff5824e9f49bcd1b3414062de476ec9158771de)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocifs-utils: inherit pkgconfig
Martin Jansa [Tue, 23 Jul 2013 12:33:15 +0000 (14:33 +0200)]
cifs-utils: inherit pkgconfig

* it fails in do_configure without it
  configure.ac:99: error: possibly undefined macro: AC_MSG_ERROR
       If this token and others are legitimate, please use m4_pattern_allow.
       See the Autoconf documentation.
  configure.ac:140: error: possibly undefined macro: AC_MSG_WARN
  autoreconf: sysroots/x86_64-linux/usr/bin/autoconf failed with exit status: 1

(From meta-openembedded rev: 7c6e89d50dd444e25ef40bc278ccdf9ea01930d3)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoruby: add dependency on db gdbm readline
Martin Jansa [Sun, 21 Jul 2013 17:08:21 +0000 (19:08 +0200)]
ruby: add dependency on db gdbm readline

* to prevent using bunded versions

(From meta-openembedded rev: 0bc7948e5b2c3a03c681b03b40a5c3cbd6af7941)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosmbnetfs: add packageconfig for gnome-keyring
Martin Jansa [Sun, 21 Jul 2013 16:55:42 +0000 (18:55 +0200)]
smbnetfs: add packageconfig for gnome-keyring

(From meta-openembedded rev: d1da8ff0b3c223ae60f0477b63dc8bfa84a409e1)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosamba: add packageconfig for fam
Martin Jansa [Sun, 21 Jul 2013 16:52:50 +0000 (18:52 +0200)]
samba: add packageconfig for fam

(From meta-openembedded rev: 492e409d625a6e3e249e87180a6a152f775db516)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoopenldap: add dependency on util-linux
Martin Jansa [Sun, 21 Jul 2013 16:48:17 +0000 (18:48 +0200)]
openldap: add dependency on util-linux

* openldap-slapd was sometime depending on util-linux-libuuid
  add dependency to explicitly enable it

(From meta-openembedded rev: cc3b69a94b86ad39fec3140b6d56c0d86497b297)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agontfs-3g-ntfsprogs: add packageconfig for uuid
Martin Jansa [Sun, 21 Jul 2013 16:46:16 +0000 (18:46 +0200)]
ntfs-3g-ntfsprogs: add packageconfig for uuid

(From meta-openembedded rev: 59f95d2024ed92520f54d8b95da121419bcef6ed)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibgphoto2: add PACKAGECONFIG for serial
Martin Jansa [Sun, 21 Jul 2013 16:42:28 +0000 (18:42 +0200)]
libgphoto2: add PACKAGECONFIG for serial

* fixes undeterministic dependency on lockdev

(From meta-openembedded rev: c61f5fad02b49cd9e2acd7954b6b966ff54637bd)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibftdi: add PACKAGECONFIG for cpp-wrapper
Martin Jansa [Sun, 21 Jul 2013 16:37:10 +0000 (18:37 +0200)]
libftdi: add PACKAGECONFIG for cpp-wrapper

* also fixes
  WARNING: QA Issue: libftdi: The compile log indicates that host include and/or library paths were used.
           Please check the log '/OE/oe-core/tmp-eglibc/work/x86_64-oe-linux/libftdi/0.19-r1/temp/log.do_compile' for more information.

(From meta-openembedded rev: 3b315a2aebe2582688a2a66113907ad54c72e063)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agomkvtoolnix: inherit gettext and export RUBYLIB
Martin Jansa [Sun, 21 Jul 2013 11:00:12 +0000 (13:00 +0200)]
mkvtoolnix: inherit gettext and export RUBYLIB

* fails to call msgfmt in do_compile:
  MSGFMT po/cs.po
  ERROR: Function failed: do_compile (see mkvtoolnix/5.9.0-r0/temp/log.do_compile.3794 for further information)
* fails to find rubygems.rb:
  <internal:gem_prelude>:1:in `require': cannot load such file rubygems.rb (LoadError)

(From meta-openembedded rev: 5fc511458b189649197cc11680e91a2610d68415)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agox264: explicitly disable swscale
Martin Jansa [Sun, 21 Jul 2013 15:40:12 +0000 (17:40 +0200)]
x264: explicitly disable swscale

* it's creating circular dependency on libav when explicitly enabled
* and sometimes it's autodetected when x264 is rebuilt after building libav

(From meta-openembedded rev: e3f30cfa389638cd951c573352260131424e9798)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agofarsight2: add PACKAGECONFIG for gupnp
Martin Jansa [Sun, 21 Jul 2013 15:33:57 +0000 (17:33 +0200)]
farsight2: add PACKAGECONFIG for gupnp

* it's autodetected from sysroot
* add PACKAGECONFIG to make it deterministic

(From meta-openembedded rev: e44529394bb0744fb1ef2c6b4eee34b0bd1b54c1)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibnice: add PACKAGECONFIG for gupnp
Martin Jansa [Sun, 21 Jul 2013 15:20:24 +0000 (17:20 +0200)]
libnice: add PACKAGECONFIG for gupnp

* it's autodetected from sysroot
* add PACKAGECONFIG to make it deterministic

(From meta-openembedded rev: 8e50b82b2f6aa94d896916dd716c38b0191f2295)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibav: add PACKAGECONFIG for bzip2 and jack
Martin Jansa [Sun, 21 Jul 2013 15:02:13 +0000 (17:02 +0200)]
libav: add PACKAGECONFIG for bzip2 and jack

(From meta-openembedded rev: 898d33f505e21f1d2a1e5e9b916114c55ca664a3)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agousbmuxd: fix unpackaged files
Martin Jansa [Sun, 21 Jul 2013 14:25:01 +0000 (16:25 +0200)]
usbmuxd: fix unpackaged files

* WARNING: QA Issue: usbmuxd: Files/directories were installed but not shipped
  /usr/lib64
  /usr/lib64/libusbmuxd.so.1.0.8
  /usr/lib64/libusbmuxd.so.2
  /usr/lib64/libusbmuxd.so
  /usr/lib64/.debug
  /usr/lib64/pkgconfig
  /usr/lib64/.debug/libusbmuxd.so.1.0.8
  /usr/lib64/pkgconfig/libusbmuxd.pc

(From meta-openembedded rev: fbdd4039af7b4495cb4c106f52886bcd06a43aa2)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agousbmuxd: add PACKAGECONFIG for plist
Martin Jansa [Sun, 21 Jul 2013 14:01:30 +0000 (16:01 +0200)]
usbmuxd: add PACKAGECONFIG for plist

* it's autodetected from sysroot
* add PACKAGECONFIG to make it deterministic

(From meta-openembedded rev: 28903e04707a369f4ce7a5934a1de05494e54f27)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosox: add PACKAGECONFIG for magic and wavpack
Martin Jansa [Sun, 21 Jul 2013 13:56:42 +0000 (15:56 +0200)]
sox: add PACKAGECONFIG for magic and wavpack

* it's autodetected from sysroot
* add PACKAGECONFIG to make it deterministic

(From meta-openembedded rev: dee8b39cc22277acf93a0a17d3223bf910b549c2)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoquagga: add PACKAGECONFIG for capabilities
Martin Jansa [Sun, 21 Jul 2013 13:47:51 +0000 (15:47 +0200)]
quagga: add PACKAGECONFIG for capabilities

* it's autodetected from sysroot
* add PACKAGECONFIG to make it deterministic

(From meta-openembedded rev: 676a28cb6bcc8bc0ab5e532a99575b8cdfc0cbda)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolinks: add PACKAGECONFIG for bzip2, lzma
Martin Jansa [Sun, 21 Jul 2013 13:39:43 +0000 (15:39 +0200)]
links: add PACKAGECONFIG for bzip2, lzma

* it's autodetected from sysroot
* add PACKAGECONFIG to make it deterministic

(From meta-openembedded rev: b231b19711f769b2a8fa89a61000e13e9f0385cf)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibass: add PACKAGECONFIG for harfbuzz
Martin Jansa [Sun, 21 Jul 2013 13:27:26 +0000 (15:27 +0200)]
libass: add PACKAGECONFIG for harfbuzz

* it's autodetected from sysroot
* add PACKAGECONFIG to make it deterministic
* runtime dependencies for glib-2.0 harfbuzz libffi libicudata libicule libicuuc libstdc++ are added
  only when harfbuzz is detected

(From meta-openembedded rev: e1f3f99c4172c0bf98945c01e6d93ca0f6d54c62)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agokrb5: add PACKAGECONFIG for openssl and libedit
Martin Jansa [Sun, 21 Jul 2013 13:24:36 +0000 (15:24 +0200)]
krb5: add PACKAGECONFIG for openssl and libedit

* it's autodetected from sysroot
* add PACKAGECONFIG to make it deterministic

(From meta-openembedded rev: 2236f6e0807dfd3379ebde05e1e992a6edb4a30d)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agojoe: add PACKAGECONFIG for joe
Martin Jansa [Sun, 21 Jul 2013 13:21:00 +0000 (15:21 +0200)]
joe: add PACKAGECONFIG for joe

* it's autodetected from sysroot
* add PACKAGECONFIG to make it deterministic
* ncurses-libtinfo dependency is added only when ncurses is built before joe

(From meta-openembedded rev: 9a0e541470e19c56442772375b36c8dd82096103)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agojasper: add PACKAGECONFIG for jpeg
Martin Jansa [Sun, 21 Jul 2013 13:17:35 +0000 (15:17 +0200)]
jasper: add PACKAGECONFIG for jpeg

* it's autodetected from sysroot
* add PACKAGECONFIG to make it deterministic

(From meta-openembedded rev: 1baabf2c1254690578dfc3d96eb7bfa94ed7f4c5)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoinetutils: add PACKAGECONFIG for ftp and uucpd
Martin Jansa [Sun, 21 Jul 2013 13:15:47 +0000 (15:15 +0200)]
inetutils: add PACKAGECONFIG for ftp and uucpd

* readline support is autodetected from sysroot
* add PACKAGECONFIG to make it deterministic

(From meta-openembedded rev: 43d5c3ec0b0596d5f5cea1b9ba78c7015adae9cc)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agombuffer: add PACKAGECONFIG for md5
Martin Jansa [Sun, 21 Jul 2013 13:00:38 +0000 (15:00 +0200)]
mbuffer: add PACKAGECONFIG for md5

* openssl is autodetected from sysroot
* add PACKAGECONFIG to make it deterministic

(From meta-openembedded rev: 3d9dabf1441ee04fde320dbfe3d0a4ad4de93903)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agofbida: add dependency on curl libungif tiff
Martin Jansa [Sun, 21 Jul 2013 12:57:58 +0000 (14:57 +0200)]
fbida: add dependency on curl libungif tiff

* it's autodetected from sysroot
* GNUMakefile doesn't allow to use PACKAGECONFIG to explicitly disable them

(From meta-openembedded rev: 1880933223e180470796c67cb64759224625fb35)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoatftp: add PACKAGECONFIG for pcre, readline, tcp-wrapper
Martin Jansa [Sun, 21 Jul 2013 12:13:44 +0000 (14:13 +0200)]
atftp: add PACKAGECONFIG for pcre, readline, tcp-wrapper

* it's autodetected from sysroot

(From meta-openembedded rev: 59c37fd9ead07cae965922f66cb7a7d15d9ce8eb)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocifs-utils: add PACKAGECONFIG for libcap
Martin Jansa [Sun, 21 Jul 2013 12:12:47 +0000 (14:12 +0200)]
cifs-utils: add PACKAGECONFIG for libcap

* libcap is autodetected from sysroot

(From meta-openembedded rev: 29677f802dc80dadde2723d6e9c677d04ed1f674)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoloudmouth: add dependency on libidn
Martin Jansa [Sun, 21 Jul 2013 12:02:03 +0000 (14:02 +0200)]
loudmouth: add dependency on libidn

* it's autodetected from sysroot and configure doesn't allow
  to disable it explicitly
* feel free to add configure option and PACKAGECONFIG if this
  extra dependency bothers you

(From meta-openembedded rev: d4832b9919a3e61251c3ab294fdc28c0f5ffbd7d)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agorrdtool: add PACKAGECONFIG for dbi
Martin Jansa [Sun, 21 Jul 2013 11:12:09 +0000 (13:12 +0200)]
rrdtool: add PACKAGECONFIG for dbi

* dbi was autodetected from sysroot causing undeterministic builds and failures
  in lmsensors builds:
  ld: warning: libdbi.so.1, needed by sysroots/qemux86/usr/lib/librrd.so,
  not found (try using -rpath or -rpath-link)
  sysroots/qemux86/usr/lib/librrd.so: undefined reference to `dbi_result_get_string_idx'

(From meta-openembedded rev: db4e0caccab0b5bc1bc59307d6289e8bf9793bc9)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoapache2: move pidfile to run
Riku Voipio [Mon, 22 Jul 2013 14:04:54 +0000 (17:04 +0300)]
apache2: move pidfile to run

pidile was stored in /var/apache2/log which is saved over boots.
This might prevent startup of apache2 on boots. Move it to /run
where pidfiles in general belong.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoqt-creator: upgrade to 2.8.0
Jonathan Liu [Sat, 13 Jul 2013 15:35:56 +0000 (15:35 +0000)]
qt-creator: upgrade to 2.8.0

(From meta-openembedded rev: 02adda55bbb151b540ae00d57618ae6ac2b348f7)

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 agoproxy-libintl: Put .a in -dev package and allow empty main package
Khem Raj [Wed, 17 Jul 2013 15:17:15 +0000 (15:17 +0000)]
proxy-libintl: Put .a in -dev package and allow empty main package

This helps in staging the library when it is asked for
via dependencies otherwise its missing in staging sysroot
even though its built its stashed into -staticdev package

(From meta-openembedded rev: e3be93c05343e1edd8ef7e49f36a5ea7b31897db)

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 agomosh: add new recipe for version 1.2.4
Paul Eggleton [Fri, 12 Jul 2013 09:47:21 +0000 (10:47 +0100)]
mosh: add new recipe for version 1.2.4

(From meta-openembedded rev: 957eef8f929295967cf19b6e269a32daa7ba8043)

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 agolibio-pty-perl: add from OE-Classic and update
Paul Eggleton [Fri, 12 Jul 2013 09:43:59 +0000 (10:43 +0100)]
libio-pty-perl: add from OE-Classic and update

* Update to version 1.10
* Set SUMMARY instead of DESCRIPTION
* Put SRC_URI checksums under SRC_URI
* Add LIC_FILES_CHKSUM
* Make LICENSE slightly more specific and add spacing

(From meta-openembedded rev: 7785873f736a4443b171100e42520c7aad96d348)

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 agoprotobuf: add recipe from meta-virtualization and tweak
Paul Eggleton [Fri, 12 Jul 2013 09:42:42 +0000 (10:42 +0100)]
protobuf: add recipe from meta-virtualization and tweak

* Add proper SUMMARY
* Break long DESCRIPTION onto multiple lines
* Reorder some lines

(From meta-openembedded rev: 54d9e46a44ff57aafa180c835343fddaca4687df)

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 agovim: add PACKAGECONFIG for acl
Martin Jansa [Sat, 13 Jul 2013 17:29:35 +0000 (19:29 +0200)]
vim: add PACKAGECONFIG for acl

* it's autodetected from sysroot

(From meta-openembedded rev: 7772add23c7ac5bb2ab1ceb18f3f0d858b4f44b9)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agontp: add PACKAGECONFIG for libcap and readline
Martin Jansa [Sat, 13 Jul 2013 17:26:06 +0000 (19:26 +0200)]
ntp: add PACKAGECONFIG for libcap and readline

* it's autodetected from sysroot

(From meta-openembedded rev: 930eace5d75649c552f40b8ff29e2fc52c3139bd)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
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>