summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-04-13 22:49:41 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-04-15 16:23:17 +0200
commita45830a39bb47a9eab27980d52966226c9504ea4 (patch)
tree001209d9740e8668b2eeeac4212b3561aecebf29 /meta-oe
parent6f48cf899aed0622f8fb26ffa144656a1143c9c5 (diff)
downloadmeta-openembedded-a45830a39bb47a9eab27980d52966226c9504ea4.tar.gz
recipes: Unify indentation
* This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/classes/gpe.bbclass4
-rw-r--r--meta-oe/classes/vala.bbclass6
-rw-r--r--meta-oe/recipes-benchmark/bonnie/bonnie++_1.03c.bb10
-rw-r--r--meta-oe/recipes-benchmark/cpuburn/cpuburn-neon_20120610.bb10
-rw-r--r--meta-oe/recipes-benchmark/dbench/dbench_4.0.bb6
-rw-r--r--meta-oe/recipes-benchmark/fio/fio_2.0.5.bb6
-rw-r--r--meta-oe/recipes-benchmark/iozone3/iozone3_263.bb40
-rw-r--r--meta-oe/recipes-benchmark/iperf/iperf_2.0.4.bb18
-rw-r--r--meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb42
-rw-r--r--meta-oe/recipes-benchmark/memtester/memtester_4.1.3.bb14
-rw-r--r--meta-oe/recipes-benchmark/nbench-byte/nbench-byte_2.2.3.bb8
-rw-r--r--meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb4
-rw-r--r--meta-oe/recipes-connectivity/bridge-utils/bridge-utils.inc12
-rw-r--r--meta-oe/recipes-connectivity/cherokee/cherokee_1.2.98.bb16
-rw-r--r--meta-oe/recipes-connectivity/dnsmasq/dnsmasq-dbus_2.55.bb4
-rw-r--r--meta-oe/recipes-connectivity/dnsmasq/dnsmasq.inc18
-rw-r--r--meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb44
-rw-r--r--meta-oe/recipes-connectivity/gateone/gateone_git.bb18
-rw-r--r--meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb22
-rw-r--r--meta-oe/recipes-connectivity/hostapd/hostap-daemon_1.0.bb22
-rw-r--r--meta-oe/recipes-connectivity/ifuse/ifuse_1.1.2.bb2
-rw-r--r--meta-oe/recipes-connectivity/iw/iw_3.6.bb4
-rw-r--r--meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.1.4.bb4
-rw-r--r--meta-oe/recipes-connectivity/libmicrohttpd/libmicrohttpd_0.4.6.bb2
-rw-r--r--meta-oe/recipes-connectivity/libnet/libnet_1.1.5.bb2
-rw-r--r--meta-oe/recipes-connectivity/libtorrent/libtorrent_0.13.3.bb2
-rw-r--r--meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.2.0.bb52
-rw-r--r--meta-oe/recipes-connectivity/obex/openobex_1.5.bb6
-rw-r--r--meta-oe/recipes-connectivity/openvpn/openvpn.inc8
-rw-r--r--meta-oe/recipes-connectivity/openvpn/openvpn_2.1.3.bb6
-rw-r--r--meta-oe/recipes-connectivity/rfkill/rfkill_0.4.bb4
-rw-r--r--meta-oe/recipes-connectivity/rp-pppoe/rp-pppoe_3.8.bb12
-rw-r--r--meta-oe/recipes-connectivity/rtorrent/rtorrent_0.9.3.bb2
-rw-r--r--meta-oe/recipes-connectivity/samba/samba-basic.inc2
-rw-r--r--meta-oe/recipes-connectivity/samba/samba.inc76
-rw-r--r--meta-oe/recipes-connectivity/samba/samba_3.6.8.bb30
-rw-r--r--meta-oe/recipes-connectivity/uhd/uhd-firmware_003.005.002.bb10
-rw-r--r--meta-oe/recipes-connectivity/uhd/uhd_git.bb2
-rw-r--r--meta-oe/recipes-connectivity/vsftpd/vsftpd_2.3.5.bb24
-rw-r--r--meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend4
-rw-r--r--meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb6
-rw-r--r--meta-oe/recipes-core/f2fs-tools/f2fs-tools_1.1.0.bb6
-rw-r--r--meta-oe/recipes-core/fakeroot/fakeroot_1.18.4.bb8
-rw-r--r--meta-oe/recipes-core/glib-2.0/glibmm.inc8
-rw-r--r--meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb2
-rw-r--r--meta-oe/recipes-core/meta/distro-feed-configs.bb4
-rw-r--r--meta-oe/recipes-core/packagegroups/packagegroup-basic.bb32
-rw-r--r--meta-oe/recipes-core/packagegroups/packagegroup-boot.bb4
-rw-r--r--meta-oe/recipes-core/packagegroups/packagegroup-cli-tools.bb52
-rw-r--r--meta-oe/recipes-devtools/bootchart/bootchart_git.bb2
-rw-r--r--meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb58
-rw-r--r--meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb18
-rw-r--r--meta-oe/recipes-devtools/glade/glade3_3.8.2.bb2
-rw-r--r--meta-oe/recipes-devtools/lemon/lemon.inc14
-rw-r--r--meta-oe/recipes-devtools/libc-client/libc-client_2007e.bb12
-rw-r--r--meta-oe/recipes-devtools/libgee/libgee.inc8
-rw-r--r--meta-oe/recipes-devtools/ltp-ddt/ltp-ddt_0.0.4.bb50
-rw-r--r--meta-oe/recipes-devtools/ltrace/ltrace_0.5.3.bb96
-rw-r--r--meta-oe/recipes-devtools/lua/lua5.1_5.1.5.bb38
-rw-r--r--meta-oe/recipes-devtools/luajit/luajit_2.0.0.bb28
-rw-r--r--meta-oe/recipes-devtools/mercurial/mercurial-native_1.9.bb6
-rw-r--r--meta-oe/recipes-devtools/nodejs/nodejs4_0.4.12.bb30
-rw-r--r--meta-oe/recipes-devtools/nodejs/nodejs_0.8.18.bb10
-rw-r--r--meta-oe/recipes-devtools/orc/orc.inc2
-rw-r--r--meta-oe/recipes-devtools/packagekit/packagekit_0.5.6.bb14
-rw-r--r--meta-oe/recipes-devtools/php/php.inc10
-rw-r--r--meta-oe/recipes-devtools/php/php/phar-makefile.patch8
-rw-r--r--meta-oe/recipes-devtools/php/php_5.3.19.bb2
-rw-r--r--meta-oe/recipes-devtools/python/python-dateutil_1.4.1.bb4
-rw-r--r--meta-oe/recipes-devtools/python/python-mako_0.7.2.bb2
-rw-r--r--meta-oe/recipes-devtools/python/python-matplotlib_1.1.0.bb8
-rw-r--r--meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb24
-rw-r--r--meta-oe/recipes-devtools/python/python-pexpect_2.3.bb10
-rw-r--r--meta-oe/recipes-devtools/python/python-pyqt_4.9.6.bb38
-rw-r--r--meta-oe/recipes-devtools/python/python-pyserial_2.4.bb6
-rw-r--r--meta-oe/recipes-devtools/python/python-pyudev_0.16.1.bb6
-rw-r--r--meta-oe/recipes-devtools/python/python-pyusb_1.0.0a2.bb2
-rw-r--r--meta-oe/recipes-devtools/python/python-pyyaml_3.10.bb6
-rw-r--r--meta-oe/recipes-devtools/python/python-simplejson_2.2.1.bb10
-rw-r--r--meta-oe/recipes-devtools/python/python-sip_4.14.2.bb16
-rw-r--r--meta-oe/recipes-devtools/python/python-smbus_3.0.3.bb8
-rw-r--r--meta-oe/recipes-devtools/python/python-tornado_git.bb2
-rw-r--r--meta-oe/recipes-devtools/python/python-twisted_10.2.0.bb80
-rw-r--r--meta-oe/recipes-devtools/swig/swig.inc56
-rw-r--r--meta-oe/recipes-devtools/tcltk/tk_8.5.8.bb30
-rw-r--r--meta-oe/recipes-extended/atftp/atftp_git.bb8
-rw-r--r--meta-oe/recipes-extended/ddrescue/ddrescue_1.16.bb4
-rw-r--r--meta-oe/recipes-extended/dmidecode/dmidecode_2.10.bb4
-rw-r--r--meta-oe/recipes-extended/gnuplot/gnuplot_4.4.4.bb10
-rw-r--r--meta-oe/recipes-extended/hplip/hplip_3.12.6.bb6
-rw-r--r--meta-oe/recipes-extended/iotop/iotop_0.4.4.bb8
-rw-r--r--meta-oe/recipes-extended/lcdproc/lcdproc5.inc50
-rw-r--r--meta-oe/recipes-extended/lcdproc/lcdproc_0.5.5.bb8
-rw-r--r--meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb10
-rw-r--r--meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb2
-rw-r--r--meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb4
-rw-r--r--meta-oe/recipes-extended/net-snmp/net-snmp.inc56
-rw-r--r--meta-oe/recipes-extended/net-snmp/net-snmp_5.7.1.bb12
-rw-r--r--meta-oe/recipes-extended/nostromo/nostromo_1.9.5.bb2
-rw-r--r--meta-oe/recipes-extended/owfs/owfs_2.8p20.bb10
-rw-r--r--meta-oe/recipes-extended/polkit/polkit-gnome_0.102.bb4
-rw-r--r--meta-oe/recipes-extended/polkit/polkit_0.104.bb4
-rw-r--r--meta-oe/recipes-extended/redis/redis_2.6.9.bb2
-rw-r--r--meta-oe/recipes-extended/rrdtool/rrdtool_1.4.7.bb24
-rw-r--r--meta-oe/recipes-extended/rsyslog/rsyslog.inc4
-rw-r--r--meta-oe/recipes-extended/sip/sip-native_4.14.2.bb16
-rw-r--r--meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb2
-rw-r--r--meta-oe/recipes-extended/socketcan/libsocketcan_0.0.8.bb4
-rw-r--r--meta-oe/recipes-extended/subsurface/subsurface_git.bb6
-rw-r--r--meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb4
-rw-r--r--meta-oe/recipes-extended/tcsh/tcsh_6.18.01.bb42
-rw-r--r--meta-oe/recipes-extended/tmux/tmux_1.6.bb2
-rw-r--r--meta-oe/recipes-extended/uml-utilities/uml-utilities_20040406.bb6
-rw-r--r--meta-oe/recipes-extended/zram/zram_0.1.bb12
-rw-r--r--meta-oe/recipes-extended/zsh/zsh.inc4
-rw-r--r--meta-oe/recipes-gnome/gtk+/gtkmm.inc6
-rw-r--r--meta-oe/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb2
-rw-r--r--meta-oe/recipes-graphics/clutter/clutter-box2d.inc4
-rw-r--r--meta-oe/recipes-graphics/fbida/fbida_2.09.bb6
-rw-r--r--meta-oe/recipes-graphics/gimp/gimp_2.8.2.bb4
-rw-r--r--meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb8
-rw-r--r--meta-oe/recipes-graphics/lxdm/lxdm_git.bb36
-rw-r--r--meta-oe/recipes-graphics/nonworking/slim/slim_1.3.2.bb70
-rw-r--r--meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb32
-rw-r--r--meta-oe/recipes-graphics/tslib/tslib_git.bb6
-rw-r--r--meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.23.bb4
-rw-r--r--meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb2
-rw-r--r--meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb10
-rw-r--r--meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb4
-rw-r--r--meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb12
-rw-r--r--meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.6.26.bb6
-rw-r--r--meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb2
-rw-r--r--meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb10
-rw-r--r--meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb14
-rw-r--r--meta-oe/recipes-graphics/xorg-app/xterm_277.bb6
-rw-r--r--meta-oe/recipes-graphics/xorg-driver/xf86-input-mtev_git.bb4
-rw-r--r--meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_0.0.6.bb10
-rw-r--r--meta-oe/recipes-graphics/xorg-driver/xf86-video-glamo_git.bb2
-rw-r--r--meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.bb6
-rw-r--r--meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb26
-rw-r--r--meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init_2.0.bb12
-rw-r--r--meta-oe/recipes-kernel/compat-wireless/compat-wireless.inc8
-rw-r--r--meta-oe/recipes-kernel/linux/linux.inc182
-rw-r--r--meta-oe/recipes-multimedia/alsa/alsa-oss_1.0.17.bb8
-rw-r--r--meta-oe/recipes-multimedia/esound/esound_0.2.36.bb2
-rw-r--r--meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb2
-rw-r--r--meta-oe/recipes-multimedia/jack/jack_0.121.0.bb4
-rw-r--r--meta-oe/recipes-multimedia/libass/libass.inc8
-rw-r--r--meta-oe/recipes-multimedia/libav/libav.inc66
-rw-r--r--meta-oe/recipes-multimedia/libav/libav_0.8.4.bb4
-rw-r--r--meta-oe/recipes-multimedia/libmodplug/libmodplug_0.8.7.bb6
-rw-r--r--meta-oe/recipes-multimedia/libpostproc/libpostproc_git.bb30
-rw-r--r--meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.12.bb16
-rw-r--r--meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.12.bb32
-rw-r--r--meta-oe/recipes-multimedia/live555/live555.inc48
-rw-r--r--meta-oe/recipes-multimedia/mikmod/libmikmod_3.1.12.bb28
-rw-r--r--meta-oe/recipes-multimedia/mplayer/mplayer-common.bb4
-rw-r--r--meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb212
-rw-r--r--meta-oe/recipes-multimedia/nonworking/minidlna/minidlna_1.0.25.bb2
-rw-r--r--meta-oe/recipes-multimedia/v4l2apps/v4l-utils_0.8.8.bb10
-rw-r--r--meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb4
-rw-r--r--meta-oe/recipes-multimedia/vlc/vlc.inc100
-rw-r--r--meta-oe/recipes-multimedia/webm/libvpx.inc14
-rw-r--r--meta-oe/recipes-multimedia/webm/libvpx_0.9.5.bb6
-rw-r--r--meta-oe/recipes-multimedia/x264/x264_git.bb6
-rw-r--r--meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb6
-rw-r--r--meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb4
-rw-r--r--meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb30
-rw-r--r--meta-oe/recipes-navigation/navit/navit.inc54
-rw-r--r--meta-oe/recipes-navigation/omgps/omgps_svn.bb4
-rw-r--r--meta-oe/recipes-navigation/orrery/orrery_2.7.bb4
-rw-r--r--meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb28
-rw-r--r--meta-oe/recipes-qt/libconnman-qt/libconnman-qt_0.4.0.bb34
-rw-r--r--meta-oe/recipes-qt/qcanobserver/qcanobserver-socketcan_svn.bb6
-rw-r--r--meta-oe/recipes-qt/qcanobserver/qcanobserver_svn.bb18
-rw-r--r--meta-oe/recipes-qt/qextserialport/qextserialport_1.2rc.bb32
-rw-r--r--meta-oe/recipes-sato/claws-mail/claws-mail_3.9.0.bb32
-rw-r--r--meta-oe/recipes-sato/claws-mail/claws-plugin-mailmbox_1.15.bb2
-rw-r--r--meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb2
-rw-r--r--meta-oe/recipes-support/apcupsd/apcupsd_3.14.10.bb26
-rw-r--r--meta-oe/recipes-support/ca-certificates/ca-certificates-cross_20130119.bb6
-rw-r--r--meta-oe/recipes-support/ca-certificates/ca-certificates_20130119.bb26
-rw-r--r--meta-oe/recipes-support/ckermit/ckermit_301.bb50
-rw-r--r--meta-oe/recipes-support/cpufrequtils/cpufrequtils_008.bb6
-rw-r--r--meta-oe/recipes-support/cramfs/cramfs_1.1.bb8
-rw-r--r--meta-oe/recipes-support/cryptsetup/cryptsetup_1.6.1.bb2
-rw-r--r--meta-oe/recipes-support/debianutils/debianutils_2.30.bb6
-rw-r--r--meta-oe/recipes-support/devicekit/devicekit-power_014.bb8
-rw-r--r--meta-oe/recipes-support/devmem2/devmem2.bb6
-rw-r--r--meta-oe/recipes-support/dfu-util/dfu-util-native_0.4.bb8
-rw-r--r--meta-oe/recipes-support/dfu-util/dfu-util-native_svn.bb8
-rw-r--r--meta-oe/recipes-support/digitemp/digitemp_3.6.0.bb2
-rw-r--r--meta-oe/recipes-support/emacs/emacs.inc188
-rw-r--r--meta-oe/recipes-support/enca/enca_1.9.bb16
-rw-r--r--meta-oe/recipes-support/espeak/espeak-data_1.37.bb18
-rw-r--r--meta-oe/recipes-support/espeak/espeak_1.37.bb40
-rw-r--r--meta-oe/recipes-support/farsight/farsight2_0.0.22.bb6
-rw-r--r--meta-oe/recipes-support/farsight/libnice_0.0.13.bb10
-rw-r--r--meta-oe/recipes-support/fbset/fbset_2.1.bb8
-rw-r--r--meta-oe/recipes-support/fbtest/fb-test_git.bb8
-rw-r--r--meta-oe/recipes-support/fftw/fftw.inc2
-rw-r--r--meta-oe/recipes-support/fftw/fftwf_3.3.3.bb4
-rw-r--r--meta-oe/recipes-support/flite/flite.inc8
-rw-r--r--meta-oe/recipes-support/fltk/fltk_1.1.10.bb2
-rw-r--r--meta-oe/recipes-support/fuse/fuse_2.9.2.bb4
-rw-r--r--meta-oe/recipes-support/gsoap/gsoap_2.8.12.bb10
-rw-r--r--meta-oe/recipes-support/gsoap/gsoap_2.8.12.inc2
-rw-r--r--meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb10
-rw-r--r--meta-oe/recipes-support/i2c-tools/i2c-tools_3.1.0.bb14
-rw-r--r--meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb4
-rw-r--r--meta-oe/recipes-support/ipsec-tools/ipsec-tools.inc2
-rw-r--r--meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb2
-rw-r--r--meta-oe/recipes-support/libcanberra/libcanberra_0.29.bb18
-rw-r--r--meta-oe/recipes-support/libftdi/libftdi_0.19.bb4
-rw-r--r--meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.10.bb8
-rw-r--r--meta-oe/recipes-support/lm_sensors/lmsensors_3.3.3.bb6
-rw-r--r--meta-oe/recipes-support/lvm2/lvm2.inc2
-rw-r--r--meta-oe/recipes-support/lzma/lzma.inc12
-rw-r--r--meta-oe/recipes-support/maliit/maliit-framework_git.bb10
-rw-r--r--meta-oe/recipes-support/maliit/maliit-plugins_git.bb4
-rw-r--r--meta-oe/recipes-support/mbuffer/mbuffer_20091227.bb4
-rw-r--r--meta-oe/recipes-support/mime-support/mime-support_3.48.bb74
-rw-r--r--meta-oe/recipes-support/mini-iconv/mini-iconv.bb2
-rw-r--r--meta-oe/recipes-support/mysql/mysql5-native_5.1.40.bb10
-rw-r--r--meta-oe/recipes-support/mysql/mysql5_5.1.40.inc210
-rw-r--r--meta-oe/recipes-support/nmon/nmon_13g.bb6
-rw-r--r--meta-oe/recipes-support/nonworking/fftw/benchfft_3.1.bb2
-rw-r--r--meta-oe/recipes-support/nonworking/syslog-ng/syslog-ng.inc94
-rw-r--r--meta-oe/recipes-support/nonworking/syslog-ng/syslog-ng_3.2.5.bb4
-rw-r--r--meta-oe/recipes-support/opencv/opencv-samples_2.4.3.bb20
-rw-r--r--meta-oe/recipes-support/opencv/opencv_2.4.3.bb8
-rw-r--r--meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb8
-rw-r--r--meta-oe/recipes-support/p910nd/p910nd_0.95.bb6
-rw-r--r--meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb8
-rw-r--r--meta-oe/recipes-support/picocom/picocom_1.6.bb4
-rw-r--r--meta-oe/recipes-support/pidgin/pidgin.inc28
-rw-r--r--meta-oe/recipes-support/pidgin/pidgin_2.7.9.bb20
-rw-r--r--meta-oe/recipes-support/pngcheck/pngcheck_2.3.0.bb10
-rw-r--r--meta-oe/recipes-support/poppler/poppler-data_0.4.5.bb2
-rw-r--r--meta-oe/recipes-support/poppler/poppler.inc10
-rw-r--r--meta-oe/recipes-support/postgresql/postgresql.inc2
-rw-r--r--meta-oe/recipes-support/pxaregs/pxaregs_1.14.bb4
-rw-r--r--meta-oe/recipes-support/rng-tools/rng-tools_2.bb12
-rw-r--r--meta-oe/recipes-support/samsung-soc-utils/s3c24xx-gpio_svn.bb6
-rw-r--r--meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb6
-rw-r--r--meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_svn.bb10
-rw-r--r--meta-oe/recipes-support/sqlite/sqlite_2.8.17.bb42
-rw-r--r--meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb20
-rw-r--r--meta-oe/recipes-support/strongswan/strongswan_5.0.0.bb4
-rw-r--r--meta-oe/recipes-support/synergy/synergy_1.3.8.bb4
-rw-r--r--meta-oe/recipes-support/talloc/talloc_2.0.1.bb20
-rw-r--r--meta-oe/recipes-support/tbb/tbb_4.1.bb8
-rw-r--r--meta-oe/recipes-support/tcpdump/tcpdump_4.3.0.bb34
-rw-r--r--meta-oe/recipes-support/toscoterm/toscoterm_git.bb10
-rw-r--r--meta-oe/recipes-support/upower/upower_0.9.14.bb8
-rw-r--r--meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20121109.bb2
-rw-r--r--meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_1.2.5.bb4
-rw-r--r--meta-oe/recipes-support/vim/vim.inc52
-rw-r--r--meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb4
-rw-r--r--meta-oe/recipes-support/xchat/xchat_2.8.8.bb8
-rw-r--r--meta-oe/recipes-support/xfsprogs/xfsprogs_3.1.8.bb42
261 files changed, 2260 insertions, 2264 deletions
diff --git a/meta-oe/classes/gpe.bbclass b/meta-oe/classes/gpe.bbclass
index 7e042ee93..2adbd4841 100644
--- a/meta-oe/classes/gpe.bbclass
+++ b/meta-oe/classes/gpe.bbclass
@@ -7,11 +7,11 @@ SECTION ?= "gpe"
7inherit gettext 7inherit gettext
8 8
9gpe_do_compile() { 9gpe_do_compile() {
10 oe_runmake PREFIX=${prefix} 10 oe_runmake PREFIX=${prefix}
11} 11}
12 12
13gpe_do_install() { 13gpe_do_install() {
14 oe_runmake PREFIX=${prefix} DESTDIR=${D} install 14 oe_runmake PREFIX=${prefix} DESTDIR=${D} install
15} 15}
16 16
17EXPORT_FUNCTIONS do_compile do_install 17EXPORT_FUNCTIONS do_compile do_install
diff --git a/meta-oe/classes/vala.bbclass b/meta-oe/classes/vala.bbclass
index d4ba83193..c7db08cee 100644
--- a/meta-oe/classes/vala.bbclass
+++ b/meta-oe/classes/vala.bbclass
@@ -12,7 +12,7 @@ export XDG_DATA_DIRS = "${STAGING_DATADIR}"
12 12
13# Package additional files 13# Package additional files
14FILES_${PN}-dev += "\ 14FILES_${PN}-dev += "\
15 ${datadir}/vala/vapi/*.vapi \ 15 ${datadir}/vala/vapi/*.vapi \
16 ${datadir}/vala/vapi/*.deps \ 16 ${datadir}/vala/vapi/*.deps \
17 ${datadir}/gir-1.0 \ 17 ${datadir}/gir-1.0 \
18" 18"
diff --git a/meta-oe/recipes-benchmark/bonnie/bonnie++_1.03c.bb b/meta-oe/recipes-benchmark/bonnie/bonnie++_1.03c.bb
index 7a6b798bd..529be8e45 100644
--- a/meta-oe/recipes-benchmark/bonnie/bonnie++_1.03c.bb
+++ b/meta-oe/recipes-benchmark/bonnie/bonnie++_1.03c.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://copyright.txt;md5=cd4dde95a6b9d122f0a9150ae9cc3ee0"
5 5
6SRC_URI = "http://www.coker.com.au/bonnie++/bonnie++-${PV}.tgz \ 6SRC_URI = "http://www.coker.com.au/bonnie++/bonnie++-${PV}.tgz \
7 file://gcc-4.3-fixes.patch \ 7 file://gcc-4.3-fixes.patch \
8 " 8"
9SRC_URI[md5sum] = "77a1ba78f37bdd7f024b67e1e36ad151" 9SRC_URI[md5sum] = "77a1ba78f37bdd7f024b67e1e36ad151"
10SRC_URI[sha256sum] = "c674f1182f4c20f1e6d038feceb0a6617fc3e7658dfbbac89396043b49612a26" 10SRC_URI[sha256sum] = "c674f1182f4c20f1e6d038feceb0a6617fc3e7658dfbbac89396043b49612a26"
11 11
@@ -17,10 +17,10 @@ EXES = "bonnie++ zcav"
17TARGET_CC_ARCH += "${LDFLAGS}" 17TARGET_CC_ARCH += "${LDFLAGS}"
18 18
19do_install () { 19do_install () {
20 install -d ${D}/bin 20 install -d ${D}/bin
21 install -d ${D}/sbin 21 install -d ${D}/sbin
22 install -m 0755 ${EXES} ${D}/sbin 22 install -m 0755 ${EXES} ${D}/sbin
23 install -m 0755 ${SCRIPTS} ${D}/bin 23 install -m 0755 ${SCRIPTS} ${D}/bin
24} 24}
25 25
26PACKAGES =+ "bonnie-scripts" 26PACKAGES =+ "bonnie-scripts"
diff --git a/meta-oe/recipes-benchmark/cpuburn/cpuburn-neon_20120610.bb b/meta-oe/recipes-benchmark/cpuburn/cpuburn-neon_20120610.bb
index 5bc3129df..25b638888 100644
--- a/meta-oe/recipes-benchmark/cpuburn/cpuburn-neon_20120610.bb
+++ b/meta-oe/recipes-benchmark/cpuburn/cpuburn-neon_20120610.bb
@@ -17,13 +17,13 @@ SRC_URI[ssvb.sha256sum] = "bfddd3226a499ffdf71bb58c05ccdc6dac5bb2c2c3bdb10ac610e
17S = "${WORKDIR}" 17S = "${WORKDIR}"
18 18
19do_compile() { 19do_compile() {
20 ${CC} ${CFLAGS} ${LDFLAGS} burn.S -o burn 20 ${CC} ${CFLAGS} ${LDFLAGS} burn.S -o burn
21 ${CC} ${CFLAGS} ${LDFLAGS} ssvb-cpuburn-a8.S -o burn-neona8 21 ${CC} ${CFLAGS} ${LDFLAGS} ssvb-cpuburn-a8.S -o burn-neona8
22} 22}
23 23
24do_install() { 24do_install() {
25 install -d ${D}${bindir} 25 install -d ${D}${bindir}
26 install -m 0755 ${S}/burn ${D}${bindir}/burn-neon 26 install -m 0755 ${S}/burn ${D}${bindir}/burn-neon
27 install -m 0755 ${S}/burn-neona8 ${D}${bindir}/ 27 install -m 0755 ${S}/burn-neona8 ${D}${bindir}/
28} 28}
29 29
diff --git a/meta-oe/recipes-benchmark/dbench/dbench_4.0.bb b/meta-oe/recipes-benchmark/dbench/dbench_4.0.bb
index b61eb910b..5afeda2da 100644
--- a/meta-oe/recipes-benchmark/dbench/dbench_4.0.bb
+++ b/meta-oe/recipes-benchmark/dbench/dbench_4.0.bb
@@ -8,9 +8,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
8DEPENDS = "popt" 8DEPENDS = "popt"
9 9
10SRC_URI = "\ 10SRC_URI = "\
11 http://samba.org/ftp/tridge/dbench/dbench-${PV}.tar.gz \ 11 http://samba.org/ftp/tridge/dbench/dbench-${PV}.tar.gz \
12 file://destdir.patch \ 12 file://destdir.patch \
13 file://makefile.patch" 13 file://makefile.patch"
14 14
15inherit autotools 15inherit autotools
16 16
diff --git a/meta-oe/recipes-benchmark/fio/fio_2.0.5.bb b/meta-oe/recipes-benchmark/fio/fio_2.0.5.bb
index 4c086c805..e21ab6df8 100644
--- a/meta-oe/recipes-benchmark/fio/fio_2.0.5.bb
+++ b/meta-oe/recipes-benchmark/fio/fio_2.0.5.bb
@@ -21,7 +21,7 @@ S = "${WORKDIR}/git"
21EXTRA_OEMAKE = "CC='${CC}' CFLAGS='${CFLAGS}' LDFLAGS='${LDFLAGS}'" 21EXTRA_OEMAKE = "CC='${CC}' CFLAGS='${CFLAGS}' LDFLAGS='${LDFLAGS}'"
22 22
23do_install() { 23do_install() {
24 oe_runmake install DESTDIR=${D} bindir=${bindir} mandir=${mandir} 24 oe_runmake install DESTDIR=${D} bindir=${bindir} mandir=${mandir}
25 install -d ${D}/${docdir}/${PN} 25 install -d ${D}/${docdir}/${PN}
26 cp -a ${S}/examples ${D}/${docdir}/${PN}/ 26 cp -a ${S}/examples ${D}/${docdir}/${PN}/
27} 27}
diff --git a/meta-oe/recipes-benchmark/iozone3/iozone3_263.bb b/meta-oe/recipes-benchmark/iozone3/iozone3_263.bb
index c1aa7fb3e..b0e0dad44 100644
--- a/meta-oe/recipes-benchmark/iozone3/iozone3_263.bb
+++ b/meta-oe/recipes-benchmark/iozone3/iozone3_263.bb
@@ -7,9 +7,9 @@ LIC_FILES_CHKSUM = "file://iozone.c;beginline=237;endline=241;md5=ab42a6185fd044
7 7
8 8
9SRC_URI = "http://www.iozone.org/src/current/iozone3_263.tar \ 9SRC_URI = "http://www.iozone.org/src/current/iozone3_263.tar \
10 file://copyright.txt \ 10 file://copyright.txt \
11 file://fileop-arm.patch \ 11 file://fileop-arm.patch \
12 " 12"
13SRC_URI[md5sum] = "44fd88df361ec4508e10c8d6615245fa" 13SRC_URI[md5sum] = "44fd88df361ec4508e10c8d6615245fa"
14SRC_URI[sha256sum] = "920fde1a3843539570e2df4aa611e74df102e52d363c5973d5a9d15bdf976461" 14SRC_URI[sha256sum] = "920fde1a3843539570e2df4aa611e74df102e52d363c5973d5a9d15bdf976461"
15 15
@@ -23,26 +23,26 @@ EXTRA_OEMAKE = "linux CC='${CC}'"
23TARGET_CC_ARCH += "${LDFLAGS}" 23TARGET_CC_ARCH += "${LDFLAGS}"
24 24
25do_install() { 25do_install() {
26 install -d ${D}${bindir} \ 26 install -d ${D}${bindir} \
27 ${D}${mandir}/man1 \ 27 ${D}${mandir}/man1 \
28 ${D}${datadir}/doc/${PN}/examples 28 ${D}${datadir}/doc/${PN}/examples
29 29
30 install -m 0755 ${S}/iozone ${D}${bindir} 30 install -m 0755 ${S}/iozone ${D}${bindir}
31 install -m 0755 ${S}/fileop ${D}${bindir} 31 install -m 0755 ${S}/fileop ${D}${bindir}
32 install -m 0644 ${WORKDIR}/${PN}_${PV}/docs/iozone.1 ${D}${mandir}/man1/ 32 install -m 0644 ${WORKDIR}/${PN}_${PV}/docs/iozone.1 ${D}${mandir}/man1/
33 install -m 0644 ${WORKDIR}/copyright.txt ${D}${datadir}/doc/${PN}/ 33 install -m 0644 ${WORKDIR}/copyright.txt ${D}${datadir}/doc/${PN}/
34 34
35 install -m 0644 ${S}/*.dem ${D}${datadir}/doc/${PN}/examples 35 install -m 0644 ${S}/*.dem ${D}${datadir}/doc/${PN}/examples
36 install -m 0644 ${S}/client_list ${D}${datadir}/doc/${PN}/examples 36 install -m 0644 ${S}/client_list ${D}${datadir}/doc/${PN}/examples
37 install -m 0644 ${S}/Gnuplot.txt ${D}${datadir}/doc/${PN}/examples 37 install -m 0644 ${S}/Gnuplot.txt ${D}${datadir}/doc/${PN}/examples
38 38
39 install -m 0755 ${S}/Generate_Graphs ${D}${datadir}/doc/${PN}/examples 39 install -m 0755 ${S}/Generate_Graphs ${D}${datadir}/doc/${PN}/examples
40 install -m 0755 ${S}/gengnuplot.sh ${D}${datadir}/doc/${PN}/examples 40 install -m 0755 ${S}/gengnuplot.sh ${D}${datadir}/doc/${PN}/examples
41 install -m 0755 ${S}/report.pl ${D}${datadir}/doc/${PN}/examples 41 install -m 0755 ${S}/report.pl ${D}${datadir}/doc/${PN}/examples
42 42
43 install -m 0644 ${WORKDIR}/${PN}_${PV}/docs/Iozone_ps.gz ${D}${datadir}/doc/${PN}/ 43 install -m 0644 ${WORKDIR}/${PN}_${PV}/docs/Iozone_ps.gz ${D}${datadir}/doc/${PN}/
44 install -m 0644 ${WORKDIR}/${PN}_${PV}/docs/IOzone_msword_98.pdf ${D}${datadir}/doc/${PN}/ 44 install -m 0644 ${WORKDIR}/${PN}_${PV}/docs/IOzone_msword_98.pdf ${D}${datadir}/doc/${PN}/
45 install -m 0644 ${WORKDIR}/${PN}_${PV}/docs/Run_rules.doc ${D}${datadir}/doc/${PN}/ 45 install -m 0644 ${WORKDIR}/${PN}_${PV}/docs/Run_rules.doc ${D}${datadir}/doc/${PN}/
46} 46}
47 47
48FILES_${PN} += "${datadir}/doc/${PN}/copyright.txt" 48FILES_${PN} += "${datadir}/doc/${PN}/copyright.txt"
@@ -66,7 +66,7 @@ FILES_${PN} += "${datadir}/doc/${PN}/copyright.txt"
66# 66#
67# Marcin, 67# Marcin,
68# 68#
69# Re-distribution is permitted as long as the copyright is 69# Re-distribution is permitted as long as the copyright is
70# maintained and the source code is not changed. I do not 70# maintained and the source code is not changed. I do not
71# see a problem with your mods to enable fileop for Linux-arm, 71# see a problem with your mods to enable fileop for Linux-arm,
72# as these mods have been returned to the Iozone folks, 72# as these mods have been returned to the Iozone folks,
diff --git a/meta-oe/recipes-benchmark/iperf/iperf_2.0.4.bb b/meta-oe/recipes-benchmark/iperf/iperf_2.0.4.bb
index bd8bac126..810770155 100644
--- a/meta-oe/recipes-benchmark/iperf/iperf_2.0.4.bb
+++ b/meta-oe/recipes-benchmark/iperf/iperf_2.0.4.bb
@@ -5,7 +5,7 @@ LICENSE = "NewBSD"
5LIC_FILES_CHKSUM = "file://COPYING;md5=e8478eae9f479e39bc34975193360298" 5LIC_FILES_CHKSUM = "file://COPYING;md5=e8478eae9f479e39bc34975193360298"
6 6
7SRC_URI = " \ 7SRC_URI = " \
8 ${SOURCEFORGE_MIRROR}/iperf/iperf-${PV}.tar.gz \ 8 ${SOURCEFORGE_MIRROR}/iperf/iperf-${PV}.tar.gz \
9 file://000-Iperf_Fix-CPU-Usage.diff \ 9 file://000-Iperf_Fix-CPU-Usage.diff \
10 file://001-cast-to-max_size_t-instead-of-int.patch \ 10 file://001-cast-to-max_size_t-instead-of-int.patch \
11 file://003-fix-hyphen-used-as-minus-sign.patch \ 11 file://003-fix-hyphen-used-as-minus-sign.patch \
@@ -15,7 +15,7 @@ SRC_URI = " \
15 file://007-iperf-reporter-deadlock.patch \ 15 file://007-iperf-reporter-deadlock.patch \
16 file://008-numofreport.patch \ 16 file://008-numofreport.patch \
17 file://009-delayloop.patch \ 17 file://009-delayloop.patch \
18 " 18"
19 19
20 20
21SRC_URI[md5sum] = "8c5bc14cc2ea55f18f22afe3c23e3dcb" 21SRC_URI[md5sum] = "8c5bc14cc2ea55f18f22afe3c23e3dcb"
@@ -28,19 +28,19 @@ S="${WORKDIR}/iperf-${PV}"
28EXTRA_OECONF = "--exec-prefix=${STAGING_DIR_HOST}${layout_exec_prefix}" 28EXTRA_OECONF = "--exec-prefix=${STAGING_DIR_HOST}${layout_exec_prefix}"
29 29
30do_configure() { 30do_configure() {
31 export ac_cv_func_malloc_0_nonnull=yes 31 export ac_cv_func_malloc_0_nonnull=yes
32 gnu-configize 32 gnu-configize
33 oe_runconf 33 oe_runconf
34} 34}
35 35
36do_compile() { 36do_compile() {
37 cd ${WORKDIR}/iperf-${PV} 37 cd ${WORKDIR}/iperf-${PV}
38 oe_runmake 38 oe_runmake
39} 39}
40 40
41do_install() { 41do_install() {
42 cd ${WORKDIR}/iperf-${PV}/src 42 cd ${WORKDIR}/iperf-${PV}/src
43 oe_runmake DESTDIR=${D} install 43 oe_runmake DESTDIR=${D} install
44} 44}
45 45
46 46
diff --git a/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb b/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb
index 25d0a671d..31a110904 100644
--- a/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb
+++ b/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb
@@ -15,7 +15,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/lmbench/lmbench-${PV}.tgz \
15 file://update-results-script.patch \ 15 file://update-results-script.patch \
16 file://obey-ranlib.patch \ 16 file://obey-ranlib.patch \
17 file://update-config-script.patch \ 17 file://update-config-script.patch \
18 " 18"
19SRC_URI[md5sum] = "b3351a3294db66a72e2864a199d37cbf" 19SRC_URI[md5sum] = "b3351a3294db66a72e2864a199d37cbf"
20SRC_URI[sha256sum] = "cbd5777d15f44eab7666dcac418054c3c09df99826961a397d9acf43d8a2a551" 20SRC_URI[sha256sum] = "cbd5777d15f44eab7666dcac418054c3c09df99826961a397d9acf43d8a2a551"
21 21
@@ -24,32 +24,32 @@ EXTRA_OEMAKE = 'CC="${CC}" AR="${AR}" RANLIB="${RANLIB}" CFLAGS="${CFLAGS}" \
24 TARGET="${TARGET_OS}" BASE="${prefix}" MANDIR="${mandir}"' 24 TARGET="${TARGET_OS}" BASE="${prefix}" MANDIR="${mandir}"'
25 25
26do_configure() { 26do_configure() {
27 : 27 :
28} 28}
29 29
30do_compile () { 30do_compile () {
31 . ${CONFIG_SITE} 31 . ${CONFIG_SITE}
32 if [ X"$ac_cv_uint" = X"yes" ]; then 32 if [ X"$ac_cv_uint" = X"yes" ]; then
33 CFLAGS="${CFLAGS} -DHAVE_uint" 33 CFLAGS="${CFLAGS} -DHAVE_uint"
34 fi 34 fi
35 install -d ${S}/bin/${TARGET_SYS} 35 install -d ${S}/bin/${TARGET_SYS}
36 oe_runmake -C src 36 oe_runmake -C src
37} 37}
38 38
39do_install () { 39do_install () {
40 install -d ${D}${localstatedir}/run/lmbench \ 40 install -d ${D}${localstatedir}/run/lmbench \
41 ${D}${bindir} ${D}${mandir} ${D}${libdir}/lmbench \ 41 ${D}${bindir} ${D}${mandir} ${D}${libdir}/lmbench \
42 ${D}${datadir}/lmbench/scripts 42 ${D}${datadir}/lmbench/scripts
43 oe_runmake 'BASE=${D}${prefix}' \ 43 oe_runmake 'BASE=${D}${prefix}' \
44 -C src install 44 -C src install
45 mv ${D}${bindir}/line ${D}${bindir}/lm_line 45 mv ${D}${bindir}/line ${D}${bindir}/lm_line
46 install -m 0755 ${WORKDIR}/lmbench-run ${D}${bindir}/ 46 install -m 0755 ${WORKDIR}/lmbench-run ${D}${bindir}/
47 sed -i -e 's,^SHAREDIR=.*$,SHAREDIR=${datadir}/${PN},;' \ 47 sed -i -e 's,^SHAREDIR=.*$,SHAREDIR=${datadir}/${PN},;' \
48 -e 's,^BINDIR=.*$,BINDIR=${libdir}/${PN},;' \ 48 -e 's,^BINDIR=.*$,BINDIR=${libdir}/${PN},;' \
49 -e 's,^CONFIG=.*$,CONFIG=$SHAREDIR/`$SCRIPTSDIR/config`,;' \ 49 -e 's,^CONFIG=.*$,CONFIG=$SHAREDIR/`$SCRIPTSDIR/config`,;' \
50 ${D}${bindir}/lmbench-run 50 ${D}${bindir}/lmbench-run
51 install -m 0755 ${S}/scripts/lmbench ${D}${bindir} 51 install -m 0755 ${S}/scripts/lmbench ${D}${bindir}
52 install -m 0755 ${S}/scripts/* ${D}${datadir}/lmbench/scripts 52 install -m 0755 ${S}/scripts/* ${D}${datadir}/lmbench/scripts
53} 53}
54 54
55RDEPENDS_${PN} = "debianutils" 55RDEPENDS_${PN} = "debianutils"
diff --git a/meta-oe/recipes-benchmark/memtester/memtester_4.1.3.bb b/meta-oe/recipes-benchmark/memtester/memtester_4.1.3.bb
index f220553bf..5273078d5 100644
--- a/meta-oe/recipes-benchmark/memtester/memtester_4.1.3.bb
+++ b/meta-oe/recipes-benchmark/memtester/memtester_4.1.3.bb
@@ -12,14 +12,14 @@ SRC_URI[md5sum] = "e562451620cf5343016950462bc0dc38"
12SRC_URI[sha256sum] = "ac56f0b6d6d6e58bcf2a3fa7f2c9b29894f5177871f21115a1906c535106acf6" 12SRC_URI[sha256sum] = "ac56f0b6d6d6e58bcf2a3fa7f2c9b29894f5177871f21115a1906c535106acf6"
13 13
14do_compile () { 14do_compile () {
15 echo '${CC} ${CFLAGS} -DPOSIX -c' > conf-cc 15 echo '${CC} ${CFLAGS} -DPOSIX -c' > conf-cc
16 echo '${CC} ${LDFLAGS}' > conf-ld 16 echo '${CC} ${LDFLAGS}' > conf-ld
17 oe_runmake 17 oe_runmake
18} 18}
19 19
20do_install () { 20do_install () {
21 install -d ${D}${bindir} 21 install -d ${D}${bindir}
22 install -d ${D}${mandir}/man8 22 install -d ${D}${mandir}/man8
23 install -m 0755 memtester ${D}${bindir}/ 23 install -m 0755 memtester ${D}${bindir}/
24 install -m 0755 memtester.8 ${D}${mandir}/man8/ 24 install -m 0755 memtester.8 ${D}${mandir}/man8/
25} 25}
diff --git a/meta-oe/recipes-benchmark/nbench-byte/nbench-byte_2.2.3.bb b/meta-oe/recipes-benchmark/nbench-byte/nbench-byte_2.2.3.bb
index 8dd289bc6..37f3e46a7 100644
--- a/meta-oe/recipes-benchmark/nbench-byte/nbench-byte_2.2.3.bb
+++ b/meta-oe/recipes-benchmark/nbench-byte/nbench-byte_2.2.3.bb
@@ -14,11 +14,11 @@ SRC_URI[sha256sum] = "723dd073f80e9969639eb577d2af4b540fc29716b6eafdac488d8f5aed
14 14
15TARGET_CC_ARCH += "${CFLAGS} ${LDFLAGS}" 15TARGET_CC_ARCH += "${CFLAGS} ${LDFLAGS}"
16do_compile() { 16do_compile() {
17 oe_runmake 17 oe_runmake
18} 18}
19 19
20do_install () { 20do_install () {
21 install -d ${D}${bindir} 21 install -d ${D}${bindir}
22 install -m 0644 NNET.DAT ${D}${bindir}/ 22 install -m 0644 NNET.DAT ${D}${bindir}/
23 install -m 0755 nbench ${D}${bindir}/ 23 install -m 0755 nbench ${D}${bindir}/
24} 24}
diff --git a/meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb b/meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb
index 236b91393..fd04b0667 100644
--- a/meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb
+++ b/meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb
@@ -9,7 +9,7 @@ SRC_URI = "\
9 http://sourceforge.net/projects/tiobench/files/tiobench/${PV}/${P}.tar.gz \ 9 http://sourceforge.net/projects/tiobench/files/tiobench/${PV}/${P}.tar.gz \
10 file://tiobench-makefile.patch \ 10 file://tiobench-makefile.patch \
11 file://avoid-glibc-clashes.patch \ 11 file://avoid-glibc-clashes.patch \
12 " 12"
13SRC_URI[md5sum] = "bf485bf820e693c79e6bd2a38702a128" 13SRC_URI[md5sum] = "bf485bf820e693c79e6bd2a38702a128"
14SRC_URI[sha256sum] = "8ad011059a35ac70cdb5e3d3999ceee44a8e8e9078926844b0685b7ea9db2bcc" 14SRC_URI[sha256sum] = "8ad011059a35ac70cdb5e3d3999ceee44a8e8e9078926844b0685b7ea9db2bcc"
15 15
@@ -25,4 +25,4 @@ RDEPENDS_${PN} = "\
25 perl-module-getopt-long \ 25 perl-module-getopt-long \
26 perl-module-overload \ 26 perl-module-overload \
27 perl-module-strict \ 27 perl-module-strict \
28 " 28"
diff --git a/meta-oe/recipes-connectivity/bridge-utils/bridge-utils.inc b/meta-oe/recipes-connectivity/bridge-utils/bridge-utils.inc
index 75bf2a90d..3fc54ba99 100644
--- a/meta-oe/recipes-connectivity/bridge-utils/bridge-utils.inc
+++ b/meta-oe/recipes-connectivity/bridge-utils/bridge-utils.inc
@@ -10,19 +10,19 @@ inherit autotools
10EXTRA_OECONF = "--with-linux-headers=${STAGING_INCDIR}" 10EXTRA_OECONF = "--with-linux-headers=${STAGING_INCDIR}"
11 11
12do_install_append () { 12do_install_append () {
13 mv ${D}${sbindir}/brctl ${D}${sbindir}/brctl.${PN} 13 mv ${D}${sbindir}/brctl ${D}${sbindir}/brctl.${PN}
14 install -d ${D}/${datadir}/bridge-utils 14 install -d ${D}/${datadir}/bridge-utils
15 install -d ${D}/${sysconfdir}/network/if-pre-up.d 15 install -d ${D}/${sysconfdir}/network/if-pre-up.d
16 install -d ${D}/${sysconfdir}/network/if-post-down.d 16 install -d ${D}/${sysconfdir}/network/if-post-down.d
17} 17}
18 18
19DEPENDS = "sysfsutils" 19DEPENDS = "sysfsutils"
20RRECOMMENDS_${PN} = "kernel-module-bridge" 20RRECOMMENDS_${PN} = "kernel-module-bridge"
21 21
22pkg_postinst_${PN} () { 22pkg_postinst_${PN} () {
23 update-alternatives --install ${sbindir}/brctl brctl brctl.${PN} 100 23 update-alternatives --install ${sbindir}/brctl brctl brctl.${PN} 100
24} 24}
25 25
26pkg_prerm_${PN} () { 26pkg_prerm_${PN} () {
27 update-alternatives --remove brctl brctl.${PN} 27 update-alternatives --remove brctl brctl.${PN}
28} 28}
diff --git a/meta-oe/recipes-connectivity/cherokee/cherokee_1.2.98.bb b/meta-oe/recipes-connectivity/cherokee/cherokee_1.2.98.bb
index 422ebdab4..6c030a635 100644
--- a/meta-oe/recipes-connectivity/cherokee/cherokee_1.2.98.bb
+++ b/meta-oe/recipes-connectivity/cherokee/cherokee_1.2.98.bb
@@ -21,17 +21,17 @@ inherit autotools pkgconfig binconfig update-rc.d systemd
21EXTRA_OECONF = "--disable-static \ 21EXTRA_OECONF = "--disable-static \
22 --disable-nls \ 22 --disable-nls \
23 ${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam', '--disable-pam', d)} \ 23 ${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam', '--disable-pam', d)} \
24 " 24"
25 25
26do_install_append () { 26do_install_append () {
27 install -m 0755 -d ${D}${sysconfdir}/init.d 27 install -m 0755 -d ${D}${sysconfdir}/init.d
28 install -m 755 ${WORKDIR}/cherokee.init ${D}${sysconfdir}/init.d/cherokee 28 install -m 755 ${WORKDIR}/cherokee.init ${D}${sysconfdir}/init.d/cherokee
29 29
30 # clean up .la files for plugins 30 # clean up .la files for plugins
31 rm -f ${D}${libdir}/cherokee/*.la 31 rm -f ${D}${libdir}/cherokee/*.la
32 32
33 install -d ${D}${systemd_unitdir}/system 33 install -d ${D}${systemd_unitdir}/system
34 install -m 0644 ${WORKDIR}/cherokee.service ${D}${systemd_unitdir}/system 34 install -m 0644 ${WORKDIR}/cherokee.service ${D}${systemd_unitdir}/system
35} 35}
36 36
37# Put -dev near the front so we can move the .la files into it with a wildcard 37# Put -dev near the front so we can move the .la files into it with a wildcard
@@ -45,7 +45,7 @@ FILES_libcherokee-base = "${libdir}/libcherokee-base${SOLIBS}"
45CONFFILES_${PN} = " \ 45CONFFILES_${PN} = " \
46 ${sysconfdir}/cherokee/cherokee.conf \ 46 ${sysconfdir}/cherokee/cherokee.conf \
47 ${sysconfdir}/init.d/cherokee \ 47 ${sysconfdir}/init.d/cherokee \
48 " 48"
49 49
50INITSCRIPT_NAME = "cherokee" 50INITSCRIPT_NAME = "cherokee"
51INITSCRIPT_PARAMS = "defaults 91 91" 51INITSCRIPT_PARAMS = "defaults 91 91"
diff --git a/meta-oe/recipes-connectivity/dnsmasq/dnsmasq-dbus_2.55.bb b/meta-oe/recipes-connectivity/dnsmasq/dnsmasq-dbus_2.55.bb
index 896952d53..7d698c6c1 100644
--- a/meta-oe/recipes-connectivity/dnsmasq/dnsmasq-dbus_2.55.bb
+++ b/meta-oe/recipes-connectivity/dnsmasq/dnsmasq-dbus_2.55.bb
@@ -8,6 +8,6 @@ DEPENDS = "dbus"
8EXTRA_OEMAKE = "COPTS=-DHAVE_DBUS" 8EXTRA_OEMAKE = "COPTS=-DHAVE_DBUS"
9 9
10do_install_append () { 10do_install_append () {
11 install -d ${D}${sysconfdir}/dbus-1/system.d 11 install -d ${D}${sysconfdir}/dbus-1/system.d
12 install -m 644 dbus/dnsmasq.conf ${D}${sysconfdir}/dbus-1/system.d/ 12 install -m 644 dbus/dnsmasq.conf ${D}${sysconfdir}/dbus-1/system.d/
13} 13}
diff --git a/meta-oe/recipes-connectivity/dnsmasq/dnsmasq.inc b/meta-oe/recipes-connectivity/dnsmasq/dnsmasq.inc
index ef99f489c..46188a445 100644
--- a/meta-oe/recipes-connectivity/dnsmasq/dnsmasq.inc
+++ b/meta-oe/recipes-connectivity/dnsmasq/dnsmasq.inc
@@ -19,16 +19,16 @@ INITSCRIPT_NAME = "dnsmasq"
19INITSCRIPT_PARAMS = "defaults" 19INITSCRIPT_PARAMS = "defaults"
20 20
21do_install () { 21do_install () {
22 oe_runmake "PREFIX=${D}${prefix}" \ 22 oe_runmake "PREFIX=${D}${prefix}" \
23 "BINDIR=${D}${bindir}" \ 23 "BINDIR=${D}${bindir}" \
24 "MANDIR=${D}${mandir}" \ 24 "MANDIR=${D}${mandir}" \
25 install 25 install
26 install -d ${D}${sysconfdir}/ ${D}${sysconfdir}/init.d ${D}${sysconfdir}/dnsmasq.d 26 install -d ${D}${sysconfdir}/ ${D}${sysconfdir}/init.d ${D}${sysconfdir}/dnsmasq.d
27 install -m 644 ${WORKDIR}/dnsmasq.conf ${D}${sysconfdir}/ 27 install -m 644 ${WORKDIR}/dnsmasq.conf ${D}${sysconfdir}/
28 install -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/dnsmasq 28 install -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/dnsmasq
29 29
30 install -d ${D}${systemd_unitdir}/system 30 install -d ${D}${systemd_unitdir}/system
31 install -m 0644 ${WORKDIR}/dnsmasq.service ${D}${systemd_unitdir}/system 31 install -m 0644 ${WORKDIR}/dnsmasq.service ${D}${systemd_unitdir}/system
32} 32}
33 33
34CONFFILES_${PN} = "${sysconfdir}/dnsmasq.conf" 34CONFFILES_${PN} = "${sysconfdir}/dnsmasq.conf"
diff --git a/meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb b/meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb
index 3a2da3edc..095a77c1c 100644
--- a/meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb
+++ b/meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb
@@ -6,9 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a17cb0a873d252440acfdf9b3d0e7fbf"
6HOMEPAGE = "http://www.gammu.org/" 6HOMEPAGE = "http://www.gammu.org/"
7 7
8SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}/${PV}/${PN}-${PV}.tar.bz2 \ 8SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}/${PV}/${PN}-${PV}.tar.bz2 \
9 file://gammurc \ 9 file://gammurc \
10 file://gammu-smsdrc \ 10 file://gammu-smsdrc \
11 " 11"
12 12
13SRC_URI[md5sum] = "8ea16c6b3cc48097a8e62311fe0e25b9" 13SRC_URI[md5sum] = "8ea16c6b3cc48097a8e62311fe0e25b9"
14SRC_URI[sha256sum] = "de67caa102aa4c8fbed5300e5a0262e40411c4cc79f4379a8d34eed797968fc3" 14SRC_URI[sha256sum] = "de67caa102aa4c8fbed5300e5a0262e40411c4cc79f4379a8d34eed797968fc3"
@@ -16,34 +16,34 @@ SRC_URI[sha256sum] = "de67caa102aa4c8fbed5300e5a0262e40411c4cc79f4379a8d34eed797
16inherit distutils cmake gettext 16inherit distutils cmake gettext
17 17
18do_install_append() { 18do_install_append() {
19 # these files seem to only be used by symbian and trigger QA warnings 19 # these files seem to only be used by symbian and trigger QA warnings
20 rm -rf ${D}/usr/share/gammu 20 rm -rf ${D}/usr/share/gammu
21 #install default configuration files 21 #install default configuration files
22 install -d ${D}${sysconfdir} 22 install -d ${D}${sysconfdir}
23 install -m 0644 ${WORKDIR}/gammurc ${D}${sysconfdir}/gammurc 23 install -m 0644 ${WORKDIR}/gammurc ${D}${sysconfdir}/gammurc
24 install -m 0644 ${WORKDIR}/gammu-smsdrc ${D}${sysconfdir}/gammu-smsdrc 24 install -m 0644 ${WORKDIR}/gammu-smsdrc ${D}${sysconfdir}/gammu-smsdrc
25} 25}
26 26
27EXTRA_OECONF = " \ 27EXTRA_OECONF = " \
28 --enable-shared \ 28 --enable-shared \
29 --enable-backup \ 29 --enable-backup \
30 --enable-protection \ 30 --enable-protection \
31 " 31"
32 32
33EXTRA_OECMAKE = " \ 33EXTRA_OECMAKE = " \
34 -DWITH_CURL=OFF \ 34 -DWITH_CURL=OFF \
35 -DWITH_BLUETOOTH=OFF \ 35 -DWITH_BLUETOOTH=OFF \
36 -DWITH_NOKIA_SUPPORT=OFF \ 36 -DWITH_NOKIA_SUPPORT=OFF \
37 -DWITH_IRDA=OFF \ 37 -DWITH_IRDA=OFF \
38 -DWITH_PYTHON=OFF \ 38 -DWITH_PYTHON=OFF \
39 -DWITH_MySQL=ON \ 39 -DWITH_MySQL=ON \
40 -DWITH_Postgres=OFF \ 40 -DWITH_Postgres=OFF \
41 " 41"
42 42
43PACKAGES =+ "${PN}-smsd libgammu libgsmsd python-${PN}" 43PACKAGES =+ "${PN}-smsd libgammu libgsmsd python-${PN}"
44 44
45FILES_${PN} = "${bindir}/gammu ${bindir}/jadmaker ${sysconfdir}/bash_completion.d/gammu \ 45FILES_${PN} = "${bindir}/gammu ${bindir}/jadmaker ${sysconfdir}/bash_completion.d/gammu \
46 ${bindir}/gammu-detect ${sysconfdir}/gammurc" 46 ${bindir}/gammu-detect ${sysconfdir}/gammurc"
47CONFFILES_${PN} = "${sysconfdir}/gammurc" 47CONFFILES_${PN} = "${sysconfdir}/gammurc"
48FILES_${PN}-smsd = "${bindir}/gammu-smsd* ${sysconfdir}/gammu-smsdrc" 48FILES_${PN}-smsd = "${bindir}/gammu-smsd* ${sysconfdir}/gammu-smsdrc"
49CONFFILES_${PN}-smsd = "${sysconfdir}/gammu-smsdrc" 49CONFFILES_${PN}-smsd = "${sysconfdir}/gammu-smsdrc"
diff --git a/meta-oe/recipes-connectivity/gateone/gateone_git.bb b/meta-oe/recipes-connectivity/gateone/gateone_git.bb
index 355200978..39b4aff77 100644
--- a/meta-oe/recipes-connectivity/gateone/gateone_git.bb
+++ b/meta-oe/recipes-connectivity/gateone/gateone_git.bb
@@ -10,7 +10,7 @@ SRC_URI = "git://github.com/liftoff/GateOne.git \
10 file://gateone-avahi.service \ 10 file://gateone-avahi.service \
11 file://server.conf \ 11 file://server.conf \
12 file://gateone.service \ 12 file://gateone.service \
13 " 13"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
@@ -19,15 +19,15 @@ inherit distutils allarch python-dir systemd
19export prefix = "${localstatedir}/lib" 19export prefix = "${localstatedir}/lib"
20 20
21do_install_append() { 21do_install_append() {
22 install -d ${D}${localstatedir}/log/${BPN} 22 install -d ${D}${localstatedir}/log/${BPN}
23 23
24 install -m 0755 -d ${D}${sysconfdir}/avahi/services/ 24 install -m 0755 -d ${D}${sysconfdir}/avahi/services/
25 install -m 0644 ${WORKDIR}/gateone-avahi.service ${D}${sysconfdir}/avahi/services/ 25 install -m 0644 ${WORKDIR}/gateone-avahi.service ${D}${sysconfdir}/avahi/services/
26 26
27 install -m 0644 ${WORKDIR}/server.conf ${D}/var/lib/gateone/server.conf 27 install -m 0644 ${WORKDIR}/server.conf ${D}/var/lib/gateone/server.conf
28 28
29 install -d ${D}${systemd_unitdir}/system 29 install -d ${D}${systemd_unitdir}/system
30 install -m 0644 ${WORKDIR}/gateone.service ${D}${systemd_unitdir}/system 30 install -m 0644 ${WORKDIR}/gateone.service ${D}${systemd_unitdir}/system
31} 31}
32 32
33FILES_${PN} = "${localstatedir}/lib ${localstatedir}/log ${localstatedir}/volatile/log ${base_libdir} ${sysconfdir} ${PYTHON_SITEPACKAGES_DIR}" 33FILES_${PN} = "${localstatedir}/lib ${localstatedir}/log ${localstatedir}/volatile/log ${base_libdir} ${sysconfdir} ${PYTHON_SITEPACKAGES_DIR}"
@@ -60,6 +60,6 @@ RDEPENDS_${PN} = "file \
60 python-tornado \ 60 python-tornado \
61 python-unixadmin \ 61 python-unixadmin \
62 python-xml \ 62 python-xml \
63 " 63"
64 64
65SYSTEMD_SERVICE_${PN} = "gateone.service" 65SYSTEMD_SERVICE_${PN} = "gateone.service"
diff --git a/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb b/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb
index efecc64a0..edd4615aa 100644
--- a/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb
+++ b/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb
@@ -26,25 +26,25 @@ RDEPENDS_${PN} = "python-core python-audio python-threading python-codecs \
26 python-compiler python-pkgutil python-pydoc python-mmap \ 26 python-compiler python-pkgutil python-pydoc python-mmap \
27 python-netclient python-difflib \ 27 python-netclient python-difflib \
28 python-pprint python-numpy \ 28 python-pprint python-numpy \
29 " 29"
30RDEPENDS_${PN}-grc = "python-pygtk python-lxml python-cheetah" 30RDEPENDS_${PN}-grc = "python-pygtk python-lxml python-cheetah"
31 31
32C_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 32C_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
33 33
34do_configure_prepend() { 34do_configure_prepend() {
35 ${BUILD_CC} ${S}/gr-vocoder/lib/codec2/generate_codebook.c -o ${S}/gr-vocoder/lib/generate_codebook -lm 35 ${BUILD_CC} ${S}/gr-vocoder/lib/codec2/generate_codebook.c -o ${S}/gr-vocoder/lib/generate_codebook -lm
36 echo "ADD_EXECUTABLE(generate_codebook IMPORTED)" >${S}/gr-vocoder/lib/generate_codebook.txt 36 echo "ADD_EXECUTABLE(generate_codebook IMPORTED)" >${S}/gr-vocoder/lib/generate_codebook.txt
37 echo "SET_PROPERTY(TARGET generate_codebook APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)" >>${S}/gr-vocoder/lib/generate_codebook.txt 37 echo "SET_PROPERTY(TARGET generate_codebook APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)" >>${S}/gr-vocoder/lib/generate_codebook.txt
38 echo 'SET_TARGET_PROPERTIES(generate_codebook PROPERTIES IMPORTED_LOCATION_RELEASE "${S}/gr-vocoder/lib/generate_codebook")' >>${S}/gr-vocoder/lib/generate_codebook.txt 38 echo 'SET_TARGET_PROPERTIES(generate_codebook PROPERTIES IMPORTED_LOCATION_RELEASE "${S}/gr-vocoder/lib/generate_codebook")' >>${S}/gr-vocoder/lib/generate_codebook.txt
39} 39}
40 40
41do_compile_prepend() { 41do_compile_prepend() {
42 cp ${S}/gr-vocoder/lib/codec2/defines.h ${OECMAKE_BUILDPATH}/gr-vocoder/lib/codec2 42 cp ${S}/gr-vocoder/lib/codec2/defines.h ${OECMAKE_BUILDPATH}/gr-vocoder/lib/codec2
43} 43}
44 44
45PACKAGES += " \ 45PACKAGES += " \
46 ${PN}-examples \ 46 ${PN}-examples \
47 ${PN}-grc \ 47 ${PN}-grc \
48" 48"
49 49
50FILES_${PN}-grc = "${datadir}/gnuradio/grc" 50FILES_${PN}-grc = "${datadir}/gnuradio/grc"
@@ -57,7 +57,7 @@ FILES_${PN} += "${prefix}/etc/gnuradio/*"
57FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/gnuradio/.debug \ 57FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/gnuradio/.debug \
58 ${PYTHON_SITEPACKAGES_DIR}/gnuradio/*/.debug \ 58 ${PYTHON_SITEPACKAGES_DIR}/gnuradio/*/.debug \
59 ${datadir}/gnuradio/examples/*/.debug \ 59 ${datadir}/gnuradio/examples/*/.debug \
60 " 60"
61FILES_${PN}-examples = "${datadir}/gnuradio/examples" 61FILES_${PN}-examples = "${datadir}/gnuradio/examples"
62 62
63PV = "3.6.4.1" 63PV = "3.6.4.1"
@@ -96,7 +96,7 @@ EXTRA_OEMAKE = "-C ${OECMAKE_BUILDPATH}"
96 96
97# Only builds for machines with neon instructions. Problem is in upstream cmake. 97# Only builds for machines with neon instructions. Problem is in upstream cmake.
98python () { 98python () {
99 if not oe.utils.contains ('TUNE_FEATURES', 'neon', True, False, d): 99 if not oe.utils.contains ('TUNE_FEATURES', 'neon', True, False, d):
100 raise bb.parse.SkipPackage("'neon' not in TUNE_FEATURES") 100 raise bb.parse.SkipPackage("'neon' not in TUNE_FEATURES")
101} 101}
102 102
diff --git a/meta-oe/recipes-connectivity/hostapd/hostap-daemon_1.0.bb b/meta-oe/recipes-connectivity/hostapd/hostap-daemon_1.0.bb
index e62531f0b..c1cac1e3d 100644
--- a/meta-oe/recipes-connectivity/hostapd/hostap-daemon_1.0.bb
+++ b/meta-oe/recipes-connectivity/hostapd/hostap-daemon_1.0.bb
@@ -13,29 +13,29 @@ PR = "r0"
13DEFAULT_PREFERENCE = "-1" 13DEFAULT_PREFERENCE = "-1"
14 14
15SRC_URI = " \ 15SRC_URI = " \
16 http://hostap.epitest.fi/releases/hostapd-${PV}.tar.gz \ 16 http://hostap.epitest.fi/releases/hostapd-${PV}.tar.gz \
17 file://defconfig \ 17 file://defconfig \
18 file://init \ 18 file://init \
19" 19"
20 20
21S = "${WORKDIR}/hostapd-${PV}/hostapd" 21S = "${WORKDIR}/hostapd-${PV}/hostapd"
22 22
23 23
24do_configure() { 24do_configure() {
25 install -m 0644 ${WORKDIR}/defconfig ${S}/.config 25 install -m 0644 ${WORKDIR}/defconfig ${S}/.config
26} 26}
27 27
28do_compile() { 28do_compile() {
29 export CFLAGS="-MMD -O2 -Wall -g -I${STAGING_INCDIR}/libnl3" 29 export CFLAGS="-MMD -O2 -Wall -g -I${STAGING_INCDIR}/libnl3"
30 make 30 make
31} 31}
32 32
33do_install() { 33do_install() {
34 install -d ${D}${sbindir} ${D}${sysconfdir}/init.d 34 install -d ${D}${sbindir} ${D}${sysconfdir}/init.d
35 install -m 0644 ${S}/hostapd.conf ${D}${sysconfdir} 35 install -m 0644 ${S}/hostapd.conf ${D}${sysconfdir}
36 install -m 0755 ${S}/hostapd ${D}${sbindir} 36 install -m 0755 ${S}/hostapd ${D}${sbindir}
37 install -m 0755 ${S}/hostapd_cli ${D}${sbindir} 37 install -m 0755 ${S}/hostapd_cli ${D}${sbindir}
38 install -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/hostapd 38 install -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/hostapd
39} 39}
40 40
41CONFFILES_${PN} += "${sysconfdir}/hostapd.conf" 41CONFFILES_${PN} += "${sysconfdir}/hostapd.conf"
diff --git a/meta-oe/recipes-connectivity/ifuse/ifuse_1.1.2.bb b/meta-oe/recipes-connectivity/ifuse/ifuse_1.1.2.bb
index 3240cf57d..4d98bfc2e 100644
--- a/meta-oe/recipes-connectivity/ifuse/ifuse_1.1.2.bb
+++ b/meta-oe/recipes-connectivity/ifuse/ifuse_1.1.2.bb
@@ -7,7 +7,7 @@ DEPENDS = "fuse libimobiledevice"
7 7
8SRC_URI = " \ 8SRC_URI = " \
9 http://www.libimobiledevice.org/downloads/ifuse-${PV}.tar.bz2 \ 9 http://www.libimobiledevice.org/downloads/ifuse-${PV}.tar.bz2 \
10 " 10"
11 11
12SRC_URI[md5sum] = "4152526b2ac3c505cb41797d997be14d" 12SRC_URI[md5sum] = "4152526b2ac3c505cb41797d997be14d"
13SRC_URI[sha256sum] = "47835c8afb72588b3202fe0b206d7ea37a68663d9aa4eaf73f0a4bcb6215fc05" 13SRC_URI[sha256sum] = "47835c8afb72588b3202fe0b206d7ea37a68663d9aa4eaf73f0a4bcb6215fc05"
diff --git a/meta-oe/recipes-connectivity/iw/iw_3.6.bb b/meta-oe/recipes-connectivity/iw/iw_3.6.bb
index 42a43c3d2..a09339c5a 100644
--- a/meta-oe/recipes-connectivity/iw/iw_3.6.bb
+++ b/meta-oe/recipes-connectivity/iw/iw_3.6.bb
@@ -11,7 +11,7 @@ DEPENDS = "libnl pkgconfig"
11 11
12SRC_URI = "http://wireless.kernel.org/download/iw/${P}.tar.bz2 \ 12SRC_URI = "http://wireless.kernel.org/download/iw/${P}.tar.bz2 \
13 file://0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch \ 13 file://0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch \
14 " 14"
15 15
16SRC_URI[md5sum] = "1c18bfbbc8773629e5e8ac733a39540c" 16SRC_URI[md5sum] = "1c18bfbbc8773629e5e8ac733a39540c"
17SRC_URI[sha256sum] = "df11036ac11df31f44083da962a6e9c74bdea7c01c596c4b5840f948cdb6c857" 17SRC_URI[sha256sum] = "df11036ac11df31f44083da962a6e9c74bdea7c01c596c4b5840f948cdb6c857"
@@ -19,5 +19,5 @@ SRC_URI[sha256sum] = "df11036ac11df31f44083da962a6e9c74bdea7c01c596c4b5840f948cd
19EXTRA_OEMAKE = "" 19EXTRA_OEMAKE = ""
20 20
21do_install() { 21do_install() {
22 oe_runmake DESTDIR=${D} install 22 oe_runmake DESTDIR=${D} install
23} 23}
diff --git a/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.1.4.bb b/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.1.4.bb
index debb54328..045b06728 100644
--- a/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.1.4.bb
+++ b/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.1.4.bb
@@ -3,7 +3,7 @@ LICENSE = "GPLv2 & LGPLv2.1"
3LIC_FILES_CHKSUM = "\ 3LIC_FILES_CHKSUM = "\
4 file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07 \ 4 file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07 \
5 file://COPYING.LESSER;md5=6ab17b41640564434dda85c06b7124f7 \ 5 file://COPYING.LESSER;md5=6ab17b41640564434dda85c06b7124f7 \
6 " 6"
7 7
8HOMEPAGE ="http://www.libimobiledevice.org/" 8HOMEPAGE ="http://www.libimobiledevice.org/"
9 9
@@ -11,7 +11,7 @@ DEPENDS = "libplist usbmuxd libtasn1 gnutls libgcrypt"
11 11
12SRC_URI = " \ 12SRC_URI = " \
13 http://www.libimobiledevice.org/downloads/libimobiledevice-${PV}.tar.bz2 \ 13 http://www.libimobiledevice.org/downloads/libimobiledevice-${PV}.tar.bz2 \
14 " 14"
15 15
16SRC_URI[md5sum] = "3f28cbc6a2e30d34685049c0abde5183" 16SRC_URI[md5sum] = "3f28cbc6a2e30d34685049c0abde5183"
17SRC_URI[sha256sum] = "67499cfaa6172f566ee6b0783605acffe484fb7ddc3b09881ab7ac58667ee5b8" 17SRC_URI[sha256sum] = "67499cfaa6172f566ee6b0783605acffe484fb7ddc3b09881ab7ac58667ee5b8"
diff --git a/meta-oe/recipes-connectivity/libmicrohttpd/libmicrohttpd_0.4.6.bb b/meta-oe/recipes-connectivity/libmicrohttpd/libmicrohttpd_0.4.6.bb
index 134e2e5fe..ebaa48536 100644
--- a/meta-oe/recipes-connectivity/libmicrohttpd/libmicrohttpd_0.4.6.bb
+++ b/meta-oe/recipes-connectivity/libmicrohttpd/libmicrohttpd_0.4.6.bb
@@ -12,5 +12,5 @@ SRC_URI[sha256sum] = "0cb09e26678d1531a4fd40a748abff5142bfdad3ae11cfe3bb7ad7317a
12inherit autotools lib_package 12inherit autotools lib_package
13 13
14do_compile_append() { 14do_compile_append() {
15 sed -i s:-L${STAGING_LIBDIR}::g libmicrohttpd.pc 15 sed -i s:-L${STAGING_LIBDIR}::g libmicrohttpd.pc
16} 16}
diff --git a/meta-oe/recipes-connectivity/libnet/libnet_1.1.5.bb b/meta-oe/recipes-connectivity/libnet/libnet_1.1.5.bb
index ec426a552..1020fd2c4 100644
--- a/meta-oe/recipes-connectivity/libnet/libnet_1.1.5.bb
+++ b/meta-oe/recipes-connectivity/libnet/libnet_1.1.5.bb
@@ -20,5 +20,5 @@ S = "${WORKDIR}/${PN}-${PV}"
20inherit autotools binconfig 20inherit autotools binconfig
21 21
22do_configure_prepend() { 22do_configure_prepend() {
23 rm -f aclocal.m4 Makefile.am ltmain.sh 23 rm -f aclocal.m4 Makefile.am ltmain.sh
24} 24}
diff --git a/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.13.3.bb b/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.13.3.bb
index ecc254fc1..a7f81e66f 100644
--- a/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.13.3.bb
+++ b/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.13.3.bb
@@ -8,7 +8,7 @@ DEPENDS = "libsigc++-2.0 openssl cppunit"
8 8
9SRC_URI = "http://libtorrent.rakshasa.no/downloads/${PN}-${PV}.tar.gz \ 9SRC_URI = "http://libtorrent.rakshasa.no/downloads/${PN}-${PV}.tar.gz \
10 file://don-t-run-code-while-configuring-package.patch \ 10 file://don-t-run-code-while-configuring-package.patch \
11 " 11"
12 12
13SRC_URI[md5sum] = "e94f6c590bb02aaf4d58618f738a85f2" 13SRC_URI[md5sum] = "e94f6c590bb02aaf4d58618f738a85f2"
14SRC_URI[sha256sum] = "34317d6783b7f8d0805274c9467475b5432a246c0de8e28fc16e3b0b43f35677" 14SRC_URI[sha256sum] = "34317d6783b7f8d0805274c9467475b5432a246c0de8e28fc16e3b0b43f35677"
diff --git a/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.2.0.bb b/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.2.0.bb
index cc6abd722..e63955d5d 100644
--- a/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.2.0.bb
+++ b/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.2.0.bb
@@ -23,12 +23,12 @@ SRC_URI[sha256sum] = "a178ed2f0b5a1045ec47b217ea531d0feba9208f6bcfe64b701174a5c1
23S = "${WORKDIR}/NetworkManager-${PV}" 23S = "${WORKDIR}/NetworkManager-${PV}"
24 24
25EXTRA_OECONF = " \ 25EXTRA_OECONF = " \
26 --with-distro=debian \ 26 --with-distro=debian \
27 --with-crypto=gnutls \ 27 --with-crypto=gnutls \
28 --disable-more-warnings \ 28 --disable-more-warnings \
29 --with-dhclient=${base_sbindir}/dhclient \ 29 --with-dhclient=${base_sbindir}/dhclient \
30 --with-iptables=${sbindir}/iptables \ 30 --with-iptables=${sbindir}/iptables \
31 --with-tests \ 31 --with-tests \
32" 32"
33 33
34EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemdsystemunitdir=${systemd_unitdir}/system/', '--without-systemdsystemunitdir', d)}" 34EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemdsystemunitdir=${systemd_unitdir}/system/', '--without-systemdsystemunitdir', d)}"
@@ -42,21 +42,21 @@ do_configure_prepend() {
42 42
43# Work around dbus permission problems since we lack a proper at_console 43# Work around dbus permission problems since we lack a proper at_console
44do_install_prepend() { 44do_install_prepend() {
45 sed -i -e s:deny:allow:g ${S}/src/NetworkManager.conf 45 sed -i -e s:deny:allow:g ${S}/src/NetworkManager.conf
46 sed -i -e s:deny:allow:g ${S}/callouts/nm-dispatcher.conf 46 sed -i -e s:deny:allow:g ${S}/callouts/nm-dispatcher.conf
47} 47}
48 48
49do_install_append () { 49do_install_append () {
50 install -d ${D}/etc/dbus-1/event.d 50 install -d ${D}/etc/dbus-1/event.d
51 # Additional test binaries 51 # Additional test binaries
52 install -d ${D}/usr/bin 52 install -d ${D}/usr/bin
53 install -m 0755 ${S}/test/.libs/libnm* ${D}/usr/bin 53 install -m 0755 ${S}/test/.libs/libnm* ${D}/usr/bin
54 54
55 install -d ${D}/etc/NetworkManager/ 55 install -d ${D}/etc/NetworkManager/
56 56
57 # Install an empty VPN folder as nm-connection-editor will happily segfault without it :o. 57 # Install an empty VPN folder as nm-connection-editor will happily segfault without it :o.
58 # With or without VPN support built in ;). 58 # With or without VPN support built in ;).
59 install -d ${D}/etc/NetworkManager/VPN 59 install -d ${D}/etc/NetworkManager/VPN
60} 60}
61 61
62PACKAGES =+ "libnmutil libnmglib libnmglib-vpn ${PN}-tests" 62PACKAGES =+ "libnmutil libnmglib libnmglib-vpn ${PN}-tests"
@@ -66,23 +66,23 @@ FILES_libnmglib += "${libdir}/libnm_glib.so.*"
66FILES_libnmglib-vpn += "${libdir}/libnm_glib_vpn.so.*" 66FILES_libnmglib-vpn += "${libdir}/libnm_glib_vpn.so.*"
67 67
68FILES_${PN} += " \ 68FILES_${PN} += " \
69 ${libexecdir} \ 69 ${libexecdir} \
70 ${libdir}/pppd/*/nm-pppd-plugin.so \ 70 ${libdir}/pppd/*/nm-pppd-plugin.so \
71 ${libdir}/NetworkManager/*.so \ 71 ${libdir}/NetworkManager/*.so \
72 ${datadir}/polkit-1 \ 72 ${datadir}/polkit-1 \
73 ${datadir}/dbus-1 \ 73 ${datadir}/dbus-1 \
74 ${base_libdir}/udev/* \ 74 ${base_libdir}/udev/* \
75 ${systemd_unitdir}/system/NetworkManager-wait-online.service \ 75 ${systemd_unitdir}/system/NetworkManager-wait-online.service \
76" 76"
77 77
78RRECOMMENDS_${PN} += "iptables" 78RRECOMMENDS_${PN} += "iptables"
79RCONFLICTS_${PN} = "connman" 79RCONFLICTS_${PN} = "connman"
80RDEPENDS_${PN} = "wpa-supplicant dhcp-client \ 80RDEPENDS_${PN} = "wpa-supplicant dhcp-client \
81 ${@base_contains('COMBINED_FEATURES', '3gmodem', 'ppp', '', d)} \ 81 ${@base_contains('COMBINED_FEATURES', '3gmodem', 'ppp', '', d)} \
82 " 82"
83 83
84FILES_${PN}-dbg += "${libdir}/NetworkManager/.debug/ \ 84FILES_${PN}-dbg += "${libdir}/NetworkManager/.debug/ \
85 ${libdir}/pppd/*/.debug/ " 85 ${libdir}/pppd/*/.debug/ "
86 86
87FILES_${PN}-dev += "${datadir}/NetworkManager/gdb-cmd \ 87FILES_${PN}-dev += "${datadir}/NetworkManager/gdb-cmd \
88 ${libdir}/pppd/*/*.la \ 88 ${libdir}/pppd/*/*.la \
diff --git a/meta-oe/recipes-connectivity/obex/openobex_1.5.bb b/meta-oe/recipes-connectivity/obex/openobex_1.5.bb
index d08420c3a..c62c5aab3 100644
--- a/meta-oe/recipes-connectivity/obex/openobex_1.5.bb
+++ b/meta-oe/recipes-connectivity/obex/openobex_1.5.bb
@@ -6,7 +6,7 @@ DEPENDS = "virtual/libusb0 bluez4"
6LICENSE = "GPLv2 & LGPLv2.1" 6LICENSE = "GPLv2 & LGPLv2.1"
7LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ 7LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
8 file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \ 8 file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \
9 " 9"
10 10
11SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/openobex-${PV}.tar.gz \ 11SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/openobex-${PV}.tar.gz \
12 file://disable-cable-test.patch \ 12 file://disable-cable-test.patch \
@@ -21,8 +21,8 @@ EXTRA_OECONF = "--enable-apps --enable-syslog --enable-dump \
21 --with-usb=${STAGING_LIBDIR}/.. --with-bluez=${STAGING_LIBDIR}/.." 21 --with-usb=${STAGING_LIBDIR}/.. --with-bluez=${STAGING_LIBDIR}/.."
22 22
23do_install_append() { 23do_install_append() {
24 install -d ${D}${datadir}/aclocal 24 install -d ${D}${datadir}/aclocal
25 install -m 0644 ${S}/openobex.m4 ${D}${datadir}/aclocal 25 install -m 0644 ${S}/openobex.m4 ${D}${datadir}/aclocal
26} 26}
27 27
28PACKAGES += "openobex-apps" 28PACKAGES += "openobex-apps"
diff --git a/meta-oe/recipes-connectivity/openvpn/openvpn.inc b/meta-oe/recipes-connectivity/openvpn/openvpn.inc
index 50483ea4b..61f91a3ea 100644
--- a/meta-oe/recipes-connectivity/openvpn/openvpn.inc
+++ b/meta-oe/recipes-connectivity/openvpn/openvpn.inc
@@ -8,7 +8,7 @@ RRECOMMENDS_${PN} = "kernel-module-tun"
8INC_PR = "r2" 8INC_PR = "r2"
9 9
10SRC_URI = "http://openvpn.net/release/openvpn-${PV}.tar.gz \ 10SRC_URI = "http://openvpn.net/release/openvpn-${PV}.tar.gz \
11 file://openvpn" 11 file://openvpn"
12S = "${WORKDIR}/openvpn-${PV}" 12S = "${WORKDIR}/openvpn-${PV}"
13 13
14CFLAGS += "-fno-inline" 14CFLAGS += "-fno-inline"
@@ -16,7 +16,7 @@ CFLAGS += "-fno-inline"
16inherit autotools 16inherit autotools
17 17
18do_install_append() { 18do_install_append() {
19 install -d ${D}/${sysconfdir}/init.d 19 install -d ${D}/${sysconfdir}/init.d
20 install -d ${D}/${sysconfdir}/openvpn 20 install -d ${D}/${sysconfdir}/openvpn
21 install -m 755 ${WORKDIR}/openvpn ${D}/${sysconfdir}/init.d 21 install -m 755 ${WORKDIR}/openvpn ${D}/${sysconfdir}/init.d
22} 22}
diff --git a/meta-oe/recipes-connectivity/openvpn/openvpn_2.1.3.bb b/meta-oe/recipes-connectivity/openvpn/openvpn_2.1.3.bb
index 34567bc59..594b2666c 100644
--- a/meta-oe/recipes-connectivity/openvpn/openvpn_2.1.3.bb
+++ b/meta-oe/recipes-connectivity/openvpn/openvpn_2.1.3.bb
@@ -17,9 +17,9 @@ CFLAGS += "-fno-inline"
17EXTRA_OECONF += "--enable-password-save" 17EXTRA_OECONF += "--enable-password-save"
18 18
19do_install_append() { 19do_install_append() {
20 install -d ${D}/${sysconfdir}/init.d 20 install -d ${D}/${sysconfdir}/init.d
21 install -d ${D}/${sysconfdir}/openvpn 21 install -d ${D}/${sysconfdir}/openvpn
22 install -m 755 ${WORKDIR}/openvpn ${D}/${sysconfdir}/init.d 22 install -m 755 ${WORKDIR}/openvpn ${D}/${sysconfdir}/init.d
23} 23}
24 24
25SRC_URI[md5sum] = "7486d3e270ba4b033e311d3e022a0ad7" 25SRC_URI[md5sum] = "7486d3e270ba4b033e311d3e022a0ad7"
diff --git a/meta-oe/recipes-connectivity/rfkill/rfkill_0.4.bb b/meta-oe/recipes-connectivity/rfkill/rfkill_0.4.bb
index 430cf65bf..f90736dff 100644
--- a/meta-oe/recipes-connectivity/rfkill/rfkill_0.4.bb
+++ b/meta-oe/recipes-connectivity/rfkill/rfkill_0.4.bb
@@ -12,10 +12,10 @@ SRC_URI[md5sum] = "727892c0fb35c80ee3849fbe89b45350"
12SRC_URI[sha256sum] = "ca10e4827a5f0a36e093aee6ad81b5febf81f8097d7d858889ac51ff364168c1" 12SRC_URI[sha256sum] = "ca10e4827a5f0a36e093aee6ad81b5febf81f8097d7d858889ac51ff364168c1"
13 13
14do_compile() { 14do_compile() {
15 oe_runmake 15 oe_runmake
16} 16}
17do_install() { 17do_install() {
18 oe_runmake DESTDIR=${D} install 18 oe_runmake DESTDIR=${D} install
19} 19}
20 20
21inherit update-alternatives 21inherit update-alternatives
diff --git a/meta-oe/recipes-connectivity/rp-pppoe/rp-pppoe_3.8.bb b/meta-oe/recipes-connectivity/rp-pppoe/rp-pppoe_3.8.bb
index 7deac84e3..cbb472168 100644
--- a/meta-oe/recipes-connectivity/rp-pppoe/rp-pppoe_3.8.bb
+++ b/meta-oe/recipes-connectivity/rp-pppoe/rp-pppoe_3.8.bb
@@ -22,12 +22,12 @@ SRC_URI = "http://www.roaringpenguin.com/files/download/${P}.tar.gz \
22inherit autotools update-rc.d 22inherit autotools update-rc.d
23 23
24do_install() { 24do_install() {
25 # Install init script and default settings 25 # Install init script and default settings
26 install -m 0755 -d ${D}${sysconfdir}/default ${D}${sysconfdir}/init.d 26 install -m 0755 -d ${D}${sysconfdir}/default ${D}${sysconfdir}/init.d
27 install -m 0644 ${WORKDIR}/pppoe-server.default ${D}${sysconfdir}/default/pppoe-server 27 install -m 0644 ${WORKDIR}/pppoe-server.default ${D}${sysconfdir}/default/pppoe-server
28 install -m 0755 ${WORKDIR}/pppoe-server.init ${D}${sysconfdir}/init.d/pppoe-server 28 install -m 0755 ${WORKDIR}/pppoe-server.init ${D}${sysconfdir}/init.d/pppoe-server
29 # Install 29 # Install
30 oe_runmake -C ${S} RPM_INSTALL_ROOT=${D} docdir=${docdir} install 30 oe_runmake -C ${S} RPM_INSTALL_ROOT=${D} docdir=${docdir} install
31} 31}
32 32
33# Insert server package before main package 33# Insert server package before main package
diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.9.3.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.9.3.bb
index b460444f7..e391e7c65 100644
--- a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.9.3.bb
+++ b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.9.3.bb
@@ -7,7 +7,7 @@ DEPENDS = "libsigc++-2.0 curl cppunit libtorrent"
7 7
8SRC_URI = "http://libtorrent.rakshasa.no/downloads/${PN}-${PV}.tar.gz \ 8SRC_URI = "http://libtorrent.rakshasa.no/downloads/${PN}-${PV}.tar.gz \
9 file://don-t-run-code-while-configuring-package.patch \ 9 file://don-t-run-code-while-configuring-package.patch \
10 " 10"
11 11
12SRC_URI[md5sum] = "0bf2f262faa8c8c8d3b11ce286ea2bf2" 12SRC_URI[md5sum] = "0bf2f262faa8c8c8d3b11ce286ea2bf2"
13SRC_URI[sha256sum] = "9e93ca41beb1afe74ad7ad8013e0d53ae3586c9b0e97263d722f721535cc7310" 13SRC_URI[sha256sum] = "9e93ca41beb1afe74ad7ad8013e0d53ae3586c9b0e97263d722f721535cc7310"
diff --git a/meta-oe/recipes-connectivity/samba/samba-basic.inc b/meta-oe/recipes-connectivity/samba/samba-basic.inc
index 05a5b3a45..d0fa8e603 100644
--- a/meta-oe/recipes-connectivity/samba/samba-basic.inc
+++ b/meta-oe/recipes-connectivity/samba/samba-basic.inc
@@ -1,6 +1,6 @@
1SRC_URI += "file://config-lfs.patch \ 1SRC_URI += "file://config-lfs.patch \
2 file://quota.patch;striplevel=0 \ 2 file://quota.patch;striplevel=0 \
3 " 3"
4 4
5EXTRA_OECONF += "\ 5EXTRA_OECONF += "\
6 --enable-nss-wrapper \ 6 --enable-nss-wrapper \
diff --git a/meta-oe/recipes-connectivity/samba/samba.inc b/meta-oe/recipes-connectivity/samba/samba.inc
index 42ddce5a1..0e4877c0c 100644
--- a/meta-oe/recipes-connectivity/samba/samba.inc
+++ b/meta-oe/recipes-connectivity/samba/samba.inc
@@ -8,7 +8,7 @@ SRC_URI = "http://samba.org/samba/ftp/stable/samba-${PV}.tar.gz \
8 file://init.samba \ 8 file://init.samba \
9 file://init.winbind \ 9 file://init.winbind \
10 file://tdb.pc \ 10 file://tdb.pc \
11 " 11"
12 12
13S = "${WORKDIR}/samba-${PV}/source" 13S = "${WORKDIR}/samba-${PV}/source"
14 14
@@ -49,51 +49,51 @@ INITSCRIPT_PARAMS = "defaults"
49CONFFILES_${PN} = "${sysconfdir}/samba/smb.conf" 49CONFFILES_${PN} = "${sysconfdir}/samba/smb.conf"
50 50
51do_configure_prepend () { 51do_configure_prepend () {
52 ./script/mkversion.sh 52 ./script/mkversion.sh
53 if [ ! -e acinclude.m4 ]; then 53 if [ ! -e acinclude.m4 ]; then
54 touch aclocal.m4 54 touch aclocal.m4
55 cat aclocal.m4 > acinclude.m4 55 cat aclocal.m4 > acinclude.m4
56 fi 56 fi
57} 57}
58 58
59do_compile () { 59do_compile () {
60 oe_runmake proto_exists 60 oe_runmake proto_exists
61 base_do_compile 61 base_do_compile
62} 62}
63 63
64do_install_append() { 64do_install_append() {
65 install -d ${D}${libdir}/pkgconfig/ 65 install -d ${D}${libdir}/pkgconfig/
66 cp ${WORKDIR}/tdb.pc ${D}${libdir}/pkgconfig/ 66 cp ${WORKDIR}/tdb.pc ${D}${libdir}/pkgconfig/
67 mv ${D}${libdir}/libsmbclient.so ${D}${libdir}/libsmbclient.so.0 || true 67 mv ${D}${libdir}/libsmbclient.so ${D}${libdir}/libsmbclient.so.0 || true
68 ln -sf libsmbclient.so.0 ${D}${libdir}/libsmbclient.so 68 ln -sf libsmbclient.so.0 ${D}${libdir}/libsmbclient.so
69 mkdir -p ${D}${base_sbindir} 69 mkdir -p ${D}${base_sbindir}
70 rm -f ${D}${bindir}/*.old 70 rm -f ${D}${bindir}/*.old
71 rm -f ${D}${sbindir}/*.old 71 rm -f ${D}${sbindir}/*.old
72 [ -f ${D}${sbindir}/mount.cifs ] && mv ${D}${sbindir}/mount.cifs ${D}${base_sbindir}/ 72 [ -f ${D}${sbindir}/mount.cifs ] && mv ${D}${sbindir}/mount.cifs ${D}${base_sbindir}/
73 [ -f ${D}${sbindir}/umount.cifs ] && mv ${D}${sbindir}/umount.cifs ${D}${base_sbindir}/ 73 [ -f ${D}${sbindir}/umount.cifs ] && mv ${D}${sbindir}/umount.cifs ${D}${base_sbindir}/
74 74
75 # This is needed for < 3.2.4 75 # This is needed for < 3.2.4
76 rm -f ${D}${sbindir}/mount.smbfs ${D}${base_sbindir}/mount.smbfs 76 rm -f ${D}${sbindir}/mount.smbfs ${D}${base_sbindir}/mount.smbfs
77 if [ -f ${D}${bindir}/smbmount ]; then 77 if [ -f ${D}${bindir}/smbmount ]; then
78 ln -sf ${bindir}/smbmount ${D}${base_sbindir}/mount.smb 78 ln -sf ${bindir}/smbmount ${D}${base_sbindir}/mount.smb
79 ln -sf ${bindir}/smbmount ${D}${base_sbindir}/mount.smbfs 79 ln -sf ${bindir}/smbmount ${D}${base_sbindir}/mount.smbfs
80 fi 80 fi
81 81
82 install -D -m 755 ${WORKDIR}/init.samba ${D}${sysconfdir}/init.d/samba 82 install -D -m 755 ${WORKDIR}/init.samba ${D}${sysconfdir}/init.d/samba
83 install -D -m 755 ${WORKDIR}/init.winbind ${D}${sysconfdir}/init.d/winbind 83 install -D -m 755 ${WORKDIR}/init.winbind ${D}${sysconfdir}/init.d/winbind
84 install -D -m 644 ${WORKDIR}/smb.conf ${D}${sysconfdir}/samba/smb.conf 84 install -D -m 644 ${WORKDIR}/smb.conf ${D}${sysconfdir}/samba/smb.conf
85 install -D -m 644 ${WORKDIR}/volatiles.03_samba ${D}${sysconfdir}/default/volatiles/volatiles.03_samba 85 install -D -m 644 ${WORKDIR}/volatiles.03_samba ${D}${sysconfdir}/default/volatiles/volatiles.03_samba
86 install -d ${D}/var/log/samba 86 install -d ${D}/var/log/samba
87 install -d ${D}/var/spool/samba 87 install -d ${D}/var/spool/samba
88 88
89 # Install other stuff not installed by "make install" 89 # Install other stuff not installed by "make install"
90 if [ -d ${WORKDIR}/${PN}-${PV}/nsswitch ]; then 90 if [ -d ${WORKDIR}/${PN}-${PV}/nsswitch ]; then
91 install -m 0644 ${WORKDIR}/${PN}-${PV}/nsswitch/libnss_winbind.so ${D}${libdir}/libnss_winbind.so.2 91 install -m 0644 ${WORKDIR}/${PN}-${PV}/nsswitch/libnss_winbind.so ${D}${libdir}/libnss_winbind.so.2
92 install -m 0644 ${WORKDIR}/${PN}-${PV}/nsswitch/libnss_wins.so ${D}${libdir}/libnss_wins.so.2 92 install -m 0644 ${WORKDIR}/${PN}-${PV}/nsswitch/libnss_wins.so ${D}${libdir}/libnss_wins.so.2
93 fi 93 fi
94 94
95 rmdir --ignore-fail-on-non-empty ${D}${base_sbindir} 95 rmdir --ignore-fail-on-non-empty ${D}${base_sbindir}
96 sed -i -e '1s,#!.*perl,#!${USRBINPATH}/env perl,' ${D}${bindir}/findsmb 96 sed -i -e '1s,#!.*perl,#!${USRBINPATH}/env perl,' ${D}${bindir}/findsmb
97} 97}
98 98
99 99
@@ -102,8 +102,8 @@ pkg_postinst_libnss-winbind () {
102 # add wins to the list of resolvers 102 # add wins to the list of resolvers
103 ns=$D${sysconfdir}/nsswitch.conf 103 ns=$D${sysconfdir}/nsswitch.conf
104 if ! grep "hosts:.*wins" $ns > /dev/null; then 104 if ! grep "hosts:.*wins" $ns > /dev/null; then
105 hosts="`grep '^hosts:' $ns`" 105 hosts="`grep '^hosts:' $ns`"
106 hosts=`echo "$hosts" | sed 's/\[/\\\\[/g; s/\]/\\\\]/g'` 106 hosts=`echo "$hosts" | sed 's/\[/\\\\[/g; s/\]/\\\\]/g'`
107 sed -i "s/$hosts/$hosts wins/" "$ns" 107 sed -i "s/$hosts/$hosts wins/" "$ns"
108 fi 108 fi
109} 109}
diff --git a/meta-oe/recipes-connectivity/samba/samba_3.6.8.bb b/meta-oe/recipes-connectivity/samba/samba_3.6.8.bb
index 35d20c5f0..6608240d2 100644
--- a/meta-oe/recipes-connectivity/samba/samba_3.6.8.bb
+++ b/meta-oe/recipes-connectivity/samba/samba_3.6.8.bb
@@ -36,24 +36,24 @@ SRC_URI[sha256sum] = "4f5a171a8d902c6b4f822ed875c51eb8339196d9ccf0ecd7f6521c966b
36S = "${WORKDIR}/samba-${PV}/source3" 36S = "${WORKDIR}/samba-${PV}/source3"
37 37
38EXTRA_OECONF += "\ 38EXTRA_OECONF += "\
39 ac_cv_path_PYTHON=/not/exist \ 39 ac_cv_path_PYTHON=/not/exist \
40 ac_cv_path_PYTHON_CONFIG=/not/exist \ 40 ac_cv_path_PYTHON_CONFIG=/not/exist \
41 SMB_BUILD_CC_NEGATIVE_ENUM_VALUES=yes \ 41 SMB_BUILD_CC_NEGATIVE_ENUM_VALUES=yes \
42 samba_cv_CC_NEGATIVE_ENUM_VALUES=yes \ 42 samba_cv_CC_NEGATIVE_ENUM_VALUES=yes \
43 linux_getgrouplist_ok=no \ 43 linux_getgrouplist_ok=no \
44 samba_cv_HAVE_BROKEN_GETGROUPS=no \ 44 samba_cv_HAVE_BROKEN_GETGROUPS=no \
45 samba_cv_HAVE_FTRUNCATE_EXTEND=yes \ 45 samba_cv_HAVE_FTRUNCATE_EXTEND=yes \
46 samba_cv_have_setresuid=yes \ 46 samba_cv_have_setresuid=yes \
47 samba_cv_have_setresgid=yes \ 47 samba_cv_have_setresgid=yes \
48 samba_cv_HAVE_WRFILE_KEYTAB=yes \ 48 samba_cv_HAVE_WRFILE_KEYTAB=yes \
49 samba_cv_linux_getgrouplist_ok=yes \ 49 samba_cv_linux_getgrouplist_ok=yes \
50 " 50"
51 51
52do_configure() { 52do_configure() {
53 gnu-configize --force 53 gnu-configize --force
54 oe_runconf 54 oe_runconf
55} 55}
56 56
57do_compile () { 57do_compile () {
58 base_do_compile 58 base_do_compile
59} 59}
diff --git a/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.005.002.bb b/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.005.002.bb
index e3180d288..3afae27c9 100644
--- a/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.005.002.bb
+++ b/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.005.002.bb
@@ -15,11 +15,11 @@ SRC_URI[sha256sum] = "217efa814fb031ad136bd3dcf89ca219dd6d7ee01aa7e65c56c56b7737
15S = "${WORKDIR}/uhd-images_${PV}-release" 15S = "${WORKDIR}/uhd-images_${PV}-release"
16 16
17do_install() { 17do_install() {
18 install -d ${D}${datadir}/uhd/images 18 install -d ${D}${datadir}/uhd/images
19 install -d ${D}${datadir}/uhd/images/bit 19 install -d ${D}${datadir}/uhd/images/bit
20 install -m 0644 ${S}/share/uhd/images/bit/* ${D}${datadir}/uhd/images/bit 20 install -m 0644 ${S}/share/uhd/images/bit/* ${D}${datadir}/uhd/images/bit
21 rm -rf ${S}/share/uhd/images/bit 21 rm -rf ${S}/share/uhd/images/bit
22 install -m 0644 ${S}/share/uhd/images/* ${D}${datadir}/uhd/images 22 install -m 0644 ${S}/share/uhd/images/* ${D}${datadir}/uhd/images
23} 23}
24 24
25PACKAGES = "${PN}" 25PACKAGES = "${PN}"
diff --git a/meta-oe/recipes-connectivity/uhd/uhd_git.bb b/meta-oe/recipes-connectivity/uhd/uhd_git.bb
index b360e00f2..5a549ca6d 100644
--- a/meta-oe/recipes-connectivity/uhd/uhd_git.bb
+++ b/meta-oe/recipes-connectivity/uhd/uhd_git.bb
@@ -4,7 +4,7 @@ PV = "3.5.2"
4PR = "${INC_PR}.0" 4PR = "${INC_PR}.0"
5 5
6SRC_URI = "git://ettus.sourcerepo.com/ettus/uhd.git;branch=maint;protocol=git \ 6SRC_URI = "git://ettus.sourcerepo.com/ettus/uhd.git;branch=maint;protocol=git \
7 " 7"
8S = "${WORKDIR}/git/host" 8S = "${WORKDIR}/git/host"
9 9
10SRCREV = "0cce80c1ef2bcdb5094d579a6853261cebd2ec03" 10SRCREV = "0cce80c1ef2bcdb5094d579a6853261cebd2ec03"
diff --git a/meta-oe/recipes-connectivity/vsftpd/vsftpd_2.3.5.bb b/meta-oe/recipes-connectivity/vsftpd/vsftpd_2.3.5.bb
index e5fd7ee2a..1669d96f8 100644
--- a/meta-oe/recipes-connectivity/vsftpd/vsftpd_2.3.5.bb
+++ b/meta-oe/recipes-connectivity/vsftpd/vsftpd_2.3.5.bb
@@ -18,21 +18,21 @@ CONFFILES_${PN} = "${sysconfdir}/vsftpd.conf"
18LDFLAGS_append =" -lcrypt -lcap" 18LDFLAGS_append =" -lcrypt -lcap"
19 19
20do_configure() { 20do_configure() {
21 # Fix hardcoded /usr, /etc, /var mess. 21 # Fix hardcoded /usr, /etc, /var mess.
22 cat tunables.c|sed s:\"/usr:\"${prefix}:g|sed s:\"/var:\"${localstatedir}:g \ 22 cat tunables.c|sed s:\"/usr:\"${prefix}:g|sed s:\"/var:\"${localstatedir}:g \
23 |sed s:\"${prefix}/share/empty:\"${localstatedir}/share/empty:g |sed s:\"/etc:\"${sysconfdir}:g > tunables.c.new 23 |sed s:\"${prefix}/share/empty:\"${localstatedir}/share/empty:g |sed s:\"/etc:\"${sysconfdir}:g > tunables.c.new
24 mv tunables.c.new tunables.c 24 mv tunables.c.new tunables.c
25} 25}
26 26
27do_install() { 27do_install() {
28 install -d ${D}${sbindir} 28 install -d ${D}${sbindir}
29 install -d ${D}${mandir}/man8 29 install -d ${D}${mandir}/man8
30 install -d ${D}${mandir}/man5 30 install -d ${D}${mandir}/man5
31 oe_runmake 'DESTDIR=${D}' install 31 oe_runmake 'DESTDIR=${D}' install
32 install -d ${D}${sysconfdir} 32 install -d ${D}${sysconfdir}
33 install -m 0755 ${WORKDIR}/vsftpd.conf ${D}${sysconfdir}/vsftpd.conf 33 install -m 0755 ${WORKDIR}/vsftpd.conf ${D}${sysconfdir}/vsftpd.conf
34 install -d ${D}${sysconfdir}/init.d/ 34 install -d ${D}${sysconfdir}/init.d/
35 install -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/vsftpd 35 install -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/vsftpd
36} 36}
37 37
38INITSCRIPT_PACKAGES = "${PN}" 38INITSCRIPT_PACKAGES = "${PN}"
diff --git a/meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend b/meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend
index 5d0626532..721ef19d7 100644
--- a/meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend
+++ b/meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend
@@ -6,8 +6,8 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
6SRC_URI += "file://busybox-syslog.default" 6SRC_URI += "file://busybox-syslog.default"
7 7
8do_install_append() { 8do_install_append() {
9 install -d ${D}${sysconfdir}/default 9 install -d ${D}${sysconfdir}/default
10 install -m 0644 ${WORKDIR}/busybox-syslog.default ${D}${sysconfdir}/default/busybox-syslog 10 install -m 0644 ${WORKDIR}/busybox-syslog.default ${D}${sysconfdir}/default/busybox-syslog
11} 11}
12 12
13FILES_${PN}-syslog += "${sysconfdir}/default/busybox-syslog" 13FILES_${PN}-syslog += "${sysconfdir}/default/busybox-syslog"
diff --git a/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb b/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb
index 03b510e6c..18d3efbb8 100644
--- a/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb
+++ b/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb
@@ -12,11 +12,11 @@ SRC_URI = "git://git.collabora.co.uk/git/user/alban/dbus-daemon-proxy;protocol=g
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14do_compile() { 14do_compile() {
15 ${CC} ${LDFLAGS} `pkg-config --cflags --libs dbus-glib-1` -o dbus-daemon-proxy dbus-daemon-proxy.c 15 ${CC} ${LDFLAGS} `pkg-config --cflags --libs dbus-glib-1` -o dbus-daemon-proxy dbus-daemon-proxy.c
16} 16}
17 17
18do_install() { 18do_install() {
19 install -d ${D}${bindir} 19 install -d ${D}${bindir}
20 install -m 0755 dbus-daemon-proxy ${D}${bindir} 20 install -m 0755 dbus-daemon-proxy ${D}${bindir}
21} 21}
22 22
diff --git a/meta-oe/recipes-core/f2fs-tools/f2fs-tools_1.1.0.bb b/meta-oe/recipes-core/f2fs-tools/f2fs-tools_1.1.0.bb
index 292a88ae7..e5b543965 100644
--- a/meta-oe/recipes-core/f2fs-tools/f2fs-tools_1.1.0.bb
+++ b/meta-oe/recipes-core/f2fs-tools/f2fs-tools_1.1.0.bb
@@ -13,7 +13,7 @@ inherit autotools
13BBCLASSEXTEND = "native" 13BBCLASSEXTEND = "native"
14 14
15do_configure_prepend() { 15do_configure_prepend() {
16 # workaround for endless do_configure loop: 16 # workaround for endless do_configure loop:
17 # make: Warning: File `Makefile.am' has modification time 5.3e+04 s in the future 17 # make: Warning: File `Makefile.am' has modification time 5.3e+04 s in the future
18 touch ${S}/* 18 touch ${S}/*
19} 19}
diff --git a/meta-oe/recipes-core/fakeroot/fakeroot_1.18.4.bb b/meta-oe/recipes-core/fakeroot/fakeroot_1.18.4.bb
index a277a69bf..8288dfb54 100644
--- a/meta-oe/recipes-core/fakeroot/fakeroot_1.18.4.bb
+++ b/meta-oe/recipes-core/fakeroot/fakeroot_1.18.4.bb
@@ -6,18 +6,18 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
6PR = "r0" 6PR = "r0"
7 7
8SRC_URI = "\ 8SRC_URI = "\
9 ${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.orig.tar.bz2 \ 9 ${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.orig.tar.bz2 \
10" 10"
11 11
12inherit autotools 12inherit autotools
13 13
14do_configure_prepend() { 14do_configure_prepend() {
15 mkdir -p ${S}/build-aux 15 mkdir -p ${S}/build-aux
16} 16}
17 17
18do_install_append() { 18do_install_append() {
19 install -d ${D}${includedir}/fakeroot 19 install -d ${D}${includedir}/fakeroot
20 install -m 644 *.h ${D}${includedir}/fakeroot 20 install -m 644 *.h ${D}${includedir}/fakeroot
21} 21}
22 22
23# fakeroot needs getopt which is provided by the util-linux package 23# fakeroot needs getopt which is provided by the util-linux package
diff --git a/meta-oe/recipes-core/glib-2.0/glibmm.inc b/meta-oe/recipes-core/glib-2.0/glibmm.inc
index 15aeaac2c..bdb6ff859 100644
--- a/meta-oe/recipes-core/glib-2.0/glibmm.inc
+++ b/meta-oe/recipes-core/glib-2.0/glibmm.inc
@@ -14,11 +14,11 @@ SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/glibmm/${SHRT_VER}/glibmm-${PV}
14inherit autotools pkgconfig 14inherit autotools pkgconfig
15 15
16do_install_append() { 16do_install_append() {
17 install -d ${D}${datadir}/glibmm-2.4 17 install -d ${D}${datadir}/glibmm-2.4
18 install -d ${D}${datadir}/aclocal 18 install -d ${D}${datadir}/aclocal
19 19
20 install -m 0644 glib/glibmmconfig.h ${D}${datadir}/glibmm-2.4/ 20 install -m 0644 glib/glibmmconfig.h ${D}${datadir}/glibmm-2.4/
21 install -m 0644 scripts/glibmm_check_perl.m4 ${D}${datadir}/aclocal/ || true 21 install -m 0644 scripts/glibmm_check_perl.m4 ${D}${datadir}/aclocal/ || true
22} 22}
23 23
24FILES_${PN} = "${libdir}/lib*.so.*" 24FILES_${PN} = "${libdir}/lib*.so.*"
diff --git a/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb b/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb
index d87743b72..4fd258fc1 100644
--- a/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb
+++ b/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb
@@ -23,7 +23,7 @@ inherit autotools pkgconfig
23 23
24EXTRA_OECONF = "--with-jpeg8 " 24EXTRA_OECONF = "--with-jpeg8 "
25 25
26PACKAGES =+ "jpeg-tools libturbojpeg" 26PACKAGES =+ "jpeg-tools libturbojpeg"
27 27
28DESCRIPTION_jpeg-tools = "The jpeg-tools package includes the client programs for access libjpeg functionality. These tools allow for the compression, decompression, transformation and display of JPEG files." 28DESCRIPTION_jpeg-tools = "The jpeg-tools package includes the client programs for access libjpeg functionality. These tools allow for the compression, decompression, transformation and display of JPEG files."
29FILES_jpeg-tools = "${bindir}/*" 29FILES_jpeg-tools = "${bindir}/*"
diff --git a/meta-oe/recipes-core/meta/distro-feed-configs.bb b/meta-oe/recipes-core/meta/distro-feed-configs.bb
index cff0946da..462af4528 100644
--- a/meta-oe/recipes-core/meta/distro-feed-configs.bb
+++ b/meta-oe/recipes-core/meta/distro-feed-configs.bb
@@ -13,8 +13,8 @@ do_compile() {
13 done 13 done
14} 14}
15do_install () { 15do_install () {
16 install -d ${D}${sysconfdir}/opkg 16 install -d ${D}${sysconfdir}/opkg
17 install -m 0644 ${S}/${sysconfdir}/opkg/* ${D}${sysconfdir}/opkg/ 17 install -m 0644 ${S}/${sysconfdir}/opkg/* ${D}${sysconfdir}/opkg/
18} 18}
19 19
20PACKAGE_ARCH = "${MACHINE_ARCH}" 20PACKAGE_ARCH = "${MACHINE_ARCH}"
diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb b/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb
index 402579c6d..c100b79e0 100644
--- a/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb
+++ b/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb
@@ -35,9 +35,9 @@ RCONFLICTS_${PN} += "task-basic"
35# Util-linux (u)mount is included because the busybox one can't handle /etc/mtab being symlinked to /proc/mounts 35# Util-linux (u)mount is included because the busybox one can't handle /etc/mtab being symlinked to /proc/mounts
36# 36#
37RDEPENDS_${PN} = "\ 37RDEPENDS_${PN} = "\
38 ${TASK_BASIC_SSHDAEMON} \ 38 ${TASK_BASIC_SSHDAEMON} \
39 avahi-daemon avahi-utils \ 39 avahi-daemon avahi-utils \
40 " 40"
41 41
42# 42#
43# The following section is split in 3: 43# The following section is split in 3:
@@ -46,16 +46,16 @@ RDEPENDS_${PN} = "\
46# 3) Nice to have: packages that are nice to have, but aren't strictly needed 46# 3) Nice to have: packages that are nice to have, but aren't strictly needed
47# 47#
48RRECOMMENDS_${PN} = "\ 48RRECOMMENDS_${PN} = "\
49 ${MACHINE_EXTRA_RRECOMMENDS} \ 49 ${MACHINE_EXTRA_RRECOMMENDS} \
50 ${@base_contains("MACHINE_FEATURES", "usbhost", "usbutils", "", d)} \ 50 ${@base_contains("MACHINE_FEATURES", "usbhost", "usbutils", "", d)} \
51 ${@base_contains("MACHINE_FEATURES", "alsa", "alsa-utils-alsamixer", "", d)} \ 51 ${@base_contains("MACHINE_FEATURES", "alsa", "alsa-utils-alsamixer", "", d)} \
52 ${@base_contains("MACHINE_FEATURES", "usbgadget", "kernel-module-g-ether kernel-module-g-serial kernel-module-g-mass-storage", "", d)} \ 52 ${@base_contains("MACHINE_FEATURES", "usbgadget", "kernel-module-g-ether kernel-module-g-serial kernel-module-g-mass-storage", "", d)} \
53 \ 53 \
54 ${@base_contains("DISTRO_FEATURES", "bluetooth", "bluez4", "", d)} \ 54 ${@base_contains("DISTRO_FEATURES", "bluetooth", "bluez4", "", d)} \
55 ${@base_contains("DISTRO_FEATURES", "wifi", "iw wpa-supplicant", "", d)} \ 55 ${@base_contains("DISTRO_FEATURES", "wifi", "iw wpa-supplicant", "", d)} \
56 \ 56 \
57 tzdata \ 57 tzdata \
58 \ 58 \
59 cpufrequtils \ 59 cpufrequtils \
60 htop \ 60 htop \
61 " 61"
diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-boot.bb b/meta-oe/recipes-core/packagegroups/packagegroup-boot.bb
index 1d6ae9eda..a46f4fac9 100644
--- a/meta-oe/recipes-core/packagegroups/packagegroup-boot.bb
+++ b/meta-oe/recipes-core/packagegroups/packagegroup-boot.bb
@@ -33,9 +33,9 @@ RDEPENDS_${PN} = "\
33 netbase \ 33 netbase \
34 ${@base_contains("MACHINE_FEATURES", "keyboard", "keymaps", "", d)} \ 34 ${@base_contains("MACHINE_FEATURES", "keyboard", "keymaps", "", d)} \
35 ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS} \ 35 ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS} \
36 " 36"
37 37
38RRECOMMENDS_${PN} = "\ 38RRECOMMENDS_${PN} = "\
39 kernel \ 39 kernel \
40 ${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS} \ 40 ${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS} \
41 " 41"
diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-cli-tools.bb b/meta-oe/recipes-core/packagegroups/packagegroup-cli-tools.bb
index 88b62b8ad..fa53a67e7 100644
--- a/meta-oe/recipes-core/packagegroups/packagegroup-cli-tools.bb
+++ b/meta-oe/recipes-core/packagegroups/packagegroup-cli-tools.bb
@@ -18,36 +18,36 @@ RCONFLICTS_${PN} += "task-cli-tools"
18RCONFLICTS_${PN}-debug += "task-cli-tools-debug" 18RCONFLICTS_${PN}-debug += "task-cli-tools-debug"
19 19
20RDEPENDS_${PN} = "\ 20RDEPENDS_${PN} = "\
21 dbus-daemon-proxy \ 21 dbus-daemon-proxy \
22 dosfstools \ 22 dosfstools \
23 htop \ 23 htop \
24 iptables \ 24 iptables \
25 lsof \ 25 lsof \
26 mbuffer \ 26 mbuffer \
27 mtd-utils \ 27 mtd-utils \
28 nano \ 28 nano \
29 nfs-utils-client \ 29 nfs-utils-client \
30 nmon \ 30 nmon \
31 powertop \ 31 powertop \
32 screen \ 32 screen \
33 socat \ 33 socat \
34 sysstat \ 34 sysstat \
35" 35"
36 36
37RDEPENDS_${PN}-debug = "\ 37RDEPENDS_${PN}-debug = "\
38 evtest \ 38 evtest \
39 devmem2 \ 39 devmem2 \
40 i2c-tools \ 40 i2c-tools \
41 gdb \ 41 gdb \
42 procps \ 42 procps \
43 pxaregs \ 43 pxaregs \
44 s3c24xx-gpio \ 44 s3c24xx-gpio \
45 s3c64xx-gpio \ 45 s3c64xx-gpio \
46 serial-forward \ 46 serial-forward \
47 strace \ 47 strace \
48 tcpdump \ 48 tcpdump \
49" 49"
50 50
51RRECOMMENDS_${PN}-debug = "\ 51RRECOMMENDS_${PN}-debug = "\
52 ltrace \ 52 ltrace \
53" 53"
diff --git a/meta-oe/recipes-devtools/bootchart/bootchart_git.bb b/meta-oe/recipes-devtools/bootchart/bootchart_git.bb
index f5ef58268..a8b81849f 100644
--- a/meta-oe/recipes-devtools/bootchart/bootchart_git.bb
+++ b/meta-oe/recipes-devtools/bootchart/bootchart_git.bb
@@ -11,7 +11,7 @@ PE = "1"
11SRC_URI = "git://gitorious.org/meego-developer-tools/bootchart.git \ 11SRC_URI = "git://gitorious.org/meego-developer-tools/bootchart.git \
12 file://0001-svg-add-rudimentary-support-for-ARM-cpuinfo.patch \ 12 file://0001-svg-add-rudimentary-support-for-ARM-cpuinfo.patch \
13 file://0002-svg-open-etc-os-release-and-use-PRETTY_NAME-for-the-.patch \ 13 file://0002-svg-open-etc-os-release-and-use-PRETTY_NAME-for-the-.patch \
14 " 14"
15 15
16SRCREV = "872fb107028e377eef3c0c7c8a6e0f7c32b8ebb8" 16SRCREV = "872fb107028e377eef3c0c7c8a6e0f7c32b8ebb8"
17 17
diff --git a/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb b/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb
index 9ae25bb65..3300fd234 100644
--- a/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb
+++ b/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb
@@ -37,7 +37,7 @@ SRC_URI = "git://github.com/ajaxorg/cloud9.git;name=cloud9ide \
37 file://cloud9-avahi.service \ 37 file://cloud9-avahi.service \
38 file://cloud9.service \ 38 file://cloud9.service \
39 file://0001-ide-use-node-as-interpreter-for-sketches-instead-of-.patch \ 39 file://0001-ide-use-node-as-interpreter-for-sketches-instead-of-.patch \
40 " 40"
41 41
42SRCREV_cloud9ide = "c4e2574896a22bb749f0500b25f41c888d346bed" 42SRCREV_cloud9ide = "c4e2574896a22bb749f0500b25f41c888d346bed"
43SRCREV_o3 = "302cd3a6d5039f53a9fa3932bed88b53281c1e1e" 43SRCREV_o3 = "302cd3a6d5039f53a9fa3932bed88b53281c1e1e"
@@ -68,46 +68,46 @@ SRCREV_FORMAT = "cloud9ide"
68S = "${WORKDIR}/git" 68S = "${WORKDIR}/git"
69 69
70do_configure () { 70do_configure () {
71 cd ${WORKDIR}/o3 71 cd ${WORKDIR}/o3
72 node-waf -vv configure 72 node-waf -vv configure
73} 73}
74 74
75EXTRA_CXXFLAGS = "-Idefault/include -I../include -Idefault/hosts -I../hosts -Idefault/modules -I../modules -Idefault/deps -I../deps -I${STAGING_DIR_NATIVE}/usr/include/node4 -fPIC -DPIC" 75EXTRA_CXXFLAGS = "-Idefault/include -I../include -Idefault/hosts -I../hosts -Idefault/modules -I../modules -Idefault/deps -I../deps -I${STAGING_DIR_NATIVE}/usr/include/node4 -fPIC -DPIC"
76 76
77do_compile () { 77do_compile () {
78 cd ${WORKDIR}/o3 78 cd ${WORKDIR}/o3
79 node4 tools/gluegen.js 79 node4 tools/gluegen.js
80 cd hosts 80 cd hosts
81 ${CXX} ${TARGET_CXXFLAGS} ${EXTRA_CXXFLAGS} -c -o sh_node.o node-o3/sh_node.cc 81 ${CXX} ${TARGET_CXXFLAGS} ${EXTRA_CXXFLAGS} -c -o sh_node.o node-o3/sh_node.cc
82 ${CXX} ${TARGET_CXXFLAGS} ${EXTRA_CXXFLAGS} -c -o sh_node_libs.o node-o3/sh_node_libs.cc 82 ${CXX} ${TARGET_CXXFLAGS} ${EXTRA_CXXFLAGS} -c -o sh_node_libs.o node-o3/sh_node_libs.cc
83 cd .. 83 cd ..
84 ${CXX} ${TARGET_LDFLAGS} hosts/sh_node.o hosts/sh_node_libs.o -o o3.node -shared -Wl,-Bdynamic -lxml2 84 ${CXX} ${TARGET_LDFLAGS} hosts/sh_node.o hosts/sh_node_libs.o -o o3.node -shared -Wl,-Bdynamic -lxml2
85} 85}
86 86
87do_install () { 87do_install () {
88 install -m 0755 -d ${D}${datadir}/cloud9 ${D}${bindir} ${D}/var/lib/cloud9 88 install -m 0755 -d ${D}${datadir}/cloud9 ${D}${bindir} ${D}/var/lib/cloud9
89 rsync -r --exclude=".*" ${S}/* ${D}${datadir}/cloud9 89 rsync -r --exclude=".*" ${S}/* ${D}${datadir}/cloud9
90 90
91 touch ${D}${bindir}/cloud9 91 touch ${D}${bindir}/cloud9
92 echo "#!/bin/sh" > ${D}${bindir}/cloud9 92 echo "#!/bin/sh" > ${D}${bindir}/cloud9
93 echo "node4 ${datadir}/cloud9/bin/cloud9.js -l 0.0.0.0 -w /var/lib/cloud9 -p 3000" >> ${D}${bindir}/cloud9 93 echo "node4 ${datadir}/cloud9/bin/cloud9.js -l 0.0.0.0 -w /var/lib/cloud9 -p 3000" >> ${D}${bindir}/cloud9
94 chmod 0755 ${D}${bindir}/cloud9 94 chmod 0755 ${D}${bindir}/cloud9
95 95
96 install -m 0755 -d ${D}${datadir}/cloud9/support/jsdav/support/node-o3-xml-v4/lib/o3-xml 96 install -m 0755 -d ${D}${datadir}/cloud9/support/jsdav/support/node-o3-xml-v4/lib/o3-xml
97 install -m 0644 ${WORKDIR}/index.js ${D}${datadir}/cloud9/support/jsdav/support/node-o3-xml-v4/lib/o3-xml/index.js 97 install -m 0644 ${WORKDIR}/index.js ${D}${datadir}/cloud9/support/jsdav/support/node-o3-xml-v4/lib/o3-xml/index.js
98 install -m 0644 ${WORKDIR}/o3/modules/o3.js ${D}${datadir}/cloud9/support/jsdav/support/node-o3-xml-v4/lib/o3-xml/o3.js 98 install -m 0644 ${WORKDIR}/o3/modules/o3.js ${D}${datadir}/cloud9/support/jsdav/support/node-o3-xml-v4/lib/o3-xml/o3.js
99 install -m 0755 ${WORKDIR}/o3/o3.node ${D}${datadir}/cloud9/support/jsdav/support/node-o3-xml-v4/lib/o3-xml/o3.node 99 install -m 0755 ${WORKDIR}/o3/o3.node ${D}${datadir}/cloud9/support/jsdav/support/node-o3-xml-v4/lib/o3-xml/o3.node
100 100
101 install -m 0755 -d ${D}${sysconfdir}/avahi/services/ 101 install -m 0755 -d ${D}${sysconfdir}/avahi/services/
102 install -m 0644 ${WORKDIR}/cloud9-avahi.service ${D}${sysconfdir}/avahi/services/ 102 install -m 0644 ${WORKDIR}/cloud9-avahi.service ${D}${sysconfdir}/avahi/services/
103 103
104 install -d ${D}${systemd_unitdir}/system 104 install -d ${D}${systemd_unitdir}/system
105 install -m 0644 ${WORKDIR}/cloud9.service ${D}${systemd_unitdir}/system 105 install -m 0644 ${WORKDIR}/cloud9.service ${D}${systemd_unitdir}/system
106} 106}
107 107
108FILES_${PN}-dbg += "${datadir}/cloud9/support/jsdav/support/node-o3-xml-v4/lib/o3-xml/.debug \ 108FILES_${PN}-dbg += "${datadir}/cloud9/support/jsdav/support/node-o3-xml-v4/lib/o3-xml/.debug \
109 ${datadir}/cloud9/support/jsdav/support/node-o3-xml-v4/lib/.debug \ 109 ${datadir}/cloud9/support/jsdav/support/node-o3-xml-v4/lib/.debug \
110 " 110"
111 111
112RDEPENDS_${PN} = "nodejs4 nodejs gzip" 112RDEPENDS_${PN} = "nodejs4 nodejs gzip"
113 113
diff --git a/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb b/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb
index b0ff5cf45..7dcbb21e6 100644
--- a/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb
+++ b/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb
@@ -11,7 +11,7 @@ SRCREV = "900d203aa9e41288545368ea40da0bee89f7907f"
11LIC_FILES_CHKSUM = "file://LICENSE;md5=f12611e65e064515ce264249b2bdea98" 11LIC_FILES_CHKSUM = "file://LICENSE;md5=f12611e65e064515ce264249b2bdea98"
12SRC_URI = "git://git.concurrencykit.org/ck.git;protocol=git \ 12SRC_URI = "git://git.concurrencykit.org/ck.git;protocol=git \
13 file://cross.patch \ 13 file://cross.patch \
14 " 14"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17
@@ -23,18 +23,18 @@ PLAT_powerpc64 = "ppc64"
23PLAT ?= "${HOST_ARCH}" 23PLAT ?= "${HOST_ARCH}"
24 24
25do_configure () { 25do_configure () {
26 export PLATFORM=${PLAT} 26 export PLATFORM=${PLAT}
27 export COMPILER='gcc' 27 export COMPILER='gcc'
28 ${S}/configure \ 28 ${S}/configure \
29 --prefix=${prefix} \ 29 --prefix=${prefix} \
30 --includedir=${includedir} \ 30 --includedir=${includedir} \
31 --libdir=${libdir} \ 31 --libdir=${libdir} \
32} 32}
33 33
34do_compile () { 34do_compile () {
35 oe_runmake 35 oe_runmake
36} 36}
37 37
38do_install () { 38do_install () {
39 oe_runmake 'DESTDIR=${D}' install 39 oe_runmake 'DESTDIR=${D}' install
40} 40}
diff --git a/meta-oe/recipes-devtools/glade/glade3_3.8.2.bb b/meta-oe/recipes-devtools/glade/glade3_3.8.2.bb
index 733b8ed11..9a6a56f85 100644
--- a/meta-oe/recipes-devtools/glade/glade3_3.8.2.bb
+++ b/meta-oe/recipes-devtools/glade/glade3_3.8.2.bb
@@ -17,7 +17,7 @@ SRC_URI[sha256sum] = "f180a5018eee6e3fe574854cb025af897dd9962b01d17d5752e626876d
17EXTRA_OECONF += "--disable-scrollkeeper" 17EXTRA_OECONF += "--disable-scrollkeeper"
18 18
19do_configure_prepend() { 19do_configure_prepend() {
20 sed -i '/^if HAVE_GNOME_DOC_UTILS/,/^endif/d' ${S}/Makefile.am 20 sed -i '/^if HAVE_GNOME_DOC_UTILS/,/^endif/d' ${S}/Makefile.am
21} 21}
22 22
23FILES_${PN} += "${datadir}/icons" 23FILES_${PN} += "${datadir}/icons"
diff --git a/meta-oe/recipes-devtools/lemon/lemon.inc b/meta-oe/recipes-devtools/lemon/lemon.inc
index 9a8d3abbd..57b9fb710 100644
--- a/meta-oe/recipes-devtools/lemon/lemon.inc
+++ b/meta-oe/recipes-devtools/lemon/lemon.inc
@@ -9,16 +9,16 @@ SRC_URI = "http://www.sqlite.org/sqlite-${PV}.tar.gz \
9S = "${WORKDIR}/sqlite-${PV}/tool" 9S = "${WORKDIR}/sqlite-${PV}/tool"
10 10
11do_compile() { 11do_compile() {
12 ${CC} ${CFLAGS} lemon.c -c -o lemon.o 12 ${CC} ${CFLAGS} lemon.c -c -o lemon.o
13 ${CCLD} ${LDFLAGS} lemon.o -o lemon 13 ${CCLD} ${LDFLAGS} lemon.o -o lemon
14} 14}
15 15
16do_install() { 16do_install() {
17 install -d ${D}${bindir} 17 install -d ${D}${bindir}
18 install -m 0755 lemon ${D}${bindir} 18 install -m 0755 lemon ${D}${bindir}
19 install -m 0644 lempar.c ${D}${bindir} 19 install -m 0644 lempar.c ${D}${bindir}
20 install -d ${D}${mandir}/man1 20 install -d ${D}${mandir}/man1
21 install -m 0644 ${WORKDIR}/lemon.1 ${D}${mandir}/man1/ 21 install -m 0644 ${WORKDIR}/lemon.1 ${D}${mandir}/man1/
22} 22}
23 23
24BBCLASSEXTEND = "native" 24BBCLASSEXTEND = "native"
diff --git a/meta-oe/recipes-devtools/libc-client/libc-client_2007e.bb b/meta-oe/recipes-devtools/libc-client/libc-client_2007e.bb
index 1ecbe68d9..b961e302d 100644
--- a/meta-oe/recipes-devtools/libc-client/libc-client_2007e.bb
+++ b/meta-oe/recipes-devtools/libc-client/libc-client_2007e.bb
@@ -21,15 +21,15 @@ EXTRA_OEMAKE = "CC='${CC}'"
21HEADERS = "src/c-client/*.h src/osdep/unix/*.h c-client/auths.c c-client/linkage.c c-client/linkage.h c-client/osdep.h" 21HEADERS = "src/c-client/*.h src/osdep/unix/*.h c-client/auths.c c-client/linkage.c c-client/linkage.h c-client/osdep.h"
22 22
23do_compile() { 23do_compile() {
24 echo "SSLINCLUDE=${STAGING_INCDIR} SSLLIB=${STAGING_LIBDIR}" > ${S}/SPECIALS 24 echo "SSLINCLUDE=${STAGING_INCDIR} SSLLIB=${STAGING_LIBDIR}" > ${S}/SPECIALS
25 oe_runmake lnp 25 oe_runmake lnp
26} 26}
27 27
28do_install() { 28do_install() {
29 install -d ${D}${includedir}/c-client 29 install -d ${D}${includedir}/c-client
30 install ${HEADERS} ${D}${includedir}/c-client 30 install ${HEADERS} ${D}${includedir}/c-client
31 install -d ${D}${libdir} 31 install -d ${D}${libdir}
32 install c-client/c-client.a ${D}${libdir}/libc-client.a 32 install c-client/c-client.a ${D}${libdir}/libc-client.a
33} 33}
34 34
35ALLOW_EMPTY_${PN} = "1" 35ALLOW_EMPTY_${PN} = "1"
diff --git a/meta-oe/recipes-devtools/libgee/libgee.inc b/meta-oe/recipes-devtools/libgee/libgee.inc
index 8542cde5a..c68128544 100644
--- a/meta-oe/recipes-devtools/libgee/libgee.inc
+++ b/meta-oe/recipes-devtools/libgee/libgee.inc
@@ -11,8 +11,8 @@ PE = "1"
11 11
12inherit autotools vala 12inherit autotools vala
13do_configure_prepend() { 13do_configure_prepend() {
14 MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4" 14 MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4"
15 for i in ${MACROS}; do 15 for i in ${MACROS}; do
16 rm -f m4/$i 16 rm -f m4/$i
17 done 17 done
18} 18}
diff --git a/meta-oe/recipes-devtools/ltp-ddt/ltp-ddt_0.0.4.bb b/meta-oe/recipes-devtools/ltp-ddt/ltp-ddt_0.0.4.bb
index 4b8ff985c..e721e7e6c 100644
--- a/meta-oe/recipes-devtools/ltp-ddt/ltp-ddt_0.0.4.bb
+++ b/meta-oe/recipes-devtools/ltp-ddt/ltp-ddt_0.0.4.bb
@@ -22,42 +22,42 @@ S = "${WORKDIR}/git"
22LTPROOT = "/opt/ltp" 22LTPROOT = "/opt/ltp"
23 23
24EXTRA_OEMAKE_append = " \ 24EXTRA_OEMAKE_append = " \
25 prefix=${LTPROOT} \ 25 prefix=${LTPROOT} \
26 CROSS_COMPILE=${HOST_PREFIX} \ 26 CROSS_COMPILE=${HOST_PREFIX} \
27 SKIP_IDCHECK=1 \ 27 SKIP_IDCHECK=1 \
28 KERNEL_INC=${STAGING_KERNEL_DIR}/include \ 28 KERNEL_INC=${STAGING_KERNEL_DIR}/include \
29 KERNEL_USR_INC=${STAGING_INCDIR} \ 29 KERNEL_USR_INC=${STAGING_INCDIR} \
30 ALSA_INCPATH=${STAGING_INCDIR} \ 30 ALSA_INCPATH=${STAGING_INCDIR} \
31 ALSA_LIBPATH=${STAGING_LIBDIR} \ 31 ALSA_LIBPATH=${STAGING_LIBDIR} \
32 PLATFORM=${MACHINE} \ 32 PLATFORM=${MACHINE} \
33" 33"
34 34
35TARGET_CC_ARCH += "${LDFLAGS}" 35TARGET_CC_ARCH += "${LDFLAGS}"
36 36
37FILES_${PN}-dbg += " \ 37FILES_${PN}-dbg += " \
38 ${LTPROOT}/.debug \ 38 ${LTPROOT}/.debug \
39 ${LTPROOT}/bin/.debug \ 39 ${LTPROOT}/bin/.debug \
40 ${LTPROOT}/runtest/.debug \ 40 ${LTPROOT}/runtest/.debug \
41 ${LTPROOT}/testcases/bin/.debug \ 41 ${LTPROOT}/testcases/bin/.debug \
42 ${LTPROOT}/testcases/bin/*/bin/.debug \ 42 ${LTPROOT}/testcases/bin/*/bin/.debug \
43 ${LTPROOT}/testcases/bin/*/test/.debug \ 43 ${LTPROOT}/testcases/bin/*/test/.debug \
44 ${LTPROOT}/testcases/bin/ddt/.debug \ 44 ${LTPROOT}/testcases/bin/ddt/.debug \
45 ${LTPROOT}/testcases/bin/ddt/*/bin/.debug \ 45 ${LTPROOT}/testcases/bin/ddt/*/bin/.debug \
46 ${LTPROOT}/testcases/bin/ddt/*/test/.debug \ 46 ${LTPROOT}/testcases/bin/ddt/*/test/.debug \
47" 47"
48 48
49FILES_${PN} += "${LTPROOT}/*" 49FILES_${PN} += "${LTPROOT}/*"
50 50
51do_configure() { 51do_configure() {
52 cp ${S}/include/config.h.default ${S}/include/config.h 52 cp ${S}/include/config.h.default ${S}/include/config.h
53 cp ${S}/include/mk/config.mk.default ${S}/include/mk/config.mk 53 cp ${S}/include/mk/config.mk.default ${S}/include/mk/config.mk
54 cp ${S}/include/mk/features.mk.default ${S}/include/mk/features.mk 54 cp ${S}/include/mk/features.mk.default ${S}/include/mk/features.mk
55 echo "${TAG}" > ${S}/ChangeLog 55 echo "${TAG}" > ${S}/ChangeLog
56} 56}
57 57
58do_install() { 58do_install() {
59 oe_runmake DESTDIR=${D} install 59 oe_runmake DESTDIR=${D} install
60 install -d ${D}${datadir} 60 install -d ${D}${datadir}
61 cp -a ${D}${LTPROOT}/share/* ${D}${datadir} 61 cp -a ${D}${LTPROOT}/share/* ${D}${datadir}
62 rm -rf ${D}${LTPROOT}/share/ 62 rm -rf ${D}${LTPROOT}/share/
63} 63}
diff --git a/meta-oe/recipes-devtools/ltrace/ltrace_0.5.3.bb b/meta-oe/recipes-devtools/ltrace/ltrace_0.5.3.bb
index 9fd423fe9..7cefa769b 100644
--- a/meta-oe/recipes-devtools/ltrace/ltrace_0.5.3.bb
+++ b/meta-oe/recipes-devtools/ltrace/ltrace_0.5.3.bb
@@ -11,14 +11,14 @@ PR = "r5"
11COMPATIBLE_TARGET_SYS = "(?!sh[34])" 11COMPATIBLE_TARGET_SYS = "(?!sh[34])"
12 12
13SRC_URI = "\ 13SRC_URI = "\
14 ${DEBIAN_MIRROR}/main/l/ltrace/ltrace_${PV}.orig.tar.gz;name=archive \ 14 ${DEBIAN_MIRROR}/main/l/ltrace/ltrace_${PV}.orig.tar.gz;name=archive \
15 ${DEBIAN_MIRROR}/main/l/ltrace/ltrace_${PV}-2.1.diff.gz;name=patch \ 15 ${DEBIAN_MIRROR}/main/l/ltrace/ltrace_${PV}-2.1.diff.gz;name=patch \
16 file://add-sysdep.patch \ 16 file://add-sysdep.patch \
17 file://ltrace-compile.patch \ 17 file://ltrace-compile.patch \
18 file://ltrace-mips-remove-CP.patch \ 18 file://ltrace-mips-remove-CP.patch \
19 file://ltrace-mips.patch \ 19 file://ltrace-mips.patch \
20 file://ltrace-ppc.patch \ 20 file://ltrace-ppc.patch \
21 file://ltrace-fix-sysdep_h-dependency.patch \ 21 file://ltrace-fix-sysdep_h-dependency.patch \
22" 22"
23inherit autotools 23inherit autotools
24 24
@@ -26,53 +26,53 @@ export TARGET_CFLAGS = "${SELECTED_OPTIMIZATION} -isystem ${STAGING_INCDIR}"
26TARGET_CC_ARCH += "${LDFLAGS}" 26TARGET_CC_ARCH += "${LDFLAGS}"
27 27
28do_configure_prepend() { 28do_configure_prepend() {
29 case ${TARGET_ARCH} in 29 case ${TARGET_ARCH} in
30 arm*) ln -sf ./linux-gnu sysdeps/linux-gnueabi ;; 30 arm*) ln -sf ./linux-gnu sysdeps/linux-gnueabi ;;
31 mips*) ln -sf ./mipsel sysdeps/linux-gnu/mips ;; 31 mips*) ln -sf ./mipsel sysdeps/linux-gnu/mips ;;
32 esac 32 esac
33 sed -e 's:uname -m:echo @HOST_CPU@:' \ 33 sed -e 's:uname -m:echo @HOST_CPU@:' \
34 sysdeps/linux-gnu/Makefile > sysdeps/linux-gnu/Makefile.in 34 sysdeps/linux-gnu/Makefile > sysdeps/linux-gnu/Makefile.in
35 35
36} 36}
37 37
38do_compile() { 38do_compile() {
39 case ${TARGET_ARCH} in 39 case ${TARGET_ARCH} in
40 alpha*) LTRACE_ARCH=alpha ;; 40 alpha*) LTRACE_ARCH=alpha ;;
41 arm*) LTRACE_ARCH=arm ;; 41 arm*) LTRACE_ARCH=arm ;;
42 cris*) LTRACE_ARCH=cris ;; 42 cris*) LTRACE_ARCH=cris ;;
43 hppa*) LTRACE_ARCH=parisc ;; 43 hppa*) LTRACE_ARCH=parisc ;;
44 i*86*) LTRACE_ARCH=i386 ;; 44 i*86*) LTRACE_ARCH=i386 ;;
45 ia64*) LTRACE_ARCH=ia64 ;; 45 ia64*) LTRACE_ARCH=ia64 ;;
46 mips*) LTRACE_ARCH=mips ;; 46 mips*) LTRACE_ARCH=mips ;;
47 m68k*) LTRACE_ARCH=m68k ;; 47 m68k*) LTRACE_ARCH=m68k ;;
48 powerpc*) LTRACE_ARCH=ppc ;; 48 powerpc*) LTRACE_ARCH=ppc ;;
49 s390*) LTRACE_ARCH=s390 ;; 49 s390*) LTRACE_ARCH=s390 ;;
50 sh*) LTRACE_ARCH=sh ;; 50 sh*) LTRACE_ARCH=sh ;;
51 sparc64*) LTRACE_ARCH=sparc64 ;; 51 sparc64*) LTRACE_ARCH=sparc64 ;;
52 sparc*) LTRACE_ARCH=sparc ;; 52 sparc*) LTRACE_ARCH=sparc ;;
53 x86_64*) LTRACE_ARCH=x86_64 ;; 53 x86_64*) LTRACE_ARCH=x86_64 ;;
54 esac 54 esac
55 oe_runmake LDFLAGS="${TARGET_LDFLAGS}" LIBS="-lsupc++ -liberty -Wl,-Bstatic -lelf -Wl,-Bdynamic" ${EXTRA_OEMAKE} ARCH=${LTRACE_ARCH} 55 oe_runmake LDFLAGS="${TARGET_LDFLAGS}" LIBS="-lsupc++ -liberty -Wl,-Bstatic -lelf -Wl,-Bdynamic" ${EXTRA_OEMAKE} ARCH=${LTRACE_ARCH}
56} 56}
57 57
58do_install() { 58do_install() {
59 case ${TARGET_ARCH} in 59 case ${TARGET_ARCH} in
60 alpha*) LTRACE_ARCH=alpha ;; 60 alpha*) LTRACE_ARCH=alpha ;;
61 arm*) LTRACE_ARCH=arm ;; 61 arm*) LTRACE_ARCH=arm ;;
62 cris*) LTRACE_ARCH=cris ;; 62 cris*) LTRACE_ARCH=cris ;;
63 hppa*) LTRACE_ARCH=parisc ;; 63 hppa*) LTRACE_ARCH=parisc ;;
64 i*86*) LTRACE_ARCH=i386 ;; 64 i*86*) LTRACE_ARCH=i386 ;;
65 ia64*) LTRACE_ARCH=ia64 ;; 65 ia64*) LTRACE_ARCH=ia64 ;;
66 mips*) LTRACE_ARCH=mips ;; 66 mips*) LTRACE_ARCH=mips ;;
67 m68k*) LTRACE_ARCH=m68k ;; 67 m68k*) LTRACE_ARCH=m68k ;;
68 powerpc*) LTRACE_ARCH=ppc ;; 68 powerpc*) LTRACE_ARCH=ppc ;;
69 s390*) LTRACE_ARCH=s390 ;; 69 s390*) LTRACE_ARCH=s390 ;;
70 sh*) LTRACE_ARCH=sh ;; 70 sh*) LTRACE_ARCH=sh ;;
71 sparc64*) LTRACE_ARCH=sparc64 ;; 71 sparc64*) LTRACE_ARCH=sparc64 ;;
72 sparc*) LTRACE_ARCH=sparc ;; 72 sparc*) LTRACE_ARCH=sparc ;;
73 x86_64*) LTRACE_ARCH=x86_64 ;; 73 x86_64*) LTRACE_ARCH=x86_64 ;;
74 esac 74 esac
75 oe_runmake install ${EXTRA_OEMAKE} ARCH=${LTRACE_ARCH} DESTDIR=${D} 75 oe_runmake install ${EXTRA_OEMAKE} ARCH=${LTRACE_ARCH} DESTDIR=${D}
76} 76}
77 77
78SRC_URI[archive.md5sum] = "3fa7fe715ab879db08bd06d1d59fd90f" 78SRC_URI[archive.md5sum] = "3fa7fe715ab879db08bd06d1d59fd90f"
diff --git a/meta-oe/recipes-devtools/lua/lua5.1_5.1.5.bb b/meta-oe/recipes-devtools/lua/lua5.1_5.1.5.bb
index f303d8711..19fee0156 100644
--- a/meta-oe/recipes-devtools/lua/lua5.1_5.1.5.bb
+++ b/meta-oe/recipes-devtools/lua/lua5.1_5.1.5.bb
@@ -10,7 +10,7 @@ DEPENDS += "readline"
10SRC_URI = "http://www.lua.org/ftp/lua-${PV}.tar.gz \ 10SRC_URI = "http://www.lua.org/ftp/lua-${PV}.tar.gz \
11 file://bitwise_operators.patch \ 11 file://bitwise_operators.patch \
12 file://lua5.1.pc \ 12 file://lua5.1.pc \
13 " 13"
14S = "${WORKDIR}/lua-${PV}" 14S = "${WORKDIR}/lua-${PV}"
15 15
16inherit pkgconfig binconfig 16inherit pkgconfig binconfig
@@ -22,30 +22,30 @@ TARGET_CC_ARCH += " -fPIC ${LDFLAGS}"
22EXTRA_OEMAKE = "'CC=${CC} -fPIC' 'MYCFLAGS=${CFLAGS} -DLUA_USE_LINUX -fPIC' MYLDFLAGS='${LDFLAGS}'" 22EXTRA_OEMAKE = "'CC=${CC} -fPIC' 'MYCFLAGS=${CFLAGS} -DLUA_USE_LINUX -fPIC' MYLDFLAGS='${LDFLAGS}'"
23 23
24do_configure_prepend() { 24do_configure_prepend() {
25 sed -i -e s:/usr/local:${prefix}:g src/luaconf.h 25 sed -i -e s:/usr/local:${prefix}:g src/luaconf.h
26 sed -i -e s:lib/lua/5.1/:${base_libdir}/lua/5.1/:g src/luaconf.h 26 sed -i -e s:lib/lua/5.1/:${base_libdir}/lua/5.1/:g src/luaconf.h
27} 27}
28 28
29do_compile () { 29do_compile () {
30 oe_runmake linux 30 oe_runmake linux
31} 31}
32 32
33do_install () { 33do_install () {
34 oe_runmake \ 34 oe_runmake \
35 'INSTALL_TOP=${D}${prefix}' \ 35 'INSTALL_TOP=${D}${prefix}' \
36 'INSTALL_BIN=${D}${bindir}' \ 36 'INSTALL_BIN=${D}${bindir}' \
37 'INSTALL_INC=${D}${includedir}/' \ 37 'INSTALL_INC=${D}${includedir}/' \
38 'INSTALL_MAN=${D}${mandir}/man1' \ 38 'INSTALL_MAN=${D}${mandir}/man1' \
39 'INSTALL_SHARE=${D}${datadir}/lua' \ 39 'INSTALL_SHARE=${D}${datadir}/lua' \
40 'INSTALL_LIB=${D}${libdir}' \ 40 'INSTALL_LIB=${D}${libdir}' \
41 'INSTALL_CMOD=${D}${libdir}/lua/5.1' \ 41 'INSTALL_CMOD=${D}${libdir}/lua/5.1' \
42 install 42 install
43 install -d ${D}${libdir}/pkgconfig 43 install -d ${D}${libdir}/pkgconfig
44 install -m 0644 ${WORKDIR}/lua5.1.pc ${D}${libdir}/pkgconfig/lua5.1.pc 44 install -m 0644 ${WORKDIR}/lua5.1.pc ${D}${libdir}/pkgconfig/lua5.1.pc
45 rmdir ${D}${libdir}/lua/5.1 45 rmdir ${D}${libdir}/lua/5.1
46 rmdir ${D}${libdir}/lua 46 rmdir ${D}${libdir}/lua
47 rmdir ${D}${datadir}/lua/5.1 47 rmdir ${D}${datadir}/lua/5.1
48 rmdir ${D}${datadir}/lua 48 rmdir ${D}${datadir}/lua
49} 49}
50BBCLASSEXTEND = "native" 50BBCLASSEXTEND = "native"
51 51
diff --git a/meta-oe/recipes-devtools/luajit/luajit_2.0.0.bb b/meta-oe/recipes-devtools/luajit/luajit_2.0.0.bb
index a7f96f81f..38783869c 100644
--- a/meta-oe/recipes-devtools/luajit/luajit_2.0.0.bb
+++ b/meta-oe/recipes-devtools/luajit/luajit_2.0.0.bb
@@ -7,7 +7,7 @@ DEPENDS += "lua5.1"
7PR = "r2" 7PR = "r2"
8SRC_URI = "http://luajit.org/download/LuaJIT-${PV}.tar.gz \ 8SRC_URI = "http://luajit.org/download/LuaJIT-${PV}.tar.gz \
9 file://disable_lj_vm_foldarith_for_spe.patch \ 9 file://disable_lj_vm_foldarith_for_spe.patch \
10 " 10"
11SRC_URI[md5sum] = "97a2b87cc0490784f54b64cfb3b8f5ad" 11SRC_URI[md5sum] = "97a2b87cc0490784f54b64cfb3b8f5ad"
12SRC_URI[sha256sum] = "deaed645c4a093c5fb250c30c9933c9131ee05c94b13262d58f6e0b60b338c15" 12SRC_URI[sha256sum] = "deaed645c4a093c5fb250c30c9933c9131ee05c94b13262d58f6e0b60b338c15"
13 13
@@ -16,8 +16,8 @@ S = "${WORKDIR}/LuaJIT-${PV}"
16inherit pkgconfig binconfig 16inherit pkgconfig binconfig
17 17
18do_configure_prepend() { 18do_configure_prepend() {
19 sed -i -e s:/usr/local:${prefix}:g ${S}/Makefile 19 sed -i -e s:/usr/local:${prefix}:g ${S}/Makefile
20 sed -i -e s:/lib$:${base_libdir}:g ${S}/Makefile 20 sed -i -e s:/lib$:${base_libdir}:g ${S}/Makefile
21} 21}
22 22
23EXTRA_OEMAKE = 'CROSS=${HOST_PREFIX} TARGET_CFLAGS="${TOOLCHAIN_OPTIONS}" TARGET_LDFLAGS="${TOOLCHAIN_OPTIONS}" TARGET_SHLDFLAGS="${TOOLCHAIN_OPTIONS}"' 23EXTRA_OEMAKE = 'CROSS=${HOST_PREFIX} TARGET_CFLAGS="${TOOLCHAIN_OPTIONS}" TARGET_LDFLAGS="${TOOLCHAIN_OPTIONS}" TARGET_SHLDFLAGS="${TOOLCHAIN_OPTIONS}"'
@@ -29,25 +29,25 @@ EXTRA_OEMAKE_append_arm = ' HOST_CC="${BUILD_CC} -m32"'
29EXTRA_OEMAKE_append_mips64 = ' HOST_CC="${BUILD_CC} -m32"' 29EXTRA_OEMAKE_append_mips64 = ' HOST_CC="${BUILD_CC} -m32"'
30 30
31do_compile () { 31do_compile () {
32 oe_runmake 32 oe_runmake
33} 33}
34 34
35do_install () { 35do_install () {
36 oe_runmake 'DESTDIR=${D}' install 36 oe_runmake 'DESTDIR=${D}' install
37 rmdir ${D}${datadir}/lua/5.1 \ 37 rmdir ${D}${datadir}/lua/5.1 \
38 ${D}${datadir}/lua \ 38 ${D}${datadir}/lua \
39 ${D}${libdir}/lua/5.1 \ 39 ${D}${libdir}/lua/5.1 \
40 ${D}${libdir}/lua 40 ${D}${libdir}/lua
41} 41}
42 42
43PACKAGES += 'luajit-common' 43PACKAGES += 'luajit-common'
44 44
45FILES_${PN} += "${libdir}/libluajit-5.1.so.2 \ 45FILES_${PN} += "${libdir}/libluajit-5.1.so.2 \
46 ${libdir}/libluajit-5.1.so.2.0.0 \ 46 ${libdir}/libluajit-5.1.so.2.0.0 \
47 " 47"
48FILES_${PN}-dev += "${libdir}/libluajit-5.1.a \ 48FILES_${PN}-dev += "${libdir}/libluajit-5.1.a \
49 ${libdir}/libluajit-5.1.so \ 49 ${libdir}/libluajit-5.1.so \
50 ${libdir}/pkgconfig/luajit.pc \ 50 ${libdir}/pkgconfig/luajit.pc \
51 " 51"
52FILES_luajit-common = "${datadir}/${BPN}-${PV}" 52FILES_luajit-common = "${datadir}/${BPN}-${PV}"
53 53
diff --git a/meta-oe/recipes-devtools/mercurial/mercurial-native_1.9.bb b/meta-oe/recipes-devtools/mercurial/mercurial-native_1.9.bb
index 41b29fbdf..6a135f68c 100644
--- a/meta-oe/recipes-devtools/mercurial/mercurial-native_1.9.bb
+++ b/meta-oe/recipes-devtools/mercurial/mercurial-native_1.9.bb
@@ -15,13 +15,13 @@ S = "${WORKDIR}/mercurial-${PV}"
15inherit native 15inherit native
16 16
17EXTRA_OEMAKE = "STAGING_LIBDIR=${STAGING_LIBDIR} STAGING_INCDIR=${STAGING_INCDIR} \ 17EXTRA_OEMAKE = "STAGING_LIBDIR=${STAGING_LIBDIR} STAGING_INCDIR=${STAGING_INCDIR} \
18 BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} PREFIX=${prefix}" 18 BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} PREFIX=${prefix}"
19 19
20do_configure_append () { 20do_configure_append () {
21 sed -i -e 's:PYTHON=python:PYTHON=${STAGING_BINDIR_NATIVE}/python-native/python:g' ${S}/Makefile 21 sed -i -e 's:PYTHON=python:PYTHON=${STAGING_BINDIR_NATIVE}/python-native/python:g' ${S}/Makefile
22} 22}
23 23
24do_install () { 24do_install () {
25 oe_runmake -e install-bin DESTDIR=${D} PREFIX=${prefix} 25 oe_runmake -e install-bin DESTDIR=${D} PREFIX=${prefix}
26} 26}
27 27
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs4_0.4.12.bb b/meta-oe/recipes-devtools/nodejs/nodejs4_0.4.12.bb
index d01a3c405..89a3232f3 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs4_0.4.12.bb
+++ b/meta-oe/recipes-devtools/nodejs/nodejs4_0.4.12.bb
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d6237f3a840aef5b7880fb4e49eecfe5"
6DEPENDS = "openssl" 6DEPENDS = "openssl"
7 7
8SRC_URI = " \ 8SRC_URI = " \
9 http://nodejs.org/dist/node-v${PV}.tar.gz \ 9 http://nodejs.org/dist/node-v${PV}.tar.gz \
10 file://libev-cross-cc_${PV}.patch \ 10 file://libev-cross-cc_${PV}.patch \
11" 11"
12SRC_URI[md5sum] = "a6375eaa43db5356bf443e25b828ae16" 12SRC_URI[md5sum] = "a6375eaa43db5356bf443e25b828ae16"
13SRC_URI[sha256sum] = "c01af05b933ad4d2ca39f63cac057f54f032a4d83cff8711e42650ccee24fce4" 13SRC_URI[sha256sum] = "c01af05b933ad4d2ca39f63cac057f54f032a4d83cff8711e42650ccee24fce4"
@@ -18,29 +18,29 @@ S = "${WORKDIR}/node-v${PV}"
18CCACHE = "" 18CCACHE = ""
19 19
20do_configure () { 20do_configure () {
21 sed -i -e 's:/usr/lib:${STAGING_LIBDIR}:g' wscript 21 sed -i -e 's:/usr/lib:${STAGING_LIBDIR}:g' wscript
22 sed -i -e 's:/usr/local/lib:${STAGING_LIBDIR}:g' wscript 22 sed -i -e 's:/usr/local/lib:${STAGING_LIBDIR}:g' wscript
23 ./configure --prefix=${prefix} --without-snapshot 23 ./configure --prefix=${prefix} --without-snapshot
24} 24}
25 25
26do_compile () { 26do_compile () {
27 make 27 make
28} 28}
29 29
30do_install () { 30do_install () {
31 oe_runmake install DESTDIR=${D} 31 oe_runmake install DESTDIR=${D}
32 32
33 # fix namespace conflicts with other nodejs recipes 33 # fix namespace conflicts with other nodejs recipes
34 mv ${D}${bindir}/node ${D}${bindir}/node4 34 mv ${D}${bindir}/node ${D}${bindir}/node4
35 mv ${D}${bindir}/node-waf ${D}${bindir}/node4-waf 35 mv ${D}${bindir}/node-waf ${D}${bindir}/node4-waf
36 36
37 mv ${D}${includedir}/node ${D}${includedir}/node4 37 mv ${D}${includedir}/node ${D}${includedir}/node4
38 38
39 mv ${D}${libdir}/node ${D}${libdir}/node4 39 mv ${D}${libdir}/node ${D}${libdir}/node4
40 mv ${D}${libdir}/pkgconfig/nodejs.pc ${D}${libdir}/pkgconfig/nodejs4.pc 40 mv ${D}${libdir}/pkgconfig/nodejs.pc ${D}${libdir}/pkgconfig/nodejs4.pc
41 sed -i -e s:include/node:include/node4: ${D}${libdir}/pkgconfig/nodejs4.pc 41 sed -i -e s:include/node:include/node4: ${D}${libdir}/pkgconfig/nodejs4.pc
42 42
43 mv ${D}${datadir}/man/man1/node.1 ${D}${datadir}/man/man1/node4.1 43 mv ${D}${datadir}/man/man1/node.1 ${D}${datadir}/man/man1/node4.1
44} 44}
45 45
46FILES_${PN} += "${libdir}/node4/wafadmin" 46FILES_${PN} += "${libdir}/node4/wafadmin"
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_0.8.18.bb b/meta-oe/recipes-devtools/nodejs/nodejs_0.8.18.bb
index 2db9e6814..ec9e4cf06 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs_0.8.18.bb
+++ b/meta-oe/recipes-devtools/nodejs/nodejs_0.8.18.bb
@@ -21,18 +21,18 @@ ARCHFLAGS ?= ""
21 21
22# Node is way too cool to use proper autotools, so we install two wrappers to forcefully inject proper arch cflags to workaround gypi 22# Node is way too cool to use proper autotools, so we install two wrappers to forcefully inject proper arch cflags to workaround gypi
23do_configure () { 23do_configure () {
24 export LD="${CXX}" 24 export LD="${CXX}"
25 25
26 ./configure --prefix=${prefix} --without-snapshot ${ARCHFLAGS} 26 ./configure --prefix=${prefix} --without-snapshot ${ARCHFLAGS}
27} 27}
28 28
29do_compile () { 29do_compile () {
30 export LD="${CXX}" 30 export LD="${CXX}"
31 make BUILDTYPE=Release 31 make BUILDTYPE=Release
32} 32}
33 33
34do_install () { 34do_install () {
35 oe_runmake install DESTDIR=${D} 35 oe_runmake install DESTDIR=${D}
36} 36}
37 37
38RDEPENDS_${PN} = "curl python-shell python-datetime python-subprocess python-crypt python-textutils python-netclient " 38RDEPENDS_${PN} = "curl python-shell python-datetime python-subprocess python-crypt python-textutils python-netclient "
diff --git a/meta-oe/recipes-devtools/orc/orc.inc b/meta-oe/recipes-devtools/orc/orc.inc
index 3a9b2f448..4a356e4a1 100644
--- a/meta-oe/recipes-devtools/orc/orc.inc
+++ b/meta-oe/recipes-devtools/orc/orc.inc
@@ -21,5 +21,5 @@ python populate_packages_prepend () {
21} 21}
22 22
23do_compile_prepend_virtclass-native () { 23do_compile_prepend_virtclass-native () {
24 sed -i -e 's#/tmp#.#g' ${S}/orc/orccodemem.c 24 sed -i -e 's#/tmp#.#g' ${S}/orc/orccodemem.c
25} 25}
diff --git a/meta-oe/recipes-devtools/packagekit/packagekit_0.5.6.bb b/meta-oe/recipes-devtools/packagekit/packagekit_0.5.6.bb
index f7c80638a..28627c114 100644
--- a/meta-oe/recipes-devtools/packagekit/packagekit_0.5.6.bb
+++ b/meta-oe/recipes-devtools/packagekit/packagekit_0.5.6.bb
@@ -26,20 +26,20 @@ EXTRA_OECONF = "--with-security-framework=dummy \
26 --disable-local \ 26 --disable-local \
27 --disable-networkmanager \ 27 --disable-networkmanager \
28 ac_cv_path_XMLTO=no \ 28 ac_cv_path_XMLTO=no \
29 " 29"
30 30
31#do_configure_prepend() { 31#do_configure_prepend() {
32# mkdir -p m4 32# mkdir -p m4
33# echo "EXTRA_DIST=" > gtk-doc.make 33# echo "EXTRA_DIST=" > gtk-doc.make
34#} 34#}
35 35
36do_configure_append() { 36do_configure_append() {
37 for i in $(find . -name Makefile) ; do 37 for i in $(find . -name Makefile) ; do
38 sed -i -e s:${STAGING_DIR_NATIVE}::g \ 38 sed -i -e s:${STAGING_DIR_NATIVE}::g \
39 -e s:${bindir}/mkdir:${STAGING_BINDIR_NATIVE}/mkdir:g \ 39 -e s:${bindir}/mkdir:${STAGING_BINDIR_NATIVE}/mkdir:g \
40 -e s:/usr/bin/intltool-merge:${STAGING_BINDIR_NATIVE}/intltool-merge:g \ 40 -e s:/usr/bin/intltool-merge:${STAGING_BINDIR_NATIVE}/intltool-merge:g \
41 $i 41 $i
42 done 42 done
43} 43}
44 44
45PACKAGES =+ "${PN}-website" 45PACKAGES =+ "${PN}-website"
diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc
index 29e82fa71..176d4a1c5 100644
--- a/meta-oe/recipes-devtools/php/php.inc
+++ b/meta-oe/recipes-devtools/php/php.inc
@@ -30,15 +30,15 @@ EXTRA_OECONF = "--enable-mbstring --enable-discard-path --enable-wddx \
30 --disable-embedded-mysqli \ 30 --disable-embedded-mysqli \
31 --with-mysql="${STAGING_DIR_TARGET}${prefix}" \ 31 --with-mysql="${STAGING_DIR_TARGET}${prefix}" \
32 --with-mysqli="${STAGING_BINDIR_CROSS}/mysql_config" \ 32 --with-mysqli="${STAGING_BINDIR_CROSS}/mysql_config" \
33 --with-sqlite3=${STAGING_LIBDIR}/.. --enable-sqlite-utf8 \ 33 --with-sqlite3=${STAGING_LIBDIR}/.. --enable-sqlite-utf8 \
34 --with-pdo-mysql="${STAGING_BINDIR_CROSS}/mysql_config" \ 34 --with-pdo-mysql="${STAGING_BINDIR_CROSS}/mysql_config" \
35 --with-pdo-sqlite=${STAGING_LIBDIR}/.. ${COMMON_EXTRA_OECONF} \ 35 --with-pdo-sqlite=${STAGING_LIBDIR}/.. ${COMMON_EXTRA_OECONF} \
36 " 36"
37EXTRA_OECONF_virtclass-native = "--with-cgi --without-libpng --without-libjpeg \ 37EXTRA_OECONF_virtclass-native = "--with-cgi --without-libpng --without-libjpeg \
38 --with-zlib --with-zlib-dir=${STAGING_LIBDIR_NATIVE}/.. \ 38 --with-zlib --with-zlib-dir=${STAGING_LIBDIR_NATIVE}/.. \
39 --with-libxml-dir=${STAGING_BINDIR_NATIVE} \ 39 --with-libxml-dir=${STAGING_BINDIR_NATIVE} \
40 ${COMMON_EXTRA_OECONF} \ 40 ${COMMON_EXTRA_OECONF} \
41 " 41"
42 42
43LIBS_virtclass-native = " -lxml2 " 43LIBS_virtclass-native = " -lxml2 "
44LIBS_pn-php =" -lpthread " 44LIBS_pn-php =" -lpthread "
@@ -82,8 +82,8 @@ do_install_append_pn-php() {
82 install -m 0755 ${S}/sapi/fpm/init.d.php-fpm ${D}${sysconfdir}/init.d/php-fpm 82 install -m 0755 ${S}/sapi/fpm/init.d.php-fpm ${D}${sysconfdir}/init.d/php-fpm
83 TMP=`dirname ${D}/${TMPDIR}` 83 TMP=`dirname ${D}/${TMPDIR}`
84 while test ${TMP} != ${D}; do 84 while test ${TMP} != ${D}; do
85 rmdir ${TMP} 85 rmdir ${TMP}
86 TMP=`dirname ${TMP}`; 86 TMP=`dirname ${TMP}`;
87 done 87 done
88} 88}
89 89
diff --git a/meta-oe/recipes-devtools/php/php/phar-makefile.patch b/meta-oe/recipes-devtools/php/php/phar-makefile.patch
index 6fde25127..9d1dc7b9a 100644
--- a/meta-oe/recipes-devtools/php/php/phar-makefile.patch
+++ b/meta-oe/recipes-devtools/php/php/phar-makefile.patch
@@ -4,8 +4,8 @@ index fc93d1d..9a8cd65 100755
4+++ b/ext/phar/Makefile.frag 4+++ b/ext/phar/Makefile.frag
5@@ -6,19 +6,8 @@ pharcmd: $(builddir)/phar.php $(builddir)/phar.phar 5@@ -6,19 +6,8 @@ pharcmd: $(builddir)/phar.php $(builddir)/phar.phar
6 6
7 PHP_PHARCMD_SETTINGS = -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1' -d phar.readonly=0 -d 'safe_mode=0' 7 PHP_PHARCMD_SETTINGS = -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1' -d phar.readonly=0 -d 'safe_mode=0'
8 PHP_PHARCMD_EXECUTABLE = ` \ 8 PHP_PHARCMD_EXECUTABLE = ` \
9- if test -x "$(top_builddir)/$(SAPI_CLI_PATH)"; then \ 9- if test -x "$(top_builddir)/$(SAPI_CLI_PATH)"; then \
10- $(top_srcdir)/build/shtool echo -n -- "$(top_builddir)/$(SAPI_CLI_PATH) -n"; \ 10- $(top_srcdir)/build/shtool echo -n -- "$(top_builddir)/$(SAPI_CLI_PATH) -n"; \
11- if test "x$(PHP_MODULES)" != "x"; then \ 11- if test "x$(PHP_MODULES)" != "x"; then \
@@ -21,6 +21,6 @@ index fc93d1d..9a8cd65 100755
21- fi;` 21- fi;`
22+ $(top_srcdir)/build/shtool echo -n -- "$(PHP_EXECUTABLE)"; ` 22+ $(top_srcdir)/build/shtool echo -n -- "$(PHP_EXECUTABLE)"; `
23+ 23+
24 PHP_PHARCMD_BANG = `$(top_srcdir)/build/shtool echo -n -- "$(INSTALL_ROOT)$(bindir)/$(program_prefix)php$(program_suffix)$(EXEEXT)";` 24 PHP_PHARCMD_BANG = `$(top_srcdir)/build/shtool echo -n -- "$(INSTALL_ROOT)$(bindir)/$(program_prefix)php$(program_suffix)$(EXEEXT)";`
25 25
26 $(builddir)/phar/phar.inc: $(srcdir)/phar/phar.inc 26 $(builddir)/phar/phar.inc: $(srcdir)/phar/phar.inc
diff --git a/meta-oe/recipes-devtools/php/php_5.3.19.bb b/meta-oe/recipes-devtools/php/php_5.3.19.bb
index 8204104b7..0ce811300 100644
--- a/meta-oe/recipes-devtools/php/php_5.3.19.bb
+++ b/meta-oe/recipes-devtools/php/php_5.3.19.bb
@@ -16,7 +16,7 @@ SRC_URI_append_pn-php += "file://iconv.patch \
16 file://fix-fpm-cross-compile.patch \ 16 file://fix-fpm-cross-compile.patch \
17 file://php-fpm.conf \ 17 file://php-fpm.conf \
18 file://php-fpm-apache.conf \ 18 file://php-fpm-apache.conf \
19 " 19"
20 20
21SRC_URI[md5sum] = "e1d2a3ec7849d4b3032bd1abf1916aa4" 21SRC_URI[md5sum] = "e1d2a3ec7849d4b3032bd1abf1916aa4"
22SRC_URI[sha256sum] = "814ce55b950158c4ddadbcd0b2d7d8cb4b570de4a29b9db021020594e2469fd6" 22SRC_URI[sha256sum] = "814ce55b950158c4ddadbcd0b2d7d8cb4b570de4a29b9db021020594e2469fd6"
diff --git a/meta-oe/recipes-devtools/python/python-dateutil_1.4.1.bb b/meta-oe/recipes-devtools/python/python-dateutil_1.4.1.bb
index a449f0339..2d913e4ee 100644
--- a/meta-oe/recipes-devtools/python/python-dateutil_1.4.1.bb
+++ b/meta-oe/recipes-devtools/python/python-dateutil_1.4.1.bb
@@ -15,8 +15,8 @@ PACKAGES =+ "${PN}-zoneinfo"
15FILES_${PN}-zoneinfo = "${libdir}/${PYTHON_DIR}/site-packages/dateutil/zoneinfo" 15FILES_${PN}-zoneinfo = "${libdir}/${PYTHON_DIR}/site-packages/dateutil/zoneinfo"
16 16
17RDEPENDS_${PN} = "\ 17RDEPENDS_${PN} = "\
18 python-core \ 18 python-core \
19 python-datetime \ 19 python-datetime \
20" 20"
21 21
22SRC_URI[md5sum] = "2a5f25ab12fcefcf0b21348f2d47595a" 22SRC_URI[md5sum] = "2a5f25ab12fcefcf0b21348f2d47595a"
diff --git a/meta-oe/recipes-devtools/python/python-mako_0.7.2.bb b/meta-oe/recipes-devtools/python/python-mako_0.7.2.bb
index 6f71561bd..9e381f3dc 100644
--- a/meta-oe/recipes-devtools/python/python-mako_0.7.2.bb
+++ b/meta-oe/recipes-devtools/python/python-mako_0.7.2.bb
@@ -16,4 +16,4 @@ inherit setuptools
16RDEPENDS_${PN} = "python-threading \ 16RDEPENDS_${PN} = "python-threading \
17 python-netclient \ 17 python-netclient \
18 python-html \ 18 python-html \
19 " 19"
diff --git a/meta-oe/recipes-devtools/python/python-matplotlib_1.1.0.bb b/meta-oe/recipes-devtools/python/python-matplotlib_1.1.0.bb
index 788ba2f7c..7bb61fd57 100644
--- a/meta-oe/recipes-devtools/python/python-matplotlib_1.1.0.bb
+++ b/meta-oe/recipes-devtools/python/python-matplotlib_1.1.0.bb
@@ -10,7 +10,7 @@ RDEPENDS_${PN} = "python-core python-distutils python-numpy freetype libpng"
10SRC_URI = "${SOURCEFORGE_MIRROR}/matplotlib/matplotlib-${PV}.tar.gz \ 10SRC_URI = "${SOURCEFORGE_MIRROR}/matplotlib/matplotlib-${PV}.tar.gz \
11 file://fix_setup.patch \ 11 file://fix_setup.patch \
12 file://fix_setupext.patch \ 12 file://fix_setupext.patch \
13 " 13"
14 14
15S = "${WORKDIR}/matplotlib-${PV}" 15S = "${WORKDIR}/matplotlib-${PV}"
16 16
@@ -19,9 +19,9 @@ EXTRA_OECONF = "--disable-docs --with-python-includes=${STAGING_INCDIR}/../"
19inherit distutils 19inherit distutils
20 20
21do_compile_prepend() { 21do_compile_prepend() {
22 BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \ 22 BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \
23 ${STAGING_BINDIR_NATIVE}/python setup.py build ${DISTUTILS_BUILD_ARGS} || \ 23 ${STAGING_BINDIR_NATIVE}/python setup.py build ${DISTUTILS_BUILD_ARGS} || \
24 true 24 true
25} 25}
26 26
27# need to export these variables for python-config to work 27# need to export these variables for python-config to work
diff --git a/meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb b/meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb
index 23bec15bb..a3698d30f 100644
--- a/meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb
+++ b/meta-oe/recipes-devtools/python/python-numpy_1.7.0.bb
@@ -9,18 +9,18 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \
9CONFIGFILESURI ?= "" 9CONFIGFILESURI ?= ""
10 10
11CONFIGFILESURI_aarch64 = "file://config.h \ 11CONFIGFILESURI_aarch64 = "file://config.h \
12 file://_numpyconfig.h \ 12 file://_numpyconfig.h \
13 " 13"
14CONFIGFILESURI_arm = "file://config.h \ 14CONFIGFILESURI_arm = "file://config.h \
15 file://numpyconfig.h \ 15 file://numpyconfig.h \
16 " 16"
17CONFIGFILESURI_mipsel = "file://config.h \ 17CONFIGFILESURI_mipsel = "file://config.h \
18 file://numpyconfig.h \ 18 file://numpyconfig.h \
19 " 19"
20 20
21CONFIGFILESURI_i586 = "file://config.h \ 21CONFIGFILESURI_i586 = "file://config.h \
22 file://numpyconfig.h \ 22 file://numpyconfig.h \
23 " 23"
24 24
25S = "${WORKDIR}/numpy-${PV}" 25S = "${WORKDIR}/numpy-${PV}"
26 26
@@ -29,10 +29,10 @@ inherit distutils
29# Make the build fail and replace *config.h with proper one 29# Make the build fail and replace *config.h with proper one
30# This is a ugly, ugly hack - Koen 30# This is a ugly, ugly hack - Koen
31do_compile_prepend() { 31do_compile_prepend() {
32 BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \ 32 BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \
33 ${STAGING_BINDIR_NATIVE}/python-native/python setup.py build ${DISTUTILS_BUILD_ARGS} || \ 33 ${STAGING_BINDIR_NATIVE}/python-native/python setup.py build ${DISTUTILS_BUILD_ARGS} || \
34 true 34 true
35 cp ${WORKDIR}/*config.h ${S}/build/$(ls ${S}/build | grep src)/numpy/core/include/numpy/ 35 cp ${WORKDIR}/*config.h ${S}/build/$(ls ${S}/build | grep src)/numpy/core/include/numpy/
36} 36}
37 37
38FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/numpy/core/lib/*.a" 38FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/numpy/core/lib/*.a"
@@ -59,4 +59,4 @@ RDEPENDS_${PN} = "python-unittest \
59 python-email \ 59 python-email \
60 python-subprocess \ 60 python-subprocess \
61 python-compression \ 61 python-compression \
62 " 62"
diff --git a/meta-oe/recipes-devtools/python/python-pexpect_2.3.bb b/meta-oe/recipes-devtools/python/python-pexpect_2.3.bb
index d1b8530bc..1c64365da 100644
--- a/meta-oe/recipes-devtools/python/python-pexpect_2.3.bb
+++ b/meta-oe/recipes-devtools/python/python-pexpect_2.3.bb
@@ -11,11 +11,11 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
11inherit distutils 11inherit distutils
12 12
13RDEPENDS_${PN} = "\ 13RDEPENDS_${PN} = "\
14 python-core \ 14 python-core \
15 python-io \ 15 python-io \
16 python-terminal \ 16 python-terminal \
17 python-resource \ 17 python-resource \
18 python-fcntl \ 18 python-fcntl \
19" 19"
20 20
21 21
diff --git a/meta-oe/recipes-devtools/python/python-pyqt_4.9.6.bb b/meta-oe/recipes-devtools/python/python-pyqt_4.9.6.bb
index 340796a7c..f21464a93 100644
--- a/meta-oe/recipes-devtools/python/python-pyqt_4.9.6.bb
+++ b/meta-oe/recipes-devtools/python/python-pyqt_4.9.6.bb
@@ -4,11 +4,11 @@ AUTHOR = "Phil Thomson @ riverbank.co.uk"
4SECTION = "devel/python" 4SECTION = "devel/python"
5LICENSE = "GPLv2 & GPLv3 & GPL_EXCEPTION" 5LICENSE = "GPLv2 & GPLv3 & GPL_EXCEPTION"
6LIC_FILES_CHKSUM = "\ 6LIC_FILES_CHKSUM = "\
7 file://GPL_EXCEPTION.TXT;md5=b73b0be471db679533dc94781c14af58 \ 7 file://GPL_EXCEPTION.TXT;md5=b73b0be471db679533dc94781c14af58 \
8 file://GPL_EXCEPTION_ADDENDUM.TXT;md5=c1e04ec2aa0911061005a801abf81e40 \ 8 file://GPL_EXCEPTION_ADDENDUM.TXT;md5=c1e04ec2aa0911061005a801abf81e40 \
9 file://OPENSOURCE-NOTICE.TXT;md5=6ad9123620cc04a22c394753ad4767d7 \ 9 file://OPENSOURCE-NOTICE.TXT;md5=6ad9123620cc04a22c394753ad4767d7 \
10 file://LICENSE.GPL2;md5=276c6b9cad5f85a3af3534299825feff \ 10 file://LICENSE.GPL2;md5=276c6b9cad5f85a3af3534299825feff \
11 file://LICENSE.GPL3;md5=eda942b9c6ba7eb0f40fee79e94950d5 \ 11 file://LICENSE.GPL3;md5=eda942b9c6ba7eb0f40fee79e94950d5 \
12" 12"
13 13
14DEPENDS = "sip-native python-sip" 14DEPENDS = "sip-native python-sip"
@@ -18,8 +18,8 @@ PYQT_OE_VERSION = "Qt_4_8_3"
18PR = "r1" 18PR = "r1"
19 19
20SRC_URI = "\ 20SRC_URI = "\
21 ${SOURCEFORGE_MIRROR}/pyqt/PyQt-x11-gpl-${PV}.tar.gz \ 21 ${SOURCEFORGE_MIRROR}/pyqt/PyQt-x11-gpl-${PV}.tar.gz \
22 file://pyqt-generated.patch;apply=no \ 22 file://pyqt-generated.patch;apply=no \
23" 23"
24SRC_URI[md5sum] = "514e1f9597771dc732ba75ba9fa5c6b6" 24SRC_URI[md5sum] = "514e1f9597771dc732ba75ba9fa5c6b6"
25SRC_URI[sha256sum] = "a350f9e5c6d8062671c0f29bf1a70824719b18175ce8372c29bf7c1eda44b18d" 25SRC_URI[sha256sum] = "a350f9e5c6d8062671c0f29bf1a70824719b18175ce8372c29bf7c1eda44b18d"
@@ -27,11 +27,11 @@ S = "${WORKDIR}/PyQt-x11-gpl-${PV}"
27 27
28# arm and mips machines need some extra patches 28# arm and mips machines need some extra patches
29SRC_URI_append_arm = "\ 29SRC_URI_append_arm = "\
30 file://qreal_float_support.diff \ 30 file://qreal_float_support.diff \
31" 31"
32 32
33SRC_URI_append_mipsel = "\ 33SRC_URI_append_mipsel = "\
34 file://qreal_float_support.diff \ 34 file://qreal_float_support.diff \
35" 35"
36 36
37inherit qt4x11 sip distutils-base 37inherit qt4x11 sip distutils-base
@@ -51,16 +51,16 @@ SIP_MODULES = "QtCore QtDeclarative QtGui QtNetwork QtSql QtSvg QtXml QtWebKit"
51MAKE_MODULES = "qpy ${SIP_MODULES}" 51MAKE_MODULES = "qpy ${SIP_MODULES}"
52 52
53EXTRA_QMAKEVARS_POST += "\ 53EXTRA_QMAKEVARS_POST += "\
54 INCLUDEPATH+=${OE_QMAKE_INCDIR_QT}/Qt \ 54 INCLUDEPATH+=${OE_QMAKE_INCDIR_QT}/Qt \
55 INCLUDEPATH+=${STAGING_INCDIR}/${PYTHON_DIR} \ 55 INCLUDEPATH+=${STAGING_INCDIR}/${PYTHON_DIR} \
56 INCLUDEPATH+=../qpy/QtCore \ 56 INCLUDEPATH+=../qpy/QtCore \
57 INCLUDEPATH+=../qpy/QtGui \ 57 INCLUDEPATH+=../qpy/QtGui \
58 INCLUDEPATH+=../qpy/QtDeclarative \ 58 INCLUDEPATH+=../qpy/QtDeclarative \
59 INCLUDEPATH+=${OE_QMAKE_INCDIR_QT}/QtCore \ 59 INCLUDEPATH+=${OE_QMAKE_INCDIR_QT}/QtCore \
60 INCLUDEPATH+=${OE_QMAKE_INCDIR_QT}/QtGui \ 60 INCLUDEPATH+=${OE_QMAKE_INCDIR_QT}/QtGui \
61 INCLUDEPATH+=${OE_QMAKE_INCDIR_QT}/QtDeclarative \ 61 INCLUDEPATH+=${OE_QMAKE_INCDIR_QT}/QtDeclarative \
62 INCLUDEPATH+=${OE_QMAKE_INCDIR_QT}/QtWebKit \ 62 INCLUDEPATH+=${OE_QMAKE_INCDIR_QT}/QtWebKit \
63 INCLUDEPATH+=${OE_QMAKE_INCDIR_QT}/QtNetwork \ 63 INCLUDEPATH+=${OE_QMAKE_INCDIR_QT}/QtNetwork \
64" 64"
65FIX_QREAL = "\ 65FIX_QREAL = "\
66" 66"
diff --git a/meta-oe/recipes-devtools/python/python-pyserial_2.4.bb b/meta-oe/recipes-devtools/python/python-pyserial_2.4.bb
index 02ba6b7ba..0cce5cbc9 100644
--- a/meta-oe/recipes-devtools/python/python-pyserial_2.4.bb
+++ b/meta-oe/recipes-devtools/python/python-pyserial_2.4.bb
@@ -13,9 +13,9 @@ inherit setuptools
13# FIXME might stop packaging serialwin32 and serialjava files 13# FIXME might stop packaging serialwin32 and serialjava files
14 14
15RDEPENDS_${PN} = "\ 15RDEPENDS_${PN} = "\
16 python-fcntl \ 16 python-fcntl \
17 python-io \ 17 python-io \
18 python-stringold \ 18 python-stringold \
19" 19"
20 20
21SRC_URI[md5sum] = "eec19df59fd75ba5a136992897f8e468" 21SRC_URI[md5sum] = "eec19df59fd75ba5a136992897f8e468"
diff --git a/meta-oe/recipes-devtools/python/python-pyudev_0.16.1.bb b/meta-oe/recipes-devtools/python/python-pyudev_0.16.1.bb
index ec54b4403..741d037cc 100644
--- a/meta-oe/recipes-devtools/python/python-pyudev_0.16.1.bb
+++ b/meta-oe/recipes-devtools/python/python-pyudev_0.16.1.bb
@@ -19,7 +19,7 @@ do_configure_prepend() {
19} 19}
20 20
21RDEPENDS_${PN} = "\ 21RDEPENDS_${PN} = "\
22 python-ctypes \ 22 python-ctypes \
23 python-subprocess \ 23 python-subprocess \
24 python-misc \ 24 python-misc \
25" 25"
diff --git a/meta-oe/recipes-devtools/python/python-pyusb_1.0.0a2.bb b/meta-oe/recipes-devtools/python/python-pyusb_1.0.0a2.bb
index 40242829b..e5956dbdf 100644
--- a/meta-oe/recipes-devtools/python/python-pyusb_1.0.0a2.bb
+++ b/meta-oe/recipes-devtools/python/python-pyusb_1.0.0a2.bb
@@ -7,7 +7,7 @@ DEPENDS = "libusb1"
7PR = "r1" 7PR = "r1"
8 8
9SRC_URI = "\ 9SRC_URI = "\
10 ${SOURCEFORGE_MIRROR}/pyusb/${SRCNAME}-${PV}.tar.gz \ 10 ${SOURCEFORGE_MIRROR}/pyusb/${SRCNAME}-${PV}.tar.gz \
11" 11"
12SRC_URI[md5sum] = "9136b3dc019272c62a5b6d4eb624f89f" 12SRC_URI[md5sum] = "9136b3dc019272c62a5b6d4eb624f89f"
13SRC_URI[sha256sum] = "dacbf7d568c0bb09a974d56da66d165351f1ba3c4d5169ab5b734266623e1736" 13SRC_URI[sha256sum] = "dacbf7d568c0bb09a974d56da66d165351f1ba3c4d5169ab5b734266623e1736"
diff --git a/meta-oe/recipes-devtools/python/python-pyyaml_3.10.bb b/meta-oe/recipes-devtools/python/python-pyyaml_3.10.bb
index 625efd59b..100e1c81a 100644
--- a/meta-oe/recipes-devtools/python/python-pyyaml_3.10.bb
+++ b/meta-oe/recipes-devtools/python/python-pyyaml_3.10.bb
@@ -7,7 +7,7 @@ DEPENDS = "libyaml python-cython-native"
7 7
8SRC_URI = "http://pyyaml.org/download/pyyaml/PyYAML-${PV}.tar.gz \ 8SRC_URI = "http://pyyaml.org/download/pyyaml/PyYAML-${PV}.tar.gz \
9 file://setup.py \ 9 file://setup.py \
10 " 10"
11 11
12SRC_URI[md5sum] = "74c94a383886519e9e7b3dd1ee540247" 12SRC_URI[md5sum] = "74c94a383886519e9e7b3dd1ee540247"
13SRC_URI[sha256sum] = "e713da45c96ca53a3a8b48140d4120374db622df16ab71759c9ceb5b8d46fe7c" 13SRC_URI[sha256sum] = "e713da45c96ca53a3a8b48140d4120374db622df16ab71759c9ceb5b8d46fe7c"
@@ -17,6 +17,6 @@ S = "${WORKDIR}/PyYAML-${PV}"
17inherit distutils 17inherit distutils
18 18
19do_configure_prepend() { 19do_configure_prepend() {
20 # upstream setup.py overcomplicated, use ours 20 # upstream setup.py overcomplicated, use ours
21 install -m 0644 ${WORKDIR}/setup.py ${S} 21 install -m 0644 ${WORKDIR}/setup.py ${S}
22} 22}
diff --git a/meta-oe/recipes-devtools/python/python-simplejson_2.2.1.bb b/meta-oe/recipes-devtools/python/python-simplejson_2.2.1.bb
index 6be59c927..85d69c1a7 100644
--- a/meta-oe/recipes-devtools/python/python-simplejson_2.2.1.bb
+++ b/meta-oe/recipes-devtools/python/python-simplejson_2.2.1.bb
@@ -17,11 +17,11 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
17inherit distutils 17inherit distutils
18 18
19RDEPENDS_${PN} = "\ 19RDEPENDS_${PN} = "\
20 python-core \ 20 python-core \
21 python-re \ 21 python-re \
22 python-io \ 22 python-io \
23 python-netserver \ 23 python-netserver \
24 python-numbers \ 24 python-numbers \
25" 25"
26 26
27 27
diff --git a/meta-oe/recipes-devtools/python/python-sip_4.14.2.bb b/meta-oe/recipes-devtools/python/python-sip_4.14.2.bb
index 1159a2abb..747d89632 100644
--- a/meta-oe/recipes-devtools/python/python-sip_4.14.2.bb
+++ b/meta-oe/recipes-devtools/python/python-sip_4.14.2.bb
@@ -29,17 +29,17 @@ EXTRA_QMAKEVARS_POST += " TEMPLATE=lib \
29 29
30 30
31do_configure_prepend() { 31do_configure_prepend() {
32 cat siplib.sbf.in | sed s,target,TARGET, | sed s,sources,SOURCES, | sed s,headers,HEADERS, | sed s,@CFG_MODULE_BASENAME@,sip, > siplib.pro 32 cat siplib.sbf.in | sed s,target,TARGET, | sed s,sources,SOURCES, | sed s,headers,HEADERS, | sed s,@CFG_MODULE_BASENAME@,sip, > siplib.pro
33 cat siplib.c.in | sed s,@CFG_MODULE_BASENAME@,sip, > siplib.c 33 cat siplib.c.in | sed s,@CFG_MODULE_BASENAME@,sip, > siplib.c
34 cat sip.h.in | sed -e s,@CFG_MODULE_NAME@,sip,g > sip.h 34 cat sip.h.in | sed -e s,@CFG_MODULE_NAME@,sip,g > sip.h
35} 35}
36 36
37do_install() { 37do_install() {
38 install -d ${D}${libdir}/${PYTHON_DIR}/site-packages/ 38 install -d ${D}${libdir}/${PYTHON_DIR}/site-packages/
39 install -m 0755 libsip.so.1.0.0 ${D}${libdir}/${PYTHON_DIR}/site-packages/sip.so 39 install -m 0755 libsip.so.1.0.0 ${D}${libdir}/${PYTHON_DIR}/site-packages/sip.so
40 # sipconfig.py sipdistutils.py 40 # sipconfig.py sipdistutils.py
41 install -d ${D}${includedir} 41 install -d ${D}${includedir}
42 install -m 0644 ../siplib/sip.h ${D}${includedir}/sip.h 42 install -m 0644 ../siplib/sip.h ${D}${includedir}/sip.h
43} 43}
44 44
45FILES_${PN} = "${libdir}/${PYTHON_DIR}/site-packages/sip.so" 45FILES_${PN} = "${libdir}/${PYTHON_DIR}/site-packages/sip.so"
diff --git a/meta-oe/recipes-devtools/python/python-smbus_3.0.3.bb b/meta-oe/recipes-devtools/python/python-smbus_3.0.3.bb
index 5ba24c6ef..3085d2f3c 100644
--- a/meta-oe/recipes-devtools/python/python-smbus_3.0.3.bb
+++ b/meta-oe/recipes-devtools/python/python-smbus_3.0.3.bb
@@ -3,7 +3,7 @@ LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://smbusmodule.c;startline=1;endline=17;md5=fa24df321a520ff8e10f203425ab9fa8" 3LIC_FILES_CHKSUM = "file://smbusmodule.c;startline=1;endline=17;md5=fa24df321a520ff8e10f203425ab9fa8"
4 4
5SRC_URI = "http://dl.lm-sensors.org/i2c-tools/releases/i2c-tools-${PV}.tar.bz2 \ 5SRC_URI = "http://dl.lm-sensors.org/i2c-tools/releases/i2c-tools-${PV}.tar.bz2 \
6 " 6"
7SRC_URI[md5sum] = "511376eed04455cdb277ef19c5f73bb4" 7SRC_URI[md5sum] = "511376eed04455cdb277ef19c5f73bb4"
8SRC_URI[sha256sum] = "23b28e474741834e3f1b35b0686528769a13adc92d2ff5603cbda1d6bd5e5629" 8SRC_URI[sha256sum] = "23b28e474741834e3f1b35b0686528769a13adc92d2ff5603cbda1d6bd5e5629"
9 9
@@ -14,7 +14,7 @@ inherit distutils
14S = "${WORKDIR}/i2c-tools-${PV}/py-smbus/" 14S = "${WORKDIR}/i2c-tools-${PV}/py-smbus/"
15 15
16do_configure_prepend() { 16do_configure_prepend() {
17 # Adjust for OE header rename 17 # Adjust for OE header rename
18 sed -i s:linux/i2c-dev.h:linux/i2c-dev-user.h: Module.mk 18 sed -i s:linux/i2c-dev.h:linux/i2c-dev-user.h: Module.mk
19 sed -i s:linux/i2c-dev.h:linux/i2c-dev-user.h: smbusmodule.c 19 sed -i s:linux/i2c-dev.h:linux/i2c-dev-user.h: smbusmodule.c
20} 20}
diff --git a/meta-oe/recipes-devtools/python/python-tornado_git.bb b/meta-oe/recipes-devtools/python/python-tornado_git.bb
index f158923ff..9c58e94bc 100644
--- a/meta-oe/recipes-devtools/python/python-tornado_git.bb
+++ b/meta-oe/recipes-devtools/python/python-tornado_git.bb
@@ -7,7 +7,7 @@ PV = "2.2.1+git${SRCPV}"
7SRCREV = "c501917eba46dec30b1f2ef12497dffc4beec505" 7SRCREV = "c501917eba46dec30b1f2ef12497dffc4beec505"
8SRC_URI = "git://github.com/facebook/tornado.git;branch=branch2.2 \ 8SRC_URI = "git://github.com/facebook/tornado.git;branch=branch2.2 \
9 file://0001-disable-AI_ADDRCONFIG-flag.patch \ 9 file://0001-disable-AI_ADDRCONFIG-flag.patch \
10 " 10"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
diff --git a/meta-oe/recipes-devtools/python/python-twisted_10.2.0.bb b/meta-oe/recipes-devtools/python/python-twisted_10.2.0.bb
index 532094675..d585bfab4 100644
--- a/meta-oe/recipes-devtools/python/python-twisted_10.2.0.bb
+++ b/meta-oe/recipes-devtools/python/python-twisted_10.2.0.bb
@@ -23,68 +23,68 @@ do_install_append() {
23} 23}
24 24
25PACKAGES += "\ 25PACKAGES += "\
26 ${PN}-zsh \ 26 ${PN}-zsh \
27 ${PN}-test \ 27 ${PN}-test \
28 ${PN}-protocols \ 28 ${PN}-protocols \
29 ${PN}-bin \ 29 ${PN}-bin \
30 ${PN}-conch \ 30 ${PN}-conch \
31 ${PN}-lore \ 31 ${PN}-lore \
32 ${PN}-mail \ 32 ${PN}-mail \
33 ${PN}-names \ 33 ${PN}-names \
34 ${PN}-news \ 34 ${PN}-news \
35 ${PN}-runner \ 35 ${PN}-runner \
36 ${PN}-web \ 36 ${PN}-web \
37 ${PN}-words \ 37 ${PN}-words \
38 ${PN}-flow \ 38 ${PN}-flow \
39 ${PN}-pair \ 39 ${PN}-pair \
40 ${PN}-core \ 40 ${PN}-core \
41" 41"
42 42
43RDEPENDS_${PN} = "python-core python-zopeinterface" 43RDEPENDS_${PN} = "python-core python-zopeinterface"
44RDEPENDS_${PN} += "\ 44RDEPENDS_${PN} += "\
45 ${PN}-bin \ 45 ${PN}-bin \
46 ${PN}-conch \ 46 ${PN}-conch \
47 ${PN}-lore \ 47 ${PN}-lore \
48 ${PN}-mail \ 48 ${PN}-mail \
49 ${PN}-names \ 49 ${PN}-names \
50 ${PN}-news \ 50 ${PN}-news \
51 ${PN}-runner \ 51 ${PN}-runner \
52 ${PN}-web \ 52 ${PN}-web \
53 ${PN}-words \ 53 ${PN}-words \
54" 54"
55 55
56ALLOW_EMPTY_${PN} = "1" 56ALLOW_EMPTY_${PN} = "1"
57FILES_${PN} = "" 57FILES_${PN} = ""
58 58
59FILES_${PN}-test = " \ 59FILES_${PN}-test = " \
60 ${libdir}/${PYTHON_DIR}/site-packages/twisted/test \ 60 ${libdir}/${PYTHON_DIR}/site-packages/twisted/test \
61 ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/test \ 61 ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/test \
62" 62"
63 63
64FILES_${PN}-protocols = " \ 64FILES_${PN}-protocols = " \
65 ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/*.py* \ 65 ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/*.py* \
66 ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/gps/ \ 66 ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/gps/ \
67 ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/mice/ \ 67 ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/mice/ \
68" 68"
69 69
70FILES_${PN}-zsh = " \ 70FILES_${PN}-zsh = " \
71 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zsh \ 71 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zsh \
72 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zshcomp.* \ 72 ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zshcomp.* \
73" 73"
74 74
75FILES_${PN}-bin = " \ 75FILES_${PN}-bin = " \
76 ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/_c_urlarg.so \ 76 ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/_c_urlarg.so \
77 ${libdir}/${PYTHON_DIR}/site-packages/twisted/spread/cBanana.so \ 77 ${libdir}/${PYTHON_DIR}/site-packages/twisted/spread/cBanana.so \
78" 78"
79 79
80FILES_${PN}-conch = " \ 80FILES_${PN}-conch = " \
81 ${bindir}/ckeygen \ 81 ${bindir}/ckeygen \
82 ${bindir}/tkconch \ 82 ${bindir}/tkconch \
83 ${bindir}/conch \ 83 ${bindir}/conch \
84 ${bindir}/conchftp \ 84 ${bindir}/conchftp \
85 ${bindir}/cftp \ 85 ${bindir}/cftp \
86 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_conch.py* \ 86 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_conch.py* \
87 ${libdir}/${PYTHON_DIR}/site-packages/twisted/conch \ 87 ${libdir}/${PYTHON_DIR}/site-packages/twisted/conch \
88" 88"
89 89
90FILES_${PN}-core = " \ 90FILES_${PN}-core = " \
diff --git a/meta-oe/recipes-devtools/swig/swig.inc b/meta-oe/recipes-devtools/swig/swig.inc
index df6f78070..0476d53a7 100644
--- a/meta-oe/recipes-devtools/swig/swig.inc
+++ b/meta-oe/recipes-devtools/swig/swig.inc
@@ -15,38 +15,38 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz"
15inherit autotools pythonnative 15inherit autotools pythonnative
16 16
17EXTRA_OECONF = " \ 17EXTRA_OECONF = " \
18 --with-python=${PYTHON} \ 18 --with-python=${PYTHON} \
19 --without-allegrocl \ 19 --without-allegrocl \
20 --without-android \ 20 --without-android \
21 --without-boost \ 21 --without-boost \
22 --without-chicken \ 22 --without-chicken \
23 --without-clisp \ 23 --without-clisp \
24 --without-csharp \ 24 --without-csharp \
25 --without-d \ 25 --without-d \
26 --without-gcj \ 26 --without-gcj \
27 --without-go \ 27 --without-go \
28 --without-guile \ 28 --without-guile \
29 --without-java \ 29 --without-java \
30 --without-lua \ 30 --without-lua \
31 --without-mzscheme \ 31 --without-mzscheme \
32 --without-ocaml \ 32 --without-ocaml \
33 --without-octave \ 33 --without-octave \
34 --without-perl5 \ 34 --without-perl5 \
35 --without-pike \ 35 --without-pike \
36 --without-php \ 36 --without-php \
37 --without-python3 \ 37 --without-python3 \
38 --without-r \ 38 --without-r \
39 --without-ruby \ 39 --without-ruby \
40 --without-tcl \ 40 --without-tcl \
41" 41"
42 42
43BBCLASSEXTEND = "native" 43BBCLASSEXTEND = "native"
44 44
45do_configure() { 45do_configure() {
46 install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}/Tools/config 46 install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}/Tools/config
47 install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}/Tools/config 47 install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}/Tools/config
48 install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S} 48 install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}
49 install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S} 49 install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}
50 oe_runconf 50 oe_runconf
51} 51}
52 52
diff --git a/meta-oe/recipes-devtools/tcltk/tk_8.5.8.bb b/meta-oe/recipes-devtools/tcltk/tk_8.5.8.bb
index 247e55b69..d44b407ef 100644
--- a/meta-oe/recipes-devtools/tcltk/tk_8.5.8.bb
+++ b/meta-oe/recipes-devtools/tcltk/tk_8.5.8.bb
@@ -6,14 +6,14 @@ LIC_FILES_CHKSUM = "file://license.terms;md5=24954e7e6b54c1b4e16de861b9d392fc"
6DEPENDS = "tcl virtual/libx11 libxt" 6DEPENDS = "tcl virtual/libx11 libxt"
7 7
8SRC_URI = "\ 8SRC_URI = "\
9 ${SOURCEFORGE_MIRROR}/tcl/tk${PV}-src.tar.gz \ 9 ${SOURCEFORGE_MIRROR}/tcl/tk${PV}-src.tar.gz \
10 file://confsearch.diff;striplevel=2 \ 10 file://confsearch.diff;striplevel=2 \
11 file://manpages.diff;striplevel=2 \ 11 file://manpages.diff;striplevel=2 \
12 file://non-linux.diff;striplevel=2 \ 12 file://non-linux.diff;striplevel=2 \
13 file://rpath.diff;striplevel=2 \ 13 file://rpath.diff;striplevel=2 \
14 file://tklibrary.diff;striplevel=2 \ 14 file://tklibrary.diff;striplevel=2 \
15 file://tkprivate.diff;striplevel=2 \ 15 file://tkprivate.diff;striplevel=2 \
16 file://fix-xft.diff \ 16 file://fix-xft.diff \
17" 17"
18SRC_URI[md5sum] = "13bf90602e16fc530e05196431021dc6" 18SRC_URI[md5sum] = "13bf90602e16fc530e05196431021dc6"
19SRC_URI[sha256sum] = "9737da5c30e631281062b6acbb4753840f9e95657c78e37657d9c520589ab2d4" 19SRC_URI[sha256sum] = "9737da5c30e631281062b6acbb4753840f9e95657c78e37657d9c520589ab2d4"
@@ -23,16 +23,16 @@ S = "${WORKDIR}/tk${PV}/unix"
23inherit autotools 23inherit autotools
24 24
25EXTRA_OECONF = "\ 25EXTRA_OECONF = "\
26 --enable-threads \ 26 --enable-threads \
27 --with-tcl=${STAGING_BINDIR_CROSS} \ 27 --with-tcl=${STAGING_BINDIR_CROSS} \
28 --x-includes=${STAGING_INCDIR} \ 28 --x-includes=${STAGING_INCDIR} \
29 --x-libraries=${STAGING_LIBDIR} \ 29 --x-libraries=${STAGING_LIBDIR} \
30" 30"
31 31
32do_install_append() { 32do_install_append() {
33 mv libtk8.5.so libtk8.5.so.0 33 mv libtk8.5.so libtk8.5.so.0
34 oe_libinstall -so libtk8.5 ${D}${libdir} 34 oe_libinstall -so libtk8.5 ${D}${libdir}
35 ln -sf wish8.5 ${D}${bindir}/wish 35 ln -sf wish8.5 ${D}${bindir}/wish
36} 36}
37 37
38PACKAGES =+ "${PN}-lib" 38PACKAGES =+ "${PN}-lib"
diff --git a/meta-oe/recipes-extended/atftp/atftp_git.bb b/meta-oe/recipes-extended/atftp/atftp_git.bb
index 67a2c1b4c..3e55881cf 100644
--- a/meta-oe/recipes-extended/atftp/atftp_git.bb
+++ b/meta-oe/recipes-extended/atftp/atftp_git.bb
@@ -13,7 +13,7 @@ SRC_URI = "git://atftp.git.sourceforge.net/gitroot/atftp/atftp;protocol=git \
13 file://atftpd-0.7_unprotected_assignments_crash.patch \ 13 file://atftpd-0.7_unprotected_assignments_crash.patch \
14 file://atftpd.init \ 14 file://atftpd.init \
15 file://atftpd.service \ 15 file://atftpd.service \
16 " 16"
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18
19inherit autotools update-rc.d useradd systemd 19inherit autotools update-rc.d useradd systemd
@@ -43,9 +43,9 @@ PACKAGES =+ "atftpd"
43FILES_${PN} = "${bindir}/*" 43FILES_${PN} = "${bindir}/*"
44 44
45FILES_${PN}d = "${sbindir}/* \ 45FILES_${PN}d = "${sbindir}/* \
46 ${sysconfdir}/init.d/* \ 46 ${sysconfdir}/init.d/* \
47 /srv/tftp \ 47 /srv/tftp \
48 ${systemd_unitdir}/system/atftpd.service \ 48 ${systemd_unitdir}/system/atftpd.service \
49" 49"
50 50
51SYSTEMD_PACKAGES = "${PN}d" 51SYSTEMD_PACKAGES = "${PN}d"
diff --git a/meta-oe/recipes-extended/ddrescue/ddrescue_1.16.bb b/meta-oe/recipes-extended/ddrescue/ddrescue_1.16.bb
index 7e0a4fb13..50202c1cb 100644
--- a/meta-oe/recipes-extended/ddrescue/ddrescue_1.16.bb
+++ b/meta-oe/recipes-extended/ddrescue/ddrescue_1.16.bb
@@ -1,7 +1,7 @@
1SUMMARY = "Data recovery tool" 1SUMMARY = "Data recovery tool"
2DESCRIPTION = "GNU ddrescue is a data recovery tool. It copies data \ 2DESCRIPTION = "GNU ddrescue is a data recovery tool. It copies data \
3 from one file or block device (hard disc, cdrom, etc) to another, \ 3 from one file or block device (hard disc, cdrom, etc) to another, \
4 trying hard to rescue data in case of read errors." 4 trying hard to rescue data in case of read errors."
5HOMEPAGE = "http://www.gnu.org/software/ddrescue/ddrescue.html" 5HOMEPAGE = "http://www.gnu.org/software/ddrescue/ddrescue.html"
6SECTION = "console" 6SECTION = "console"
7LICENSE = "GPLv3+" 7LICENSE = "GPLv3+"
diff --git a/meta-oe/recipes-extended/dmidecode/dmidecode_2.10.bb b/meta-oe/recipes-extended/dmidecode/dmidecode_2.10.bb
index ae06de9cc..3437ef17a 100644
--- a/meta-oe/recipes-extended/dmidecode/dmidecode_2.10.bb
+++ b/meta-oe/recipes-extended/dmidecode/dmidecode_2.10.bb
@@ -10,11 +10,11 @@ SRC_URI = "http://savannah.nongnu.org/download/dmidecode/${P}.tar.bz2"
10COMPATIBLE_HOST = "(i.86|x86_64).*-linux" 10COMPATIBLE_HOST = "(i.86|x86_64).*-linux"
11 11
12do_compile() { 12do_compile() {
13 oe_runmake 13 oe_runmake
14} 14}
15 15
16do_install() { 16do_install() {
17 oe_runmake DESTDIR="${D}" install 17 oe_runmake DESTDIR="${D}" install
18} 18}
19 19
20SRC_URI[md5sum] = "3c9c4d55a40b78600f3b43bfa64616f9" 20SRC_URI[md5sum] = "3c9c4d55a40b78600f3b43bfa64616f9"
diff --git a/meta-oe/recipes-extended/gnuplot/gnuplot_4.4.4.bb b/meta-oe/recipes-extended/gnuplot/gnuplot_4.4.4.bb
index d922afc89..4ea312fea 100644
--- a/meta-oe/recipes-extended/gnuplot/gnuplot_4.4.4.bb
+++ b/meta-oe/recipes-extended/gnuplot/gnuplot_4.4.4.bb
@@ -3,11 +3,11 @@ require gnuplot.inc
3PR = "r1" 3PR = "r1"
4 4
5SRC_URI = "${SOURCEFORGE_MIRROR}/gnuplot/${PN}-${PV}.tar.gz;name=archive \ 5SRC_URI = "${SOURCEFORGE_MIRROR}/gnuplot/${PN}-${PV}.tar.gz;name=archive \
6 http://www.mneuroth.de/privat/zaurus/qtplot-0.2.tar.gz;name=qtplot \ 6 http://www.mneuroth.de/privat/zaurus/qtplot-0.2.tar.gz;name=qtplot \
7 file://subdirs.patch \ 7 file://subdirs.patch \
8 file://gnuplot.desktop \ 8 file://gnuplot.desktop \
9 file://gnuplot.png \ 9 file://gnuplot.png \
10 file://automake-1.12.x.patch \ 10 file://automake-1.12.x.patch \
11" 11"
12 12
13SRC_URI[archive.md5sum] = "97a43328e81e57ebed7f135ca0c07e82" 13SRC_URI[archive.md5sum] = "97a43328e81e57ebed7f135ca0c07e82"
diff --git a/meta-oe/recipes-extended/hplip/hplip_3.12.6.bb b/meta-oe/recipes-extended/hplip/hplip_3.12.6.bb
index b9c270da6..08735a0c9 100644
--- a/meta-oe/recipes-extended/hplip/hplip_3.12.6.bb
+++ b/meta-oe/recipes-extended/hplip/hplip_3.12.6.bb
@@ -8,7 +8,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.gz \
8 file://setup-add-sleep-after-cups-reset.patch \ 8 file://setup-add-sleep-after-cups-reset.patch \
9 file://fix-libusb-paths.patch \ 9 file://fix-libusb-paths.patch \
10 file://cups-1.6.patch \ 10 file://cups-1.6.patch \
11 " 11"
12 12
13DEPENDS += "cups python libusb" 13DEPENDS += "cups python libusb"
14 14
@@ -34,7 +34,7 @@ EXTRA_OECONF += "\
34 --disable-foomatic-drv-install \ 34 --disable-foomatic-drv-install \
35 --enable-foomatic-ppd-install \ 35 --enable-foomatic-ppd-install \
36 --enable-foomatic-rip-hplip-install \ 36 --enable-foomatic-rip-hplip-install \
37 " 37"
38 38
39PACKAGES += "${PN}-ppd ${PN}-cups ${PN}-backend ${PN}-filter ${PN}-hal" 39PACKAGES += "${PN}-ppd ${PN}-cups ${PN}-backend ${PN}-filter ${PN}-hal"
40 40
@@ -49,7 +49,7 @@ RDEPENDS_${PN} += " \
49 python-resource \ 49 python-resource \
50 python-terminal \ 50 python-terminal \
51 python-subprocess\ 51 python-subprocess\
52 " 52"
53 53
54# need to snag the debug file or OE will fail on backend package 54# need to snag the debug file or OE will fail on backend package
55FILES_${PN}-dbg += "\ 55FILES_${PN}-dbg += "\
diff --git a/meta-oe/recipes-extended/iotop/iotop_0.4.4.bb b/meta-oe/recipes-extended/iotop/iotop_0.4.4.bb
index 3b8150be9..14d2ee5e3 100644
--- a/meta-oe/recipes-extended/iotop/iotop_0.4.4.bb
+++ b/meta-oe/recipes-extended/iotop/iotop_0.4.4.bb
@@ -1,7 +1,7 @@
1SUMMARY = "Simple top-like I/O monitor" 1SUMMARY = "Simple top-like I/O monitor"
2DESCRIPTION = "iotop does for I/O usage what top(1) does for CPU usage. \ 2DESCRIPTION = "iotop does for I/O usage what top(1) does for CPU usage. \
3 It watches I/O usage information output by the Linux kernel and displays \ 3 It watches I/O usage information output by the Linux kernel and displays \
4 a table of current I/O usage by processes on the system." 4 a table of current I/O usage by processes on the system."
5HOMEPAGE = "http://guichaz.free.fr/iotop/" 5HOMEPAGE = "http://guichaz.free.fr/iotop/"
6 6
7PR = "r1" 7PR = "r1"
@@ -16,8 +16,8 @@ SRC_URI[sha256sum] = "46f3279fb1a7dfc129b5d00950c6e8389e4aedeb58880e848b88d68648
16inherit distutils 16inherit distutils
17 17
18do_install_append() { 18do_install_append() {
19 rm -f ${D}${PYTHON_SITEPACKAGES_DIR}/site.pyo || true 19 rm -f ${D}${PYTHON_SITEPACKAGES_DIR}/site.pyo || true
20 rm -f ${D}${PYTHON_SITEPACKAGES_DIR}/site.py || true 20 rm -f ${D}${PYTHON_SITEPACKAGES_DIR}/site.py || true
21} 21}
22 22
23RDEPENDS_${PN} = "python-distutils python-curses python-textutils \ 23RDEPENDS_${PN} = "python-distutils python-curses python-textutils \
diff --git a/meta-oe/recipes-extended/lcdproc/lcdproc5.inc b/meta-oe/recipes-extended/lcdproc/lcdproc5.inc
index 4040870f1..f5a1f3c7b 100644
--- a/meta-oe/recipes-extended/lcdproc/lcdproc5.inc
+++ b/meta-oe/recipes-extended/lcdproc/lcdproc5.inc
@@ -19,29 +19,29 @@ LCD_DEFAULT_DRIVER ?= "curses"
19EXTRA_OECONF = "--enable-drivers=${LCD_DRIVERS} --enable-libusb" 19EXTRA_OECONF = "--enable-drivers=${LCD_DRIVERS} --enable-libusb"
20 20
21do_install () { 21do_install () {
22 # binaries 22 # binaries
23 install -D -m 0755 server/LCDd ${D}${sbindir}/LCDd 23 install -D -m 0755 server/LCDd ${D}${sbindir}/LCDd
24 install -D -m 0755 clients/lcdproc/lcdproc ${D}${bindir}/lcdproc 24 install -D -m 0755 clients/lcdproc/lcdproc ${D}${bindir}/lcdproc
25 25
26 # init scripts 26 # init scripts
27 install -d ${D}${sysconfdir}/init.d 27 install -d ${D}${sysconfdir}/init.d
28 # so far, not fixed :-( and now even uglier :-(( 28 # so far, not fixed :-( and now even uglier :-((
29 cat scripts/init-LCDd.debian | sed -e s'/--oknodo//' -e 's/ -s -f / -s 1 -f 1 /' -e 's/force-reload/force-restart/' -e 's/sleep 1/sleep 4/' > ${D}${sysconfdir}/init.d/lcdd 29 cat scripts/init-LCDd.debian | sed -e s'/--oknodo//' -e 's/ -s -f / -s 1 -f 1 /' -e 's/force-reload/force-restart/' -e 's/sleep 1/sleep 4/' > ${D}${sysconfdir}/init.d/lcdd
30 chmod 0755 ${D}${sysconfdir}/init.d/lcdd 30 chmod 0755 ${D}${sysconfdir}/init.d/lcdd
31 install -m 0755 scripts/init-lcdproc.debian ${D}${sysconfdir}/init.d/lcdproc 31 install -m 0755 scripts/init-lcdproc.debian ${D}${sysconfdir}/init.d/lcdproc
32 sed -i s'/--oknodo//' ${D}${sysconfdir}/init.d/lcdproc 32 sed -i s'/--oknodo//' ${D}${sysconfdir}/init.d/lcdproc
33 33
34 # configuration files 34 # configuration files
35 install -m 0644 LCDd.conf ${D}${sysconfdir}/LCDd.conf 35 install -m 0644 LCDd.conf ${D}${sysconfdir}/LCDd.conf
36 sed -i 's!^DriverPath=.*!DriverPath=${libdir}/lcdproc/!' ${D}${sysconfdir}/LCDd.conf 36 sed -i 's!^DriverPath=.*!DriverPath=${libdir}/lcdproc/!' ${D}${sysconfdir}/LCDd.conf
37 sed -i 's!^Driver=.*!Driver=${LCD_DEFAULT_DRIVER}!' ${D}${sysconfdir}/LCDd.conf 37 sed -i 's!^Driver=.*!Driver=${LCD_DEFAULT_DRIVER}!' ${D}${sysconfdir}/LCDd.conf
38 install -m 0644 clients/lcdproc/lcdproc.conf ${D}${sysconfdir}/lcdproc.conf 38 install -m 0644 clients/lcdproc/lcdproc.conf ${D}${sysconfdir}/lcdproc.conf
39 39
40 # driver library files 40 # driver library files
41 install -d ${D}${libdir}/lcdproc 41 install -d ${D}${libdir}/lcdproc
42 for i in server/drivers/*.so; do 42 for i in server/drivers/*.so; do
43 install -m 0644 $i ${D}${libdir}/lcdproc/ 43 install -m 0644 $i ${D}${libdir}/lcdproc/
44 done 44 done
45} 45}
46 46
47PACKAGES =+ "lcdd" 47PACKAGES =+ "lcdd"
@@ -49,8 +49,8 @@ PACKAGES =+ "lcdd"
49RRECOMMENDS_${PN} = "lcdd" 49RRECOMMENDS_${PN} = "lcdd"
50 50
51FILES_lcdd = "${sysconfdir}/LCDd.conf \ 51FILES_lcdd = "${sysconfdir}/LCDd.conf \
52 ${sbindir}/LCDd \ 52 ${sbindir}/LCDd \
53 ${sysconfdir}/init.d/lcdd" 53 ${sysconfdir}/init.d/lcdd"
54 54
55CONFFILES_lcdd = "${sysconfdir}/LCDd.conf" 55CONFFILES_lcdd = "${sysconfdir}/LCDd.conf"
56CONFFILES_${PN} = "${sysconfdir}/lcdproc.conf" 56CONFFILES_${PN} = "${sysconfdir}/lcdproc.conf"
diff --git a/meta-oe/recipes-extended/lcdproc/lcdproc_0.5.5.bb b/meta-oe/recipes-extended/lcdproc/lcdproc_0.5.5.bb
index 0276c55a9..39e607437 100644
--- a/meta-oe/recipes-extended/lcdproc/lcdproc_0.5.5.bb
+++ b/meta-oe/recipes-extended/lcdproc/lcdproc_0.5.5.bb
@@ -11,11 +11,11 @@ PACKAGECONFIG[g15] = ",,libg15 g15daemon libg15render,"
11LCD_DRIVERS_append = "${@base_contains('PACKAGECONFIG', 'g15', '', ',!g15', d)}" 11LCD_DRIVERS_append = "${@base_contains('PACKAGECONFIG', 'g15', '', ',!g15', d)}"
12 12
13do_install_append () { 13do_install_append () {
14 # binaries 14 # binaries
15 install -D -m 0755 clients/lcdvc/lcdvc ${D}${sbindir}/lcdvc 15 install -D -m 0755 clients/lcdvc/lcdvc ${D}${sbindir}/lcdvc
16 16
17 # configuration files 17 # configuration files
18 install -D -m 0644 clients/lcdvc/lcdvc.conf ${D}${sysconfdir}/lcdvc.conf 18 install -D -m 0644 clients/lcdvc/lcdvc.conf ${D}${sysconfdir}/lcdvc.conf
19} 19}
20 20
21PACKAGES =+ "lcdvc" 21PACKAGES =+ "lcdvc"
diff --git a/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb b/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb
index c72e28dc9..72a8482d4 100644
--- a/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb
+++ b/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb
@@ -4,10 +4,10 @@ LICENSE = "LGPLv2+ & GPLv2+"
4LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=ac284a60d48eaa4bc811cddc377fa341" 4LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=ac284a60d48eaa4bc811cddc377fa341"
5 5
6SRC_URI = "${DEBIAN_MIRROR}/main/libl/liblockfile/liblockfile_1.09.orig.tar.gz \ 6SRC_URI = "${DEBIAN_MIRROR}/main/libl/liblockfile/liblockfile_1.09.orig.tar.gz \
7 file://install.patch \ 7 file://install.patch \
8 file://configure.patch \ 8 file://configure.patch \
9 file://ldflags.patch \ 9 file://ldflags.patch \
10 " 10"
11 11
12SRC_URI[md5sum] = "2aa269e4405ee8235ff17d1b357c6ae8" 12SRC_URI[md5sum] = "2aa269e4405ee8235ff17d1b357c6ae8"
13SRC_URI[sha256sum] = "16979eba05396365e1d6af7100431ae9d32f9bc063930d1de66298a0695f1b7f" 13SRC_URI[sha256sum] = "16979eba05396365e1d6af7100431ae9d32f9bc063930d1de66298a0695f1b7f"
@@ -17,6 +17,6 @@ inherit autotools
17EXTRA_OECONF = "--enable-shared --enable-static" 17EXTRA_OECONF = "--enable-shared --enable-static"
18 18
19do_install () { 19do_install () {
20 oe_runmake 'ROOT=${D}' INSTGRP='' install 20 oe_runmake 'ROOT=${D}' INSTGRP='' install
21} 21}
22 22
diff --git a/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb b/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb
index c06b9062e..77cca2b42 100644
--- a/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb
+++ b/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb
@@ -15,7 +15,7 @@ BBCLASSEXTEND = "native"
15inherit autotools 15inherit autotools
16 16
17SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/${BPN}/${PV}/${BPN}-${PV}.tar.gz;name=tarball \ 17SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/${BPN}/${PV}/${BPN}-${PV}.tar.gz;name=tarball \
18 file://libwmf-0.2.8.4-intoverflow.patch \ 18 file://libwmf-0.2.8.4-intoverflow.patch \
19 file://libwmf-0.2.8.4-useafterfree.patch" 19 file://libwmf-0.2.8.4-useafterfree.patch"
20SRC_URI[tarball.md5sum] = "d1177739bf1ceb07f57421f0cee191e0" 20SRC_URI[tarball.md5sum] = "d1177739bf1ceb07f57421f0cee191e0"
21SRC_URI[tarball.sha256sum] = "5b345c69220545d003ad52bfd035d5d6f4f075e65204114a9e875e84895a7cf8" 21SRC_URI[tarball.sha256sum] = "5b345c69220545d003ad52bfd035d5d6f4f075e65204114a9e875e84895a7cf8"
diff --git a/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb b/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb
index a80447f4c..1442d5af6 100644
--- a/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb
+++ b/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb
@@ -9,7 +9,7 @@ PR = "r3"
9SRC_URI = "http://helm.cs.unibo.it/mml-widget/sources/${P}.tar.gz \ 9SRC_URI = "http://helm.cs.unibo.it/mml-widget/sources/${P}.tar.gz \
10 file://mathview-gcc43x.diff \ 10 file://mathview-gcc43x.diff \
11 file://mathview-gcc47x.diff \ 11 file://mathview-gcc47x.diff \
12 " 12"
13SRC_URI[md5sum] = "b53564e553728d4b69f7d366dfeb5299" 13SRC_URI[md5sum] = "b53564e553728d4b69f7d366dfeb5299"
14SRC_URI[sha256sum] = "1dc30175da6a3c560a7d62d1abe1c2f9829d988e6f1a7c5e766544575c558c43" 14SRC_URI[sha256sum] = "1dc30175da6a3c560a7d62d1abe1c2f9829d988e6f1a7c5e766544575c558c43"
15 15
@@ -18,5 +18,5 @@ inherit autotools
18EXTRA_OECONF = "--disable-binreloc" 18EXTRA_OECONF = "--disable-binreloc"
19 19
20do_configure_prepend() { 20do_configure_prepend() {
21 sed -i -e s:AM_BINRELOC::g ${S}/configure.ac 21 sed -i -e s:AM_BINRELOC::g ${S}/configure.ac
22} 22}
diff --git a/meta-oe/recipes-extended/net-snmp/net-snmp.inc b/meta-oe/recipes-extended/net-snmp/net-snmp.inc
index e369ccf03..5a6ec9f16 100644
--- a/meta-oe/recipes-extended/net-snmp/net-snmp.inc
+++ b/meta-oe/recipes-extended/net-snmp/net-snmp.inc
@@ -19,26 +19,26 @@ EXTRA_OECONF = "--enable-shared --disable-manuals --with-defaults \
19${@base_conditional('SITEINFO_ENDIANNESS', 'le', '--with-endianness=little', '--with-endianness=big', d)}" 19${@base_conditional('SITEINFO_ENDIANNESS', 'le', '--with-endianness=little', '--with-endianness=big', d)}"
20 20
21do_install () { 21do_install () {
22 oe_runmake install 22 oe_runmake install
23} 23}
24 24
25do_install_append() { 25do_install_append() {
26 install -d ${D}${sysconfdir}/snmp 26 install -d ${D}${sysconfdir}/snmp
27 install -d ${D}${sysconfdir}/init.d 27 install -d ${D}${sysconfdir}/init.d
28 install -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/snmpd 28 install -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/snmpd
29 install -m 644 ${WORKDIR}/snmpd.conf ${D}${sysconfdir}/snmp/ 29 install -m 644 ${WORKDIR}/snmpd.conf ${D}${sysconfdir}/snmp/
30 install -m 644 ${WORKDIR}/snmptrapd.conf ${D}${sysconfdir}/snmp/ 30 install -m 644 ${WORKDIR}/snmptrapd.conf ${D}${sysconfdir}/snmp/
31 install -d ${STAGING_BINDIR} 31 install -d ${STAGING_BINDIR}
32 install -m 0755 ${D}${bindir}/net-snmp-config ${STAGING_BINDIR}/ 32 install -m 0755 ${D}${bindir}/net-snmp-config ${STAGING_BINDIR}/
33 sed -e "s@-I/usr/include@@g" \ 33 sed -e "s@-I/usr/include@@g" \
34 -e "s@^prefix=.*@prefix=${STAGING_DIR_HOST}@g" \ 34 -e "s@^prefix=.*@prefix=${STAGING_DIR_HOST}@g" \
35 -e "s@^exec_prefix=.*@exec_prefix=${STAGING_DIR_HOST}@g" \ 35 -e "s@^exec_prefix=.*@exec_prefix=${STAGING_DIR_HOST}@g" \
36 -e "s@^includedir=.*@includedir=${STAGING_INCDIR}@g" \ 36 -e "s@^includedir=.*@includedir=${STAGING_INCDIR}@g" \
37 -e "s@^libdir=.*@libdir=${STAGING_LIBDIR}@g" \ 37 -e "s@^libdir=.*@libdir=${STAGING_LIBDIR}@g" \
38 -i ${STAGING_BINDIR}/net-snmp-config 38 -i ${STAGING_BINDIR}/net-snmp-config
39 install -d ${D}${systemd_unitdir}/system 39 install -d ${D}${systemd_unitdir}/system
40 install -m 0644 ${WORKDIR}/snmpd.service ${D}${systemd_unitdir}/system 40 install -m 0644 ${WORKDIR}/snmpd.service ${D}${systemd_unitdir}/system
41 install -m 0644 ${WORKDIR}/snmptrapd.service ${D}${systemd_unitdir}/system 41 install -m 0644 ${WORKDIR}/snmptrapd.service ${D}${systemd_unitdir}/system
42} 42}
43 43
44PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-dev ${PN}-staticdev ${PN}-static ${PN}-libs \ 44PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-dev ${PN}-staticdev ${PN}-static ${PN}-libs \
@@ -48,13 +48,13 @@ ALLOW_EMPTY_${PN}-server = "1"
48FILES_${PN}-libs = "${libdir}/lib*${SOLIBS}" 48FILES_${PN}-libs = "${libdir}/lib*${SOLIBS}"
49FILES_${PN}-mibs = "${datadir}/snmp/mibs" 49FILES_${PN}-mibs = "${datadir}/snmp/mibs"
50FILES_${PN}-server-snmpd = "${sbindir}/snmpd \ 50FILES_${PN}-server-snmpd = "${sbindir}/snmpd \
51 ${sysconfdir}/snmp/snmpd.conf \ 51 ${sysconfdir}/snmp/snmpd.conf \
52 ${sysconfdir}/init.d \ 52 ${sysconfdir}/init.d \
53 ${systemd_unitdir}/system/snmpd.service \ 53 ${systemd_unitdir}/system/snmpd.service \
54" 54"
55FILES_${PN}-server-snmptrapd = "${sbindir}/snmptrapd \ 55FILES_${PN}-server-snmptrapd = "${sbindir}/snmptrapd \
56 ${sysconfdir}/snmp/snmptrapd.conf \ 56 ${sysconfdir}/snmp/snmptrapd.conf \
57 ${systemd_unitdir}/system/snmptrapd.service \ 57 ${systemd_unitdir}/system/snmptrapd.service \
58" 58"
59FILES_${PN}-client = "${bindir}/* ${datadir}/snmp/" 59FILES_${PN}-client = "${bindir}/* ${datadir}/snmp/"
60FILES_${PN}-dbg += "${libdir}/.debug/ ${sbindir}/.debug/ ${bindir}/.debug/" 60FILES_${PN}-dbg += "${libdir}/.debug/ ${sbindir}/.debug/ ${bindir}/.debug/"
@@ -86,10 +86,10 @@ RCONFLICTS_${PN}-server-snmptrapd += "${PN}-server-snmptrapd-systemd"
86LEAD_SONAME = "libnetsnmp.so" 86LEAD_SONAME = "libnetsnmp.so"
87 87
88pkg_postrm_${PN}-server() { 88pkg_postrm_${PN}-server() {
89 if test "x$D" != "x"; then 89 if test "x$D" != "x"; then
90 OPT="-r $D " 90 OPT="-r $D "
91 else 91 else
92 OPT="" 92 OPT=""
93 /etc/init.d/snmpd stop 93 /etc/init.d/snmpd stop
94 fi 94 fi
95} 95}
diff --git a/meta-oe/recipes-extended/net-snmp/net-snmp_5.7.1.bb b/meta-oe/recipes-extended/net-snmp/net-snmp_5.7.1.bb
index 74d006c09..14c103601 100644
--- a/meta-oe/recipes-extended/net-snmp/net-snmp_5.7.1.bb
+++ b/meta-oe/recipes-extended/net-snmp/net-snmp_5.7.1.bb
@@ -18,12 +18,12 @@ EXTRA_OECONF += "--disable-embedded-perl --with-perl-modules=no"
18EXTRA_OEMAKE = "INSTALL_PREFIX=${D}" 18EXTRA_OEMAKE = "INSTALL_PREFIX=${D}"
19 19
20do_configure_prepend() { 20do_configure_prepend() {
21 gnu-configize -f 21 gnu-configize -f
22 # We better change sources and re-autoconf here, but 22 # We better change sources and re-autoconf here, but
23 # required autoconf is too new for us. 23 # required autoconf is too new for us.
24 sed -e '/echo.*\".*\\\\.*\"/s/echo/echo -e/g' \ 24 sed -e '/echo.*\".*\\\\.*\"/s/echo/echo -e/g' \
25 -e 's/tail -1/tail -n 1/g' \ 25 -e 's/tail -1/tail -n 1/g' \
26 -i configure 26 -i configure
27} 27}
28 28
29PARALLEL_MAKE = "" 29PARALLEL_MAKE = ""
diff --git a/meta-oe/recipes-extended/nostromo/nostromo_1.9.5.bb b/meta-oe/recipes-extended/nostromo/nostromo_1.9.5.bb
index a368887ab..fa9645a25 100644
--- a/meta-oe/recipes-extended/nostromo/nostromo_1.9.5.bb
+++ b/meta-oe/recipes-extended/nostromo/nostromo_1.9.5.bb
@@ -7,7 +7,7 @@ SRC_URI = "http://www.nazgul.ch/dev/${PN}-${PV}.tar.gz \
7 file://nhttpd.conf \ 7 file://nhttpd.conf \
8 file://volatiles \ 8 file://volatiles \
9 file://nostromo \ 9 file://nostromo \
10 " 10"
11 11
12TARGET_CC_ARCH += "${LDFLAGS}" 12TARGET_CC_ARCH += "${LDFLAGS}"
13 13
diff --git a/meta-oe/recipes-extended/owfs/owfs_2.8p20.bb b/meta-oe/recipes-extended/owfs/owfs_2.8p20.bb
index d010867c2..36772cfee 100644
--- a/meta-oe/recipes-extended/owfs/owfs_2.8p20.bb
+++ b/meta-oe/recipes-extended/owfs/owfs_2.8p20.bb
@@ -29,13 +29,13 @@ EXTRA_OECONF = " \
29 --disable-owphp \ 29 --disable-owphp \
30 --disable-owpython \ 30 --disable-owpython \
31 --disable-owperl \ 31 --disable-owperl \
32 " 32"
33 33
34do_install_prepend() { 34do_install_prepend() {
35 install -d ${D}${sysconfdir}/default/ 35 install -d ${D}${sysconfdir}/default/
36 install -d ${D}${sysconfdir}/init.d/ 36 install -d ${D}${sysconfdir}/init.d/
37 install -m 0755 ${WORKDIR}/owhttpd ${D}${sysconfdir}/init.d/owhttpd 37 install -m 0755 ${WORKDIR}/owhttpd ${D}${sysconfdir}/init.d/owhttpd
38 install -m 0755 ${WORKDIR}/owserver ${D}${sysconfdir}/init.d/owserver 38 install -m 0755 ${WORKDIR}/owserver ${D}${sysconfdir}/init.d/owserver
39} 39}
40 40
41PACKAGES =+ "owftpd owhttpd owserver owshell libowcapi libow libownet owmon owtap" 41PACKAGES =+ "owftpd owhttpd owserver owshell libowcapi libow libownet owmon owtap"
diff --git a/meta-oe/recipes-extended/polkit/polkit-gnome_0.102.bb b/meta-oe/recipes-extended/polkit/polkit-gnome_0.102.bb
index 7e9fc2b2c..df5c9a38a 100644
--- a/meta-oe/recipes-extended/polkit/polkit-gnome_0.102.bb
+++ b/meta-oe/recipes-extended/polkit/polkit-gnome_0.102.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=74579fab173e4c5e12aac0cd83ee98ec \
8 file://src/main.c;beginline=1;endline=20;md5=aba145d1802f2329ba561e3e48ecb795" 8 file://src/main.c;beginline=1;endline=20;md5=aba145d1802f2329ba561e3e48ecb795"
9 9
10SRC_URI = "http://hal.freedesktop.org/releases/polkit-gnome-${PV}.tar.bz2 \ 10SRC_URI = "http://hal.freedesktop.org/releases/polkit-gnome-${PV}.tar.bz2 \
11 " 11"
12 12
13PR = "r2" 13PR = "r2"
14 14
@@ -21,6 +21,6 @@ inherit autotools gtk-doc pkgconfig
21 21
22FILES_${PN} += " ${datadir}/dbus-1 \ 22FILES_${PN} += " ${datadir}/dbus-1 \
23 ${datadir}/PolicyKit \ 23 ${datadir}/PolicyKit \
24 " 24"
25SRC_URI[md5sum] = "f6b485ffd7bd605af815fd2747180481" 25SRC_URI[md5sum] = "f6b485ffd7bd605af815fd2747180481"
26SRC_URI[sha256sum] = "81caa6972e651e90ef4ac31d7ed41bc79543d46b850dbd5b14b40f8ef7107d11" 26SRC_URI[sha256sum] = "81caa6972e651e90ef4ac31d7ed41bc79543d46b850dbd5b14b40f8ef7107d11"
diff --git a/meta-oe/recipes-extended/polkit/polkit_0.104.bb b/meta-oe/recipes-extended/polkit/polkit_0.104.bb
index cc39654fe..8a18692fd 100644
--- a/meta-oe/recipes-extended/polkit/polkit_0.104.bb
+++ b/meta-oe/recipes-extended/polkit/polkit_0.104.bb
@@ -23,7 +23,7 @@ SRC_URI = "http://www.freedesktop.org/software/polkit/releases/polkit-${PV}.tar.
23 file://0001-PolkitUnixSession-Set-error-if-we-cannot-find-a-sess.patch \ 23 file://0001-PolkitUnixSession-Set-error-if-we-cannot-find-a-sess.patch \
24 file://0002-PolkitUnixSession-Actually-return-TRUE-if-a-session-.patch \ 24 file://0002-PolkitUnixSession-Actually-return-TRUE-if-a-session-.patch \
25 file://obsolete_automake_macros.patch \ 25 file://obsolete_automake_macros.patch \
26 " 26"
27 27
28SRC_URI[md5sum] = "e380b4c6fb1e7bccf854e92edc0a8ce1" 28SRC_URI[md5sum] = "e380b4c6fb1e7bccf854e92edc0a8ce1"
29SRC_URI[sha256sum] = "6b0a13d8381e4a7b7e37c18a54595191b50757e0fcd186cd9918e9ad0f18c7f9" 29SRC_URI[sha256sum] = "6b0a13d8381e4a7b7e37c18a54595191b50757e0fcd186cd9918e9ad0f18c7f9"
@@ -33,7 +33,7 @@ EXTRA_OECONF = "--with-os-type=moblin --disable-man-pages --disable-introspectio
33inherit autotools gtk-doc pkgconfig 33inherit autotools gtk-doc pkgconfig
34 34
35do_install_append() { 35do_install_append() {
36 rm -f ${D}${libdir}/${BPN}-1/extensions/*.a 36 rm -f ${D}${libdir}/${BPN}-1/extensions/*.a
37} 37}
38 38
39FILES_${PN} += "${libdir}/${BPN}-1/extensions/*.so \ 39FILES_${PN} += "${libdir}/${BPN}-1/extensions/*.so \
diff --git a/meta-oe/recipes-extended/redis/redis_2.6.9.bb b/meta-oe/recipes-extended/redis/redis_2.6.9.bb
index f6818ee51..8f009757f 100644
--- a/meta-oe/recipes-extended/redis/redis_2.6.9.bb
+++ b/meta-oe/recipes-extended/redis/redis_2.6.9.bb
@@ -11,7 +11,7 @@ SRC_URI = "http://redis.googlecode.com/files/redis-${PV}.tar.gz \
11 file://oe-use-libc-malloc.patch \ 11 file://oe-use-libc-malloc.patch \
12 file://redis.conf \ 12 file://redis.conf \
13 file://init-redis-server \ 13 file://init-redis-server \
14 " 14"
15 15
16inherit update-rc.d 16inherit update-rc.d
17 17
diff --git a/meta-oe/recipes-extended/rrdtool/rrdtool_1.4.7.bb b/meta-oe/recipes-extended/rrdtool/rrdtool_1.4.7.bb
index 465ef8a18..b92fe2fb6 100644
--- a/meta-oe/recipes-extended/rrdtool/rrdtool_1.4.7.bb
+++ b/meta-oe/recipes-extended/rrdtool/rrdtool_1.4.7.bb
@@ -11,7 +11,7 @@ PR = "r2"
11SRC_URI = "http://oss.oetiker.ch/rrdtool/pub/rrdtool-${PV}.tar.gz \ 11SRC_URI = "http://oss.oetiker.ch/rrdtool/pub/rrdtool-${PV}.tar.gz \
12 file://0001-rrdtool-eradicate-tcl-support.patch \ 12 file://0001-rrdtool-eradicate-tcl-support.patch \
13 file://remove_hardcoded_xml_include.patch \ 13 file://remove_hardcoded_xml_include.patch \
14 " 14"
15SRC_URI[md5sum] = "ffe369d8921b4dfdeaaf43812100c38f" 15SRC_URI[md5sum] = "ffe369d8921b4dfdeaaf43812100c38f"
16SRC_URI[sha256sum] = "956aaf431c955ba88dd7d98920ade3a8c4bad04adb1f9431377950a813a7af11" 16SRC_URI[sha256sum] = "956aaf431c955ba88dd7d98920ade3a8c4bad04adb1f9431377950a813a7af11"
17 17
@@ -20,17 +20,17 @@ inherit autotools gettext
20EXTRA_AUTORECONF = "-I m4" 20EXTRA_AUTORECONF = "-I m4"
21 21
22EXTRA_OECONF = " \ 22EXTRA_OECONF = " \
23 --enable-shared \ 23 --enable-shared \
24 --enable-local-libpng \ 24 --enable-local-libpng \
25 --enable-local-zlib \ 25 --enable-local-zlib \
26 --disable-libwrap \ 26 --disable-libwrap \
27 --program-prefix='' \ 27 --program-prefix='' \
28 rd_cv_ieee_works=yes \ 28 rd_cv_ieee_works=yes \
29 --disable-perl \ 29 --disable-perl \
30 --disable-python \ 30 --disable-python \
31 --disable-ruby \ 31 --disable-ruby \
32 --disable-lua \ 32 --disable-lua \
33 --disable-rpath \ 33 --disable-rpath \
34" 34"
35 35
36 36
diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog.inc b/meta-oe/recipes-extended/rsyslog/rsyslog.inc
index dc6e51160..5cfd23616 100644
--- a/meta-oe/recipes-extended/rsyslog/rsyslog.inc
+++ b/meta-oe/recipes-extended/rsyslog/rsyslog.inc
@@ -15,8 +15,8 @@ inherit autotools systemd
15EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemdsystemunitdir=${systemd_unitdir}/system/', '--without-systemdsystemunitdir', d)}" 15EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemdsystemunitdir=${systemd_unitdir}/system/', '--without-systemdsystemunitdir', d)}"
16 16
17do_install_append() { 17do_install_append() {
18 install -d ${D}/${sysconfdir}/${PN} 18 install -d ${D}/${sysconfdir}/${PN}
19 install ${WORKDIR}/rsyslog.conf ${D}${sysconfdir}/rsyslog.conf 19 install ${WORKDIR}/rsyslog.conf ${D}${sysconfdir}/rsyslog.conf
20} 20}
21 21
22CONFFILES_${PN} = "${sysconfdir}/rsyslog.conf" 22CONFFILES_${PN} = "${sysconfdir}/rsyslog.conf"
diff --git a/meta-oe/recipes-extended/sip/sip-native_4.14.2.bb b/meta-oe/recipes-extended/sip/sip-native_4.14.2.bb
index 32579c0ef..33caa1edc 100644
--- a/meta-oe/recipes-extended/sip/sip-native_4.14.2.bb
+++ b/meta-oe/recipes-extended/sip/sip-native_4.14.2.bb
@@ -22,14 +22,14 @@ export STAGING_LIBDIR
22export STAGING_INCDIR 22export STAGING_INCDIR
23 23
24do_configure_prepend() { 24do_configure_prepend() {
25 cat sipgen.sbf | sed s,target,TARGET, | sed s,sources,SOURCES, | sed s,headers,HEADERS, > sipgen.pro 25 cat sipgen.sbf | sed s,target,TARGET, | sed s,sources,SOURCES, | sed s,headers,HEADERS, > sipgen.pro
26} 26}
27do_install() { 27do_install() {
28 install -d ${D}${bindir} 28 install -d ${D}${bindir}
29 install -m 0755 sip ${D}${bindir}/sip 29 install -m 0755 sip ${D}${bindir}/sip
30 # python-pyqt expects sip4 30 # python-pyqt expects sip4
31 ln -sf sip ${D}${bindir}/sip4 31 ln -sf sip ${D}${bindir}/sip4
32 cd ${WORKDIR}/sip-${PV} && python configure.py 32 cd ${WORKDIR}/sip-${PV} && python configure.py
33 install -d ${D}${PYTHON_SITEPACKAGES_DIR} 33 install -d ${D}${PYTHON_SITEPACKAGES_DIR}
34 install -m 0755 sip*.py ${D}${PYTHON_SITEPACKAGES_DIR} 34 install -m 0755 sip*.py ${D}${PYTHON_SITEPACKAGES_DIR}
35} 35}
diff --git a/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb b/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb
index 9feb52373..cf1aa664d 100644
--- a/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb
+++ b/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb
@@ -9,7 +9,7 @@ DEPENDS = "libsocketcan"
9 9
10TAG = "canutils-${PV}" 10TAG = "canutils-${PV}"
11SRC_URI = "git://git.pengutronix.de/git/tools/canutils.git;protocol=git;tag=${TAG} \ 11SRC_URI = "git://git.pengutronix.de/git/tools/canutils.git;protocol=git;tag=${TAG} \
12 " 12"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
diff --git a/meta-oe/recipes-extended/socketcan/libsocketcan_0.0.8.bb b/meta-oe/recipes-extended/socketcan/libsocketcan_0.0.8.bb
index 89b4f0609..4c5f91896 100644
--- a/meta-oe/recipes-extended/socketcan/libsocketcan_0.0.8.bb
+++ b/meta-oe/recipes-extended/socketcan/libsocketcan_0.0.8.bb
@@ -8,12 +8,12 @@ LIC_FILES_CHKSUM = "file://src/libsocketcan.c;beginline=3;endline=17;md5=97e38ad
8SRCREV = "3a2cec63a4e6212cc63d21008453bd799cfe8774" 8SRCREV = "3a2cec63a4e6212cc63d21008453bd799cfe8774"
9 9
10SRC_URI = "git://git.pengutronix.de/git/tools/libsocketcan.git;protocol=git \ 10SRC_URI = "git://git.pengutronix.de/git/tools/libsocketcan.git;protocol=git \
11 " 11"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
15inherit autotools pkgconfig 15inherit autotools pkgconfig
16 16
17do_configure_prepend() { 17do_configure_prepend() {
18 sed -i -e s:tests/GNUmakefile::g -e s:trunk:0.0.8: configure.ac 18 sed -i -e s:tests/GNUmakefile::g -e s:trunk:0.0.8: configure.ac
19} 19}
diff --git a/meta-oe/recipes-extended/subsurface/subsurface_git.bb b/meta-oe/recipes-extended/subsurface/subsurface_git.bb
index d401c4e6f..8cdbf0034 100644
--- a/meta-oe/recipes-extended/subsurface/subsurface_git.bb
+++ b/meta-oe/recipes-extended/subsurface/subsurface_git.bb
@@ -18,11 +18,11 @@ EXTRA_OEMAKE = "CC='${CC}' \
18 libdc-usr=${STAGING_INCDIR}/libdivecomputer/* \ 18 libdc-usr=${STAGING_INCDIR}/libdivecomputer/* \
19 LIBDIVECOMPUTERINCLUDES=${STAGING_INCDIR}/libdivecomputer \ 19 LIBDIVECOMPUTERINCLUDES=${STAGING_INCDIR}/libdivecomputer \
20 LIBDIVECOMPUTERARCHIVE=${STAGING_LIBDIR}/libdivecomputer.a \ 20 LIBDIVECOMPUTERARCHIVE=${STAGING_LIBDIR}/libdivecomputer.a \
21 " 21"
22 22
23do_install() { 23do_install() {
24 oe_runmake install DESTDIR=${D} 24 oe_runmake install DESTDIR=${D}
25 rm ${D}${datadir}/icons/hicolor/icon-theme.cache 25 rm ${D}${datadir}/icons/hicolor/icon-theme.cache
26} 26}
27 27
28FILES_${PN} += "${datadir}/icons/hicolor/scalable/apps/subsurface.svg" 28FILES_${PN} += "${datadir}/icons/hicolor/scalable/apps/subsurface.svg"
diff --git a/meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb b/meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb
index f905c9d63..c367a4d19 100644
--- a/meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb
+++ b/meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb
@@ -22,8 +22,8 @@ EXTRA_OECONF = "--with-x --without-athena"
22EXTRA_OEMAKE = "without_doc" 22EXTRA_OEMAKE = "without_doc"
23 23
24do_configure() { 24do_configure() {
25 rm -f ${S}/ac-tools/aclocal.m4 25 rm -f ${S}/ac-tools/aclocal.m4
26 autotools_do_configure 26 autotools_do_configure
27} 27}
28 28
29FILES_${PN} += " ${datadir}/t1lib/t1lib.config" 29FILES_${PN} += " ${datadir}/t1lib/t1lib.config"
diff --git a/meta-oe/recipes-extended/tcsh/tcsh_6.18.01.bb b/meta-oe/recipes-extended/tcsh/tcsh_6.18.01.bb
index bba89bff8..16ecdb025 100644
--- a/meta-oe/recipes-extended/tcsh/tcsh_6.18.01.bb
+++ b/meta-oe/recipes-extended/tcsh/tcsh_6.18.01.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "TENEX C Shell, an enhanced version of Berkeley csh \ 1DESCRIPTION = "TENEX C Shell, an enhanced version of Berkeley csh \
2 The TENEX C Shell is an enhanced version of the Berkeley Unix C shell. \ 2 The TENEX C Shell is an enhanced version of the Berkeley Unix C shell. \
3 It includes all features of 4.4BSD C shell, plus a command-line editor, \ 3 It includes all features of 4.4BSD C shell, plus a command-line editor, \
4 programmable word completion, spelling correction and more." 4 programmable word completion, spelling correction and more."
5 5
6HOMEPAGE = "http://www.tcsh.org/" 6HOMEPAGE = "http://www.tcsh.org/"
7LICENSE = "BSD" 7LICENSE = "BSD"
@@ -9,18 +9,18 @@ LIC_FILES_CHKSUM = "file://Copyright;md5=1cf29be62df2be1a3763118b25b4c780"
9SECTION = "base" 9SECTION = "base"
10DEPENDS = "ncurses" 10DEPENDS = "ncurses"
11SRC_URI = " \ 11SRC_URI = " \
12 ${DEBIAN_MIRROR}/main/t/tcsh/tcsh_${PV}.orig.tar.gz;name=tarball \ 12 ${DEBIAN_MIRROR}/main/t/tcsh/tcsh_${PV}.orig.tar.gz;name=tarball \
13 ${DEBIAN_MIRROR}/main/t/tcsh/tcsh_${PV}-2.diff.gz;name=diffs \ 13 ${DEBIAN_MIRROR}/main/t/tcsh/tcsh_${PV}-2.diff.gz;name=diffs \
14 file://01_build.1.patch \ 14 file://01_build.1.patch \
15 file://01_build.2.patch \ 15 file://01_build.2.patch \
16 file://01_build.3.patch \ 16 file://01_build.3.patch \
17 file://15_no-strip.patch \ 17 file://15_no-strip.patch \
18 file://disable-test-notty.patch \ 18 file://disable-test-notty.patch \
19 file://disable-test-nice.patch \ 19 file://disable-test-nice.patch \
20 file://disable-lexical.at-31.patch \ 20 file://disable-lexical.at-31.patch \
21 file://12_unknown_lscolors.patch \ 21 file://12_unknown_lscolors.patch \
22 file://tcsh-6.17.02-multibyte.patch \ 22 file://tcsh-6.17.02-multibyte.patch \
23 file://disable-broken-test.patch \ 23 file://disable-broken-test.patch \
24" 24"
25SRC_URI[tarball.md5sum] = "6eed09dbd4223ab5b6955378450d228a" 25SRC_URI[tarball.md5sum] = "6eed09dbd4223ab5b6955378450d228a"
26SRC_URI[tarball.sha256sum] = "d81ca27851f3e8545666399b4bcf25433e602a195113b3f7c73886fef84c9fa8" 26SRC_URI[tarball.sha256sum] = "d81ca27851f3e8545666399b4bcf25433e602a195113b3f7c73886fef84c9fa8"
@@ -30,14 +30,14 @@ SRC_URI[diffs.sha256sum] = "95b0c1a339b745c47c5d2f9d02c22a71597462e2e882b51614a9
30inherit autotools 30inherit autotools
31 31
32do_install_append () { 32do_install_append () {
33 oe_runmake install.man DESTDIR=${D} 33 oe_runmake install.man DESTDIR=${D}
34 34
35 install -d ${D}${base_bindir} 35 install -d ${D}${base_bindir}
36 ln -s /usr/bin/tcsh ${D}${base_bindir}/tcsh 36 ln -s /usr/bin/tcsh ${D}${base_bindir}/tcsh
37 37
38 install -d ${D}${sysconfdir}/csh/login.d 38 install -d ${D}${sysconfdir}/csh/login.d
39 install -m 0644 ${S}/debian/csh.cshrc ${S}/debian/csh.login ${S}/debian/csh.logout ${S}/complete.tcsh ${D}${sysconfdir} 39 install -m 0644 ${S}/debian/csh.cshrc ${S}/debian/csh.login ${S}/debian/csh.logout ${S}/complete.tcsh ${D}${sysconfdir}
40 install -D -m 0644 ${S}/csh-mode.el ${D}${datadir}/emacs/site-lisp/csh-mode.el 40 install -D -m 0644 ${S}/csh-mode.el ${D}${datadir}/emacs/site-lisp/csh-mode.el
41} 41}
42 42
43FILES_${PN} += "${datadir}/emacs/site-lisp/csh-mode.el" 43FILES_${PN} += "${datadir}/emacs/site-lisp/csh-mode.el"
diff --git a/meta-oe/recipes-extended/tmux/tmux_1.6.bb b/meta-oe/recipes-extended/tmux/tmux_1.6.bb
index 6be235553..470b25c05 100644
--- a/meta-oe/recipes-extended/tmux/tmux_1.6.bb
+++ b/meta-oe/recipes-extended/tmux/tmux_1.6.bb
@@ -14,5 +14,5 @@ SRC_URI[sha256sum] = "faee08ba1bd8c22537cd5b7458881d1bdb4985df88ed6bc5967c56881a
14inherit autotools 14inherit autotools
15 15
16do_configure_prepend () { 16do_configure_prepend () {
17 sed -i -e 's:-I/usr/local/include::' Makefile.am || bb_fatal "sed failed" 17 sed -i -e 's:-I/usr/local/include::' Makefile.am || bb_fatal "sed failed"
18} 18}
diff --git a/meta-oe/recipes-extended/uml-utilities/uml-utilities_20040406.bb b/meta-oe/recipes-extended/uml-utilities/uml-utilities_20040406.bb
index 80b3c9a3b..8b3059db9 100644
--- a/meta-oe/recipes-extended/uml-utilities/uml-utilities_20040406.bb
+++ b/meta-oe/recipes-extended/uml-utilities/uml-utilities_20040406.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
6SRC_URI = "http://downloads.sourceforge.net/project/user-mode-linux/tools/1/uml_utilities_${PV}.tar.bz2 \ 6SRC_URI = "http://downloads.sourceforge.net/project/user-mode-linux/tools/1/uml_utilities_${PV}.tar.bz2 \
7 file://fix-ldflags.patch \ 7 file://fix-ldflags.patch \
8 file://unstrip.patch \ 8 file://unstrip.patch \
9 " 9"
10SRC_URI[md5sum] = "2c1ccd9efacbfb39e42d482b89b2550a" 10SRC_URI[md5sum] = "2c1ccd9efacbfb39e42d482b89b2550a"
11SRC_URI[sha256sum] = "4f179b1db021ef15ac7e9b2eed57c525db127a754c574f591c367460cded9f41" 11SRC_URI[sha256sum] = "4f179b1db021ef15ac7e9b2eed57c525db127a754c574f591c367460cded9f41"
12 12
@@ -15,11 +15,11 @@ PR = "r1"
15S = "${WORKDIR}/tools" 15S = "${WORKDIR}/tools"
16 16
17do_compile() { 17do_compile() {
18 oe_runmake 18 oe_runmake
19} 19}
20 20
21do_install() { 21do_install() {
22 oe_runmake install DESTDIR=${D} 22 oe_runmake install DESTDIR=${D}
23} 23}
24 24
25FILES_${PN} += "${libdir}" 25FILES_${PN} += "${libdir}"
diff --git a/meta-oe/recipes-extended/zram/zram_0.1.bb b/meta-oe/recipes-extended/zram/zram_0.1.bb
index 115e6437f..fbeb5860f 100644
--- a/meta-oe/recipes-extended/zram/zram_0.1.bb
+++ b/meta-oe/recipes-extended/zram/zram_0.1.bb
@@ -11,15 +11,15 @@ PR = "r3"
11SRC_URI = " \ 11SRC_URI = " \
12 file://init \ 12 file://init \
13 file://zram.service \ 13 file://zram.service \
14 " 14"
15 15
16do_install () { 16do_install () {
17 # Sysvinit 17 # Sysvinit
18 install -d ${D}${sysconfdir}/init.d 18 install -d ${D}${sysconfdir}/init.d
19 install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/zram 19 install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/zram
20 20
21 install -d ${D}${systemd_unitdir}/system 21 install -d ${D}${systemd_unitdir}/system
22 install -m 0644 ${WORKDIR}/zram.service ${D}${systemd_unitdir}/system 22 install -m 0644 ${WORKDIR}/zram.service ${D}${systemd_unitdir}/system
23} 23}
24 24
25FILES_${PN} = "${sysconfdir}/init.d" 25FILES_${PN} = "${sysconfdir}/init.d"
diff --git a/meta-oe/recipes-extended/zsh/zsh.inc b/meta-oe/recipes-extended/zsh/zsh.inc
index 9713cfc21..55812213a 100644
--- a/meta-oe/recipes-extended/zsh/zsh.inc
+++ b/meta-oe/recipes-extended/zsh/zsh.inc
@@ -25,7 +25,7 @@ EXTRA_OECONF = " \
25 --disable-gdbm \ 25 --disable-gdbm \
26 --disable-dynamic \ 26 --disable-dynamic \
27 zsh_cv_shared_environ=yes \ 27 zsh_cv_shared_environ=yes \
28 " 28"
29 29
30ALTERNATIVE_${PN} = "sh" 30ALTERNATIVE_${PN} = "sh"
31ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh" 31ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh"
@@ -53,4 +53,4 @@ FILES_${PN}-dbg += "\
53 ${libdir}/${PN}/${PV}/${PN}/.debug/*.so \ 53 ${libdir}/${PN}/${PV}/${PN}/.debug/*.so \
54 ${libdir}/${PN}/${PV}/${PN}/db/.debug/*.so \ 54 ${libdir}/${PN}/${PV}/${PN}/db/.debug/*.so \
55 ${libdir}/${PN}/${PV}/${PN}/net/.debug/*.so \ 55 ${libdir}/${PN}/${PV}/${PN}/net/.debug/*.so \
56 " 56"
diff --git a/meta-oe/recipes-gnome/gtk+/gtkmm.inc b/meta-oe/recipes-gnome/gtk+/gtkmm.inc
index b1a170a13..fe72a7391 100644
--- a/meta-oe/recipes-gnome/gtk+/gtkmm.inc
+++ b/meta-oe/recipes-gnome/gtk+/gtkmm.inc
@@ -17,9 +17,9 @@ EXTRA_OECONF = " --disable-documentation "
17LIBV = "2.4.0" 17LIBV = "2.4.0"
18 18
19do_install_append () { 19do_install_append () {
20 install -d ${D}${includedir}/gtkmm-2.4 20 install -d ${D}${includedir}/gtkmm-2.4
21 install -m 0644 gdk/gdkmmconfig.h ${D}${includedir}/gtkmm-2.4 21 install -m 0644 gdk/gdkmmconfig.h ${D}${includedir}/gtkmm-2.4
22 install -m 0644 gtk/gtkmmconfig.h ${D}${includedir}/gtkmm-2.4 22 install -m 0644 gtk/gtkmmconfig.h ${D}${includedir}/gtkmm-2.4
23} 23}
24 24
25PACKAGES =+ "${PN}-demo" 25PACKAGES =+ "${PN}-demo"
diff --git a/meta-oe/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb b/meta-oe/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb
index 2fafcec12..8e9df16be 100644
--- a/meta-oe/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb
+++ b/meta-oe/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb
@@ -14,7 +14,7 @@ SRC_URI = "svn://svn.gnome.org/svn/gtkhtml2/;module=trunk;protocol=http \
14 http://git.yoctoproject.org/cgit/cgit.cgi/web-patches/plain/add-end-element-signal.patch;striplevel=0;name=patch4 \ 14 http://git.yoctoproject.org/cgit/cgit.cgi/web-patches/plain/add-end-element-signal.patch;striplevel=0;name=patch4 \
15 http://git.yoctoproject.org/cgit/cgit.cgi/web-patches/plain/add-dom-functions.patch;striplevel=0;name=patch5 \ 15 http://git.yoctoproject.org/cgit/cgit.cgi/web-patches/plain/add-dom-functions.patch;striplevel=0;name=patch5 \
16 http://git.yoctoproject.org/cgit/cgit.cgi/web-patches/plain/iain-mem-leak.patch;striplevel=0;name=patch6 \ 16 http://git.yoctoproject.org/cgit/cgit.cgi/web-patches/plain/iain-mem-leak.patch;striplevel=0;name=patch6 \
17 " 17"
18 18
19SRC_URI[patch2.md5sum] = "05fc3627ca364095702dc804f41c8391" 19SRC_URI[patch2.md5sum] = "05fc3627ca364095702dc804f41c8391"
20SRC_URI[patch2.sha256sum] = "df5cca50a8f95333505d7920929fea251daea3be25be6834a1c50a742d9eb674" 20SRC_URI[patch2.sha256sum] = "df5cca50a8f95333505d7920929fea251daea3be25be6834a1c50a742d9eb674"
diff --git a/meta-oe/recipes-graphics/clutter/clutter-box2d.inc b/meta-oe/recipes-graphics/clutter/clutter-box2d.inc
index 056b09184..646b785ca 100644
--- a/meta-oe/recipes-graphics/clutter/clutter-box2d.inc
+++ b/meta-oe/recipes-graphics/clutter/clutter-box2d.inc
@@ -8,8 +8,8 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
8inherit autotools pkgconfig gtk-doc 8inherit autotools pkgconfig gtk-doc
9 9
10do_install_append () { 10do_install_append () {
11 install -d ${D}${bindir} 11 install -d ${D}${bindir}
12 install ${S}/examples/.libs/blockbox ${D}${bindir} 12 install ${S}/examples/.libs/blockbox ${D}${bindir}
13} 13}
14 14
15FILESPATH = "${FILE_DIRNAME}/clutter-box2d" 15FILESPATH = "${FILE_DIRNAME}/clutter-box2d"
diff --git a/meta-oe/recipes-graphics/fbida/fbida_2.09.bb b/meta-oe/recipes-graphics/fbida/fbida_2.09.bb
index 455fd8a75..02ea57fd5 100644
--- a/meta-oe/recipes-graphics/fbida/fbida_2.09.bb
+++ b/meta-oe/recipes-graphics/fbida/fbida_2.09.bb
@@ -15,12 +15,12 @@ S = "${WORKDIR}/git"
15EXTRA_OEMAKE = "STRIP=" 15EXTRA_OEMAKE = "STRIP="
16 16
17do_compile() { 17do_compile() {
18 sed -i -e 's: cpp: ${TARGET_PREFIX}cpp:g' GNUmakefile 18 sed -i -e 's: cpp: ${TARGET_PREFIX}cpp:g' GNUmakefile
19 oe_runmake 19 oe_runmake
20} 20}
21 21
22do_install() { 22do_install() {
23 oe_runmake 'DESTDIR=${D}' install 23 oe_runmake 'DESTDIR=${D}' install
24} 24}
25 25
26RDEPENDS_${PN} = "ttf-dejavu-sans-mono" 26RDEPENDS_${PN} = "ttf-dejavu-sans-mono"
diff --git a/meta-oe/recipes-graphics/gimp/gimp_2.8.2.bb b/meta-oe/recipes-graphics/gimp/gimp_2.8.2.bb
index 44e66ea6d..e9bbdcf70 100644
--- a/meta-oe/recipes-graphics/gimp/gimp_2.8.2.bb
+++ b/meta-oe/recipes-graphics/gimp/gimp_2.8.2.bb
@@ -16,8 +16,8 @@ EXTRA_OECONF = "--disable-python \
16 --without-wmf" 16 --without-wmf"
17 17
18do_configure_append() { 18do_configure_append() {
19 find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g 19 find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
20 find ${S} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g 20 find ${S} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g
21} 21}
22 22
23FILES_${PN}-dbg += "${libdir}/gimp/2.0/*/.debug" 23FILES_${PN}-dbg += "${libdir}/gimp/2.0/*/.debug"
diff --git a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb
index 60271cc77..fd547d991 100644
--- a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb
+++ b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb
@@ -26,10 +26,10 @@ inherit autotools pkgconfig gettext lib_package
26EXTRA_OECONF = " --with-drivers=all udevscriptdir=/lib/udev ac_cv_lib_ltdl_lt_dlcaller_register=yes" 26EXTRA_OECONF = " --with-drivers=all udevscriptdir=/lib/udev ac_cv_lib_ltdl_lt_dlcaller_register=yes"
27 27
28do_configure_append() { 28do_configure_append() {
29 cp ${STAGING_DATADIR}/gettext/po/Makefile.in.in ${S}/libgphoto2_port/po/ 29 cp ${STAGING_DATADIR}/gettext/po/Makefile.in.in ${S}/libgphoto2_port/po/
30 cd ${S}/libgphoto2_port/ 30 cd ${S}/libgphoto2_port/
31 autoreconf -Wcross --verbose --install --force ${EXTRA_AUTORECONF} $acpaths 31 autoreconf -Wcross --verbose --install --force ${EXTRA_AUTORECONF} $acpaths
32 cd ${S} 32 cd ${S}
33} 33}
34 34
35do_install_append() { 35do_install_append() {
diff --git a/meta-oe/recipes-graphics/lxdm/lxdm_git.bb b/meta-oe/recipes-graphics/lxdm/lxdm_git.bb
index a6f266cc3..a24f75c65 100644
--- a/meta-oe/recipes-graphics/lxdm/lxdm_git.bb
+++ b/meta-oe/recipes-graphics/lxdm/lxdm_git.bb
@@ -3,11 +3,11 @@ HOMEPAGE = "http://blog.lxde.org/?p=531"
3LICENSE = "GPLv3" 3LICENSE = "GPLv3"
4LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 4LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
5SRC_URI = " \ 5SRC_URI = " \
6 git://lxde.git.sourceforge.net/gitroot/lxde/${BPN};protocol=git;branch=master \ 6 git://lxde.git.sourceforge.net/gitroot/lxde/${BPN};protocol=git;branch=master \
7 file://lxdm.conf \ 7 file://lxdm.conf \
8 file://lxdm-pam \ 8 file://lxdm-pam \
9 file://lxdm-pam-debug \ 9 file://lxdm-pam-debug \
10 ${@base_contains("DISTRO_TYPE", "debug", "", "file://0001-lxdm.conf.in-blacklist-root-for-release-images.patch",d)} \ 10 ${@base_contains("DISTRO_TYPE", "debug", "", "file://0001-lxdm.conf.in-blacklist-root-for-release-images.patch",d)} \
11" 11"
12 12
13LXDM_PAM = "${@base_contains("DISTRO_TYPE", "debug", "lxdm-pam-debug", "lxdm-pam",d)}" 13LXDM_PAM = "${@base_contains("DISTRO_TYPE", "debug", "lxdm-pam-debug", "lxdm-pam",d)}"
@@ -29,22 +29,22 @@ S = "${WORKDIR}/git"
29EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemdsystemunitdir=${systemd_unitdir}/system/', '--without-systemdsystemunitdir', d)}" 29EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemdsystemunitdir=${systemd_unitdir}/system/', '--without-systemdsystemunitdir', d)}"
30 30
31do_compile_append() { 31do_compile_append() {
32 # default background configured not available / no password field available / no default screensaver 32 # default background configured not available / no password field available / no default screensaver
33 sed -i -e 's,bg=,# bg=,g' \ 33 sed -i -e 's,bg=,# bg=,g' \
34 -e 's,# skip_password=,skip_password=,g' \ 34 -e 's,# skip_password=,skip_password=,g' \
35 -e 's,# arg=.*,arg=${bindir}/X -s 0,g' \ 35 -e 's,# arg=.*,arg=${bindir}/X -s 0,g' \
36 ${S}/data/lxdm.conf.in 36 ${S}/data/lxdm.conf.in
37 # add default configuration 37 # add default configuration
38 oe_runmake -C ${S}/data lxdm.conf 38 oe_runmake -C ${S}/data lxdm.conf
39} 39}
40 40
41do_install_append() { 41do_install_append() {
42 install -d ${D}${localstatedir}/lib/lxdm 42 install -d ${D}${localstatedir}/lib/lxdm
43 install -m 644 ${WORKDIR}/lxdm.conf ${D}${localstatedir}/lib/lxdm 43 install -m 644 ${WORKDIR}/lxdm.conf ${D}${localstatedir}/lib/lxdm
44 # ArchLinux version of pam config has the following advantages: 44 # ArchLinux version of pam config has the following advantages:
45 # * simple setup of passwordless login 45 # * simple setup of passwordless login
46 # * in XFCE powerdown/restart enabled in logoff dialog 46 # * in XFCE powerdown/restart enabled in logoff dialog
47 install -m 644 ${WORKDIR}/${LXDM_PAM} ${D}${sysconfdir}/pam.d/lxdm 47 install -m 644 ${WORKDIR}/${LXDM_PAM} ${D}${sysconfdir}/pam.d/lxdm
48} 48}
49 49
50# make installed languages choosable 50# make installed languages choosable
diff --git a/meta-oe/recipes-graphics/nonworking/slim/slim_1.3.2.bb b/meta-oe/recipes-graphics/nonworking/slim/slim_1.3.2.bb
index 1428806b5..57b47f658 100644
--- a/meta-oe/recipes-graphics/nonworking/slim/slim_1.3.2.bb
+++ b/meta-oe/recipes-graphics/nonworking/slim/slim_1.3.2.bb
@@ -8,19 +8,19 @@ PR = "r1"
8DEPENDS = "virtual/libx11 libxmu libpng jpeg freetype sessreg ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" 8DEPENDS = "virtual/libx11 libxmu libpng jpeg freetype sessreg ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
9 9
10SRC_URI = " \ 10SRC_URI = " \
11 http://download.berlios.de/${PN}/${P}.tar.gz \ 11 http://download.berlios.de/${PN}/${P}.tar.gz \
12 file://0002-Fix-image-handling-integer-overflows.patch \ 12 file://0002-Fix-image-handling-integer-overflows.patch \
13 file://0003-Fix-build-failure-with-ld-as-needed.patch \ 13 file://0003-Fix-build-failure-with-ld-as-needed.patch \
14 file://0004-Add-support-libpng15.patch \ 14 file://0004-Add-support-libpng15.patch \
15 file://0005-Remove-path-of-gcc-amd-g-and-version-of-g.patch \ 15 file://0005-Remove-path-of-gcc-amd-g-and-version-of-g.patch \
16 file://0006-Remove-localhost-from-Authenticator-of-pam.patch \ 16 file://0006-Remove-localhost-from-Authenticator-of-pam.patch \
17 file://0007-Fix-tty-slowness.patch \ 17 file://0007-Fix-tty-slowness.patch \
18 file://0008-restart-Xserver-if-killed.patch \ 18 file://0008-restart-Xserver-if-killed.patch \
19 file://slim-dynwm \ 19 file://slim-dynwm \
20 file://update_slim_wmlist \ 20 file://update_slim_wmlist \
21 file://Makefile.oe \ 21 file://Makefile.oe \
22 file://slim.pamd \ 22 file://slim.pamd \
23 file://slim.service \ 23 file://slim.service \
24" 24"
25 25
26SRC_URI[md5sum] = "ca1ae6120e6f4b4969f2d6cf94f47b42" 26SRC_URI[md5sum] = "ca1ae6120e6f4b4969f2d6cf94f47b42"
@@ -28,32 +28,32 @@ SRC_URI[sha256sum] = "f1560125005f253b9b88220598fed7a9575ef405716862c6ca3fcc72db
28 28
29 29
30EXTRA_OEMAKE += " \ 30EXTRA_OEMAKE += " \
31 USE_PAM=${@base_contains('DISTRO_FEATURES', 'pam', '1', '0', d)} \ 31 USE_PAM=${@base_contains('DISTRO_FEATURES', 'pam', '1', '0', d)} \
32 PREFIX=${prefix} \ 32 PREFIX=${prefix} \
33 CFGDIR=${sysconfdir} \ 33 CFGDIR=${sysconfdir} \
34 MANDIR=${mandir} \ 34 MANDIR=${mandir} \
35 DESTDIR=${D} \ 35 DESTDIR=${D} \
36 CFLAGS+=-I${STAGING_INCDIR}/freetype2 \ 36 CFLAGS+=-I${STAGING_INCDIR}/freetype2 \
37 CXXFLAGS+=-I${STAGING_INCDIR}/freetype2 \ 37 CXXFLAGS+=-I${STAGING_INCDIR}/freetype2 \
38" 38"
39 39
40do_compile_prepend() { 40do_compile_prepend() {
41 cp -pP ${WORKDIR}/Makefile.oe ${S}/Makefile 41 cp -pP ${WORKDIR}/Makefile.oe ${S}/Makefile
42} 42}
43 43
44do_install() { 44do_install() {
45 oe_runmake install 45 oe_runmake install
46 install -d ${D}${bindir} 46 install -d ${D}${bindir}
47 install -m 0755 ${WORKDIR}/slim-dynwm ${D}${bindir}/ 47 install -m 0755 ${WORKDIR}/slim-dynwm ${D}${bindir}/
48 install -m 0755 ${WORKDIR}/update_slim_wmlist ${D}${bindir}/ 48 install -m 0755 ${WORKDIR}/update_slim_wmlist ${D}${bindir}/
49 install -d ${D}${sysconfdir}/pam.d/ 49 install -d ${D}${sysconfdir}/pam.d/
50 install -m 0644 ${WORKDIR}/slim.pamd ${D}${sysconfdir}/pam.d/slim 50 install -m 0644 ${WORKDIR}/slim.pamd ${D}${sysconfdir}/pam.d/slim
51 51
52 install -d ${D}${systemd_unitdir}/system/ 52 install -d ${D}${systemd_unitdir}/system/
53 install -m 0644 ${WORKDIR}/*.service ${D}${systemd_unitdir}/system/ 53 install -m 0644 ${WORKDIR}/*.service ${D}${systemd_unitdir}/system/
54 54
55 echo 'sessionstart_cmd /usr/bin/sessreg -a -l $DISPLAY %user' >> ${D}${sysconfdir}/slim.conf 55 echo 'sessionstart_cmd /usr/bin/sessreg -a -l $DISPLAY %user' >> ${D}${sysconfdir}/slim.conf
56 echo 'sessionstop_cmd /usr/bin/sessreg -d -l $DISPLAY %user' >> ${D}${sysconfdir}/slim.conf 56 echo 'sessionstop_cmd /usr/bin/sessreg -d -l $DISPLAY %user' >> ${D}${sysconfdir}/slim.conf
57} 57}
58 58
59 59
@@ -62,7 +62,7 @@ FILES_${PN} += "${systemd_unitdir}/system/"
62 62
63pkg_postinst_${PN} () { 63pkg_postinst_${PN} () {
64if test "x$D" != "x"; then 64if test "x$D" != "x"; then
65 exit 1 65 exit 1
66fi 66fi
67systemctl enable slim.service 67systemctl enable slim.service
68 68
@@ -73,7 +73,7 @@ echo "${bindir}/slim" > ${sysconfdir}/X11/default-display-manager
73 73
74pkg_postrm_${PN} () { 74pkg_postrm_${PN} () {
75if test "x$D" != "x"; then 75if test "x$D" != "x"; then
76 exit 1 76 exit 1
77fi 77fi
78systemctl disable slim.service 78systemctl disable slim.service
79sed -i /slim/d $D${sysconfdir}/X11/default-display-manager || true 79sed -i /slim/d $D${sysconfdir}/X11/default-display-manager || true
diff --git a/meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb b/meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb
index e05ff3843..d6e0681d9 100644
--- a/meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb
+++ b/meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb
@@ -8,9 +8,9 @@ PR = "r2"
8inherit packagegroup allarch 8inherit packagegroup allarch
9 9
10PACKAGES += "\ 10PACKAGES += "\
11 ${PN}-core \ 11 ${PN}-core \
12 ${PN}-chinese \ 12 ${PN}-chinese \
13 ${PN}-japanese \ 13 ${PN}-japanese \
14" 14"
15RPROVIDES_${PN} += "task-fonts-truetype" 15RPROVIDES_${PN} += "task-fonts-truetype"
16RPROVIDES_${PN}-core += "task-fonts-truetype-core" 16RPROVIDES_${PN}-core += "task-fonts-truetype-core"
@@ -26,27 +26,27 @@ RCONFLICTS_${PN}-chinese += "task-fonts-truetype-chinese"
26RCONFLICTS_${PN}-japanese += "task-fonts-truetype-japanese" 26RCONFLICTS_${PN}-japanese += "task-fonts-truetype-japanese"
27 27
28RRECOMMENDS_${PN} = "\ 28RRECOMMENDS_${PN} = "\
29 ${PN}-core \ 29 ${PN}-core \
30 ${PN}-chinese \ 30 ${PN}-chinese \
31 ${PN}-japanese \ 31 ${PN}-japanese \
32" 32"
33 33
34RDEPENDS_${PN}-core = "\ 34RDEPENDS_${PN}-core = "\
35 fontconfig-utils \ 35 fontconfig-utils \
36 \ 36 \
37 ttf-dejavu-common \ 37 ttf-dejavu-common \
38 ttf-dejavu-sans \ 38 ttf-dejavu-sans \
39 ttf-dejavu-sans-mono \ 39 ttf-dejavu-sans-mono \
40" 40"
41# ttf-dejavu-serif 41# ttf-dejavu-serif
42 42
43RDEPENDS_${PN}-chinese = "\ 43RDEPENDS_${PN}-chinese = "\
44 ${PN}-core \ 44 ${PN}-core \
45 ttf-arphic-uming \ 45 ttf-arphic-uming \
46" 46"
47 47
48RDEPENDS_${PN}-japanese = "\ 48RDEPENDS_${PN}-japanese = "\
49 ${PN}-core \ 49 ${PN}-core \
50 ttf-sazanami-gothic \ 50 ttf-sazanami-gothic \
51 ttf-sazanami-mincho \ 51 ttf-sazanami-mincho \
52" 52"
diff --git a/meta-oe/recipes-graphics/tslib/tslib_git.bb b/meta-oe/recipes-graphics/tslib/tslib_git.bb
index 71a63ee94..b653978d4 100644
--- a/meta-oe/recipes-graphics/tslib/tslib_git.bb
+++ b/meta-oe/recipes-graphics/tslib/tslib_git.bb
@@ -28,12 +28,12 @@ inherit autotools pkgconfig
28EXTRA_OECONF = "--enable-shared --disable-h3600 --enable-input --disable-corgi --disable-collie --disable-mk712 --disable-arctic2 --disable-ucb1x00" 28EXTRA_OECONF = "--enable-shared --disable-h3600 --enable-input --disable-corgi --disable-collie --disable-mk712 --disable-arctic2 --disable-ucb1x00"
29 29
30do_install_prepend() { 30do_install_prepend() {
31 install -m 0644 ${WORKDIR}/ts.conf ${S}/etc/ts.conf 31 install -m 0644 ${WORKDIR}/ts.conf ${S}/etc/ts.conf
32} 32}
33 33
34do_install_append() { 34do_install_append() {
35 install -d ${D}${sysconfdir}/profile.d/ 35 install -d ${D}${sysconfdir}/profile.d/
36 install -m 0755 ${WORKDIR}/tslib.sh ${D}${sysconfdir}/profile.d/ 36 install -m 0755 ${WORKDIR}/tslib.sh ${D}${sysconfdir}/profile.d/
37} 37}
38 38
39SRC_URI_OVERRIDES_PACKAGE_ARCH = "0" 39SRC_URI_OVERRIDES_PACKAGE_ARCH = "0"
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.23.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.23.bb
index bcc797cc2..72bc2d255 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.23.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.23.bb
@@ -20,8 +20,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/dejavu/dejavu-fonts-ttf-${PV}.tar.bz2 \
20S = "${WORKDIR}/dejavu-fonts-ttf-${PV}/ttf" 20S = "${WORKDIR}/dejavu-fonts-ttf-${PV}/ttf"
21 21
22do_install_append () { 22do_install_append () {
23 install -d ${D}${sysconfdir}/fonts/conf.d/ 23 install -d ${D}${sysconfdir}/fonts/conf.d/
24 install -m 0644 ${WORKDIR}/30-dejavu-aliases.conf ${D}${sysconfdir}/fonts/conf.d/ 24 install -m 0644 ${WORKDIR}/30-dejavu-aliases.conf ${D}${sysconfdir}/fonts/conf.d/
25} 25}
26 26
27PACKAGES = "\ 27PACKAGES = "\
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb
index a96bc5111..c1180b87c 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb
@@ -13,7 +13,7 @@ SRC_URI = "git://github.com/android/platform_frameworks_base.git;protocol=git;br
13S = "${WORKDIR}/git/data/fonts" 13S = "${WORKDIR}/git/data/fonts"
14 14
15do_install_prepend() { 15do_install_prepend() {
16 rm ${S}/Ahem.ttf MTLc3m.ttf DroidSansArabic.ttf DroidSansThai.ttf Clockopia.ttf MTLmr3m.ttf DroidSansHebrew.ttf DroidSansFallbackLegacy.ttf # we're not packaging it 16 rm ${S}/Ahem.ttf MTLc3m.ttf DroidSansArabic.ttf DroidSansThai.ttf Clockopia.ttf MTLmr3m.ttf DroidSansHebrew.ttf DroidSansFallbackLegacy.ttf # we're not packaging it
17} 17}
18 18
19PACKAGES = "ttf-droid-sans ttf-droid-sans-mono \ 19PACKAGES = "ttf-droid-sans ttf-droid-sans-mono \
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb
index 8359bd88f..129e1375a 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb
@@ -7,20 +7,20 @@ LIC_FILES_CHKSUM = "file://../OFL.txt;md5=969851e3a70122069a4d9ee61dd5a2ed"
7PR = "r0" 7PR = "r0"
8 8
9SRC_URI = "http://levien.com/type/myfonts/Inconsolata.otf \ 9SRC_URI = "http://levien.com/type/myfonts/Inconsolata.otf \
10 file://OFL.txt" 10 file://OFL.txt"
11 11
12S = "${WORKDIR}/ttf-inconsolata-${PV}" 12S = "${WORKDIR}/ttf-inconsolata-${PV}"
13 13
14FILES_${PN} = "${datadir}/fonts/truetype/Inconsolata.ttf \ 14FILES_${PN} = "${datadir}/fonts/truetype/Inconsolata.ttf \
15 ${datadir}/doc/ttf-inconsolata/*" 15 ${datadir}/doc/ttf-inconsolata/*"
16 16
17do_configure() { 17do_configure() {
18 mv ${WORKDIR}/Inconsolata.otf ${S}/Inconsolata.ttf 18 mv ${WORKDIR}/Inconsolata.otf ${S}/Inconsolata.ttf
19} 19}
20 20
21do_install_append() { 21do_install_append() {
22 install -d ${D}${datadir}/doc/ttf-inconsolata/ 22 install -d ${D}${datadir}/doc/ttf-inconsolata/
23 install -m 0644 ${WORKDIR}/OFL.txt ${D}${datadir}/doc/ttf-inconsolata/ 23 install -m 0644 ${WORKDIR}/OFL.txt ${D}${datadir}/doc/ttf-inconsolata/
24} 24}
25 25
26SRC_URI[md5sum] = "0fbe014c1f0fb5e3c71140ff0dc63edf" 26SRC_URI[md5sum] = "0fbe014c1f0fb5e3c71140ff0dc63edf"
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb
index 52379449d..d2e84c2e2 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb
@@ -18,8 +18,8 @@ python populate_packages_prepend() {
18} 18}
19 19
20do_install() { 20do_install() {
21 install -d ${D}${datadir}/fonts/ttf-mplus 21 install -d ${D}${datadir}/fonts/ttf-mplus
22 install -m 0644 *.ttf ${D}${datadir}/fonts/ttf-mplus/ 22 install -m 0644 *.ttf ${D}${datadir}/fonts/ttf-mplus/
23} 23}
24 24
25SRC_URI[md5sum] = "d1400184b51b3871e8d2fca6c50e18ae" 25SRC_URI[md5sum] = "d1400184b51b3871e8d2fca6c50e18ae"
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb
index d88373489..0390740de 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb
@@ -23,12 +23,12 @@ FILES_ttf-sazanami-mincho = "${datadir}/fonts/truetype/sazanami-mincho.ttf \
23 ${datadir}/doc/ttf-sazanami-mincho/README" 23 ${datadir}/doc/ttf-sazanami-mincho/README"
24 24
25do_install_append() { 25do_install_append() {
26 # README contains the redistribution license 26 # README contains the redistribution license
27 install -d ${D}${datadir}/doc/ 27 install -d ${D}${datadir}/doc/
28 install -d ${D}${datadir}/doc/ttf-sazanami-gothic 28 install -d ${D}${datadir}/doc/ttf-sazanami-gothic
29 install -d ${D}${datadir}/doc/ttf-sazanami-mincho 29 install -d ${D}${datadir}/doc/ttf-sazanami-mincho
30 install -m 0644 ${S}/README ${D}${datadir}/doc/ttf-sazanami-gothic 30 install -m 0644 ${S}/README ${D}${datadir}/doc/ttf-sazanami-gothic
31 install -m 0644 ${S}/README ${D}${datadir}/doc/ttf-sazanami-mincho 31 install -m 0644 ${S}/README ${D}${datadir}/doc/ttf-sazanami-mincho
32} 32}
33 33
34SRC_URI[md5sum] = "ceef10579a75c92483171f3bd7f77df2" 34SRC_URI[md5sum] = "ceef10579a75c92483171f3bd7f77df2"
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.6.26.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.6.26.bb
index 6095386db..88fca6c51 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.6.26.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.6.26.bb
@@ -11,9 +11,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/wqy/wqy-zenhei-${PV}-0.tar.gz"
11S = "${WORKDIR}/wqy-zenhei" 11S = "${WORKDIR}/wqy-zenhei"
12 12
13do_install_append () { 13do_install_append () {
14 install -d ${D}${sysconfdir}/fonts/conf.d/ 14 install -d ${D}${sysconfdir}/fonts/conf.d/
15 install -m 0644 ${S}/44-wqy-zenhei.conf ${D}${sysconfdir}/fonts/conf.d/ 15 install -m 0644 ${S}/44-wqy-zenhei.conf ${D}${sysconfdir}/fonts/conf.d/
16 install -m 0644 ${S}/66-wqy-zenhei-sharp.conf ${D}${sysconfdir}/fonts/conf.d/ 16 install -m 0644 ${S}/66-wqy-zenhei-sharp.conf ${D}${sysconfdir}/fonts/conf.d/
17} 17}
18 18
19PACKAGES = "${PN}" 19PACKAGES = "${PN}"
diff --git a/meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb b/meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb
index 4f1305832..a79b57f19 100644
--- a/meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb
+++ b/meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb
@@ -14,6 +14,6 @@ SRC_URI[sha256sum] = "42d7271fbc796e53db71bb221f311b9ff3c51d90a71c9487a9bd3101ca
14EXTRA_OEMAKE = "PREFIX=${prefix} INSTALLMAN=${mandir}" 14EXTRA_OEMAKE = "PREFIX=${prefix} INSTALLMAN=${mandir}"
15 15
16do_install() { 16do_install() {
17 oe_runmake -e install DESTDIR=${D} PREFIX=${prefix} 17 oe_runmake -e install DESTDIR=${D} PREFIX=${prefix}
18} 18}
19 19
diff --git a/meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb b/meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb
index 9b68d54e7..bfb952f88 100644
--- a/meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb
+++ b/meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb
@@ -8,11 +8,11 @@ SRC_URI = "file://pointercal.xinput"
8S = "${WORKDIR}" 8S = "${WORKDIR}"
9 9
10do_install() { 10do_install() {
11 # Only install file if it has a contents 11 # Only install file if it has a contents
12 if [ -s ${S}/pointercal.xinput ]; then 12 if [ -s ${S}/pointercal.xinput ]; then
13 install -d ${D}${sysconfdir}/ 13 install -d ${D}${sysconfdir}/
14 install -m 0644 ${S}/pointercal.xinput ${D}${sysconfdir}/ 14 install -m 0644 ${S}/pointercal.xinput ${D}${sysconfdir}/
15 fi 15 fi
16} 16}
17 17
18PACKAGE_ARCH = "${MACHINE_ARCH}" 18PACKAGE_ARCH = "${MACHINE_ARCH}"
diff --git a/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb b/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb
index b01f62dab..593d4658c 100644
--- a/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb
+++ b/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb
@@ -19,15 +19,15 @@ S = "${WORKDIR}/git"
19EXTRA_OECONF += "--with-gui=x11" 19EXTRA_OECONF += "--with-gui=x11"
20 20
21do_install_append() { 21do_install_append() {
22 install -d ${D}${bindir} 22 install -d ${D}${bindir}
23 install -m 0755 scripts/xinput_calibrator_pointercal.sh ${D}${bindir}/xinput_calibrator_once.sh 23 install -m 0755 scripts/xinput_calibrator_pointercal.sh ${D}${bindir}/xinput_calibrator_once.sh
24 24
25 install -d ${D}${sysconfdir}/xdg/autostart 25 install -d ${D}${sysconfdir}/xdg/autostart
26 sed -i -e 's,^Exec=.*,Exec=${bindir}/xinput_calibrator_once.sh,' scripts/xinput_calibrator.desktop 26 sed -i -e 's,^Exec=.*,Exec=${bindir}/xinput_calibrator_once.sh,' scripts/xinput_calibrator.desktop
27 install -m 0644 scripts/xinput_calibrator.desktop ${D}${sysconfdir}/xdg/autostart 27 install -m 0644 scripts/xinput_calibrator.desktop ${D}${sysconfdir}/xdg/autostart
28 28
29 install -d ${D}${systemd_unitdir}/system 29 install -d ${D}${systemd_unitdir}/system
30 install -m 0644 ${WORKDIR}/xinput-calibrator.service ${D}${systemd_unitdir}/system 30 install -m 0644 ${WORKDIR}/xinput-calibrator.service ${D}${systemd_unitdir}/system
31} 31}
32 32
33FILES_${PN} += "${sysconfdir}/xdg/autostart" 33FILES_${PN} += "${sysconfdir}/xdg/autostart"
diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_277.bb b/meta-oe/recipes-graphics/xorg-app/xterm_277.bb
index 18abe3523..c56be0940 100644
--- a/meta-oe/recipes-graphics/xorg-app/xterm_277.bb
+++ b/meta-oe/recipes-graphics/xorg-app/xterm_277.bb
@@ -15,9 +15,9 @@ EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \
15 --disable-setuid" 15 --disable-setuid"
16 16
17do_configure() { 17do_configure() {
18 gnu-configize --force 18 gnu-configize --force
19 sed -e "s%/usr/contrib/X11R6%${STAGING_LIBDIR}%g" -i configure 19 sed -e "s%/usr/contrib/X11R6%${STAGING_LIBDIR}%g" -i configure
20 oe_runconf 20 oe_runconf
21} 21}
22 22
23FILES_${PN} += " /usr/lib/X11" 23FILES_${PN} += " /usr/lib/X11"
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-input-mtev_git.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-input-mtev_git.bb
index a604d4651..0397fb2f5 100644
--- a/meta-oe/recipes-graphics/xorg-driver/xf86-input-mtev_git.bb
+++ b/meta-oe/recipes-graphics/xorg-driver/xf86-input-mtev_git.bb
@@ -16,6 +16,6 @@ EXTRA_OEMAKE = "'INCLUDE=-I${STAGING_INCDIR}/xorg -I${STAGING_INCDIR}/pixman-1'"
16 16
17#skip xorg-driver-common.inc AC_CHECK_FILE mangling 17#skip xorg-driver-common.inc AC_CHECK_FILE mangling
18do_configure_prepend () { 18do_configure_prepend () {
19 sed 's#gcc#${CC}#g' -i Makefile 19 sed 's#gcc#${CC}#g' -i Makefile
20 return 20 return
21} 21}
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_0.0.6.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_0.0.6.bb
index d00fb4eda..fab7fab1f 100644
--- a/meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_0.0.6.bb
+++ b/meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_0.0.6.bb
@@ -22,13 +22,13 @@ SRC_URI[md5sum] = "b7a4d2f11637ee3fcf432e044b1d017f"
22SRC_URI[sha256sum] = "5f46fdef095a6e44a69e0f0b57c7d665224b26d990d006611236d8332e85b105" 22SRC_URI[sha256sum] = "5f46fdef095a6e44a69e0f0b57c7d665224b26d990d006611236d8332e85b105"
23 23
24do_configure_prepend() { 24do_configure_prepend() {
25 rm -rf ${S}/m4/ || true 25 rm -rf ${S}/m4/ || true
26} 26}
27do_install_append() { 27do_install_append() {
28 install -d ${D}/${datadir}/hal/fdi/policy/20thirdparty 28 install -d ${D}/${datadir}/hal/fdi/policy/20thirdparty
29 install -m 0644 ${WORKDIR}/10-x11-input-tslib.fdi ${D}/${datadir}/hal/fdi/policy/20thirdparty 29 install -m 0644 ${WORKDIR}/10-x11-input-tslib.fdi ${D}/${datadir}/hal/fdi/policy/20thirdparty
30 install -d ${D}/lib/udev/rules.d 30 install -d ${D}/lib/udev/rules.d
31 install -m 0644 ${WORKDIR}/99-xf86-input-tslib.rules ${D}/lib/udev/rules.d/ 31 install -m 0644 ${WORKDIR}/99-xf86-input-tslib.rules ${D}/lib/udev/rules.d/
32} 32}
33 33
34FILES_${PN} += "${datadir}/hal /lib/udev" 34FILES_${PN} += "${datadir}/hal /lib/udev"
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-glamo_git.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-video-glamo_git.bb
index f9eb3ce92..c3d83a47d 100644
--- a/meta-oe/recipes-graphics/xorg-driver/xf86-video-glamo_git.bb
+++ b/meta-oe/recipes-graphics/xorg-driver/xf86-video-glamo_git.bb
@@ -14,7 +14,7 @@ SRC_URI = "git://git.openmoko.org/git/xf86-video-glamo.git;protocol=git;branch=m
14 file://0001-fix-build-with-KMS-disabled.patch \ 14 file://0001-fix-build-with-KMS-disabled.patch \
15 file://0003-glamo-driver-adapt-to-xserver-0.13-video-API.patch \ 15 file://0003-glamo-driver-adapt-to-xserver-0.13-video-API.patch \
16 file://0001-glamo-driver-remove-references-to-mibstore.patch \ 16 file://0001-glamo-driver-remove-references-to-mibstore.patch \
17 " 17"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20SRCREV = "cb9ed17035a79e49dde26a1e7e2bc5f10fd8144b" 20SRCREV = "cb9ed17035a79e49dde26a1e7e2bc5f10fd8144b"
diff --git a/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.bb b/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.bb
index f5a4a6f6a..83cd1f901 100644
--- a/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.bb
+++ b/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.bb
@@ -14,9 +14,9 @@ SRC_URI[sha256sum] = "2d96bcf92638b8ec5c91d379f5ec2e7b15133adeb2ba22066d48bf3239
14EXTRA_OECONF += " --disable-docs " 14EXTRA_OECONF += " --disable-docs "
15 15
16do_install_append () { 16do_install_append () {
17 ln -sf libXaw6.so.6 ${D}${libdir}/libXaw.so.6 17 ln -sf libXaw6.so.6 ${D}${libdir}/libXaw.so.6
18 ln -sf libXaw7.so.7 ${D}${libdir}/libXaw.so.7 18 ln -sf libXaw7.so.7 ${D}${libdir}/libXaw.so.7
19 ln -sf libXaw7.so.7 ${D}${libdir}/libXaw.so 19 ln -sf libXaw7.so.7 ${D}${libdir}/libXaw.so
20} 20}
21 21
22PACKAGES =+ "libxaw6 libxaw7 libxaw8" 22PACKAGES =+ "libxaw6 libxaw7 libxaw8"
diff --git a/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb b/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb
index f3074196f..3bb8b61a8 100644
--- a/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb
+++ b/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb
@@ -11,22 +11,22 @@ SRC_URI[md5sum] = "82f2f84cd96610e8f7b92c700cd31c14"
11SRC_URI[sha256sum] = "cd04c33418f776b1e13fcc7af3d6bd0c7cccd03fbabd7dbcd97f88166cc34210" 11SRC_URI[sha256sum] = "cd04c33418f776b1e13fcc7af3d6bd0c7cccd03fbabd7dbcd97f88166cc34210"
12 12
13SRC_URI_append = " \ 13SRC_URI_append = " \
14 file://0001-COPYING-add-GPLv2-license-file.patch \ 14 file://0001-COPYING-add-GPLv2-license-file.patch \
15 file://0002-add-setdpi-Xinit.d-script.patch \ 15 file://0002-add-setdpi-Xinit.d-script.patch \
16 file://0003-add-89xdgautostart-Xsession.d-script.patch \ 16 file://0003-add-89xdgautostart-Xsession.d-script.patch \
17 file://0005-add-XWindowManager-Xsession.d-script.patch \ 17 file://0005-add-XWindowManager-Xsession.d-script.patch \
18 file://0006-add-support-for-etc-X11-xserver-system.patch \ 18 file://0006-add-support-for-etc-X11-xserver-system.patch \
19 file://0007-use-own-functions-file-instead-etc-init.d-functions.patch \ 19 file://0007-use-own-functions-file-instead-etc-init.d-functions.patch \
20 file://0008-xserver-common-add-dpi-and-nocursor-params-for-gta01.patch \ 20 file://0008-xserver-common-add-dpi-and-nocursor-params-for-gta01.patch \
21 file://0009-xserver-common-add-support-for-n900-alias-nokia_rx-5.patch \ 21 file://0009-xserver-common-add-support-for-n900-alias-nokia_rx-5.patch \
22 file://0010-xserver-common-add-support-for-nexus-S-alias-herring.patch \ 22 file://0010-xserver-common-add-support-for-nexus-S-alias-herring.patch \
23 file://0011-xserver-common-add-support-for-nexus-one-alias-mahim.patch \ 23 file://0011-xserver-common-add-support-for-nexus-one-alias-mahim.patch \
24 file://0012-xserver-common-add-support-for-gta04-alias-OpenPhoen.patch \ 24 file://0012-xserver-common-add-support-for-gta04-alias-OpenPhoen.patch \
25 file://0013-xserver-common-add-support-for-tuna-alias-Galaxy-Nex.patch \ 25 file://0013-xserver-common-add-support-for-tuna-alias-Galaxy-Nex.patch \
26" 26"
27 27
28do_install_append() { 28do_install_append() {
29 sed -i 's:^BINDIR=.*$:BINDIR=${bindir}:' ${D}/etc/X11/xserver-common 29 sed -i 's:^BINDIR=.*$:BINDIR=${bindir}:' ${D}/etc/X11/xserver-common
30} 30}
31 31
32inherit allarch 32inherit allarch
diff --git a/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init_2.0.bb b/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init_2.0.bb
index bbed445fe..aa85c8c97 100644
--- a/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init_2.0.bb
+++ b/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init_2.0.bb
@@ -19,13 +19,13 @@ INITSCRIPT_PARAMS = "start 01 5 2 . stop 01 0 1 6 ."
19INITSCRIPT_PARAMS_shr = "start 90 5 2 . stop 90 0 1 6 ." 19INITSCRIPT_PARAMS_shr = "start 90 5 2 . stop 90 0 1 6 ."
20 20
21do_install() { 21do_install() {
22 install -d ${D}${sysconfdir}/init.d 22 install -d ${D}${sysconfdir}/init.d
23 install xserver-nodm ${D}${sysconfdir}/init.d 23 install xserver-nodm ${D}${sysconfdir}/init.d
24 24
25 install -d ${D}${sysconfdir}/default 25 install -d ${D}${sysconfdir}/default
26 install -d ${D}${systemd_unitdir}/system 26 install -d ${D}${systemd_unitdir}/system
27 install xserver-nodm.conf ${D}${sysconfdir}/default/xserver-nodm 27 install xserver-nodm.conf ${D}${sysconfdir}/default/xserver-nodm
28 install -m 0644 ${WORKDIR}/xserver-nodm.service ${D}${systemd_unitdir}/system 28 install -m 0644 ${WORKDIR}/xserver-nodm.service ${D}${systemd_unitdir}/system
29} 29}
30 30
31RDEPENDS_${PN} = "xserver-common (>= 1.30) xinit" 31RDEPENDS_${PN} = "xserver-common (>= 1.30) xinit"
diff --git a/meta-oe/recipes-kernel/compat-wireless/compat-wireless.inc b/meta-oe/recipes-kernel/compat-wireless/compat-wireless.inc
index 30d52cc19..41f673ac8 100644
--- a/meta-oe/recipes-kernel/compat-wireless/compat-wireless.inc
+++ b/meta-oe/recipes-kernel/compat-wireless/compat-wireless.inc
@@ -10,8 +10,8 @@ COMPAT_WIRELESS_VERSION = "${PV}-1"
10SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" 10SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"
11 11
12SRC_URI = " \ 12SRC_URI = " \
13 http://www.orbit-lab.org/kernel/compat-wireless-3-stable/v${SHRT_VER}/compat-wireless-${COMPAT_WIRELESS_VERSION}.tar.bz2 \ 13 http://www.orbit-lab.org/kernel/compat-wireless-3-stable/v${SHRT_VER}/compat-wireless-${COMPAT_WIRELESS_VERSION}.tar.bz2 \
14 file://0001-ath5k-fix-compilation-without-CONFIG_PCI.patch \ 14 file://0001-ath5k-fix-compilation-without-CONFIG_PCI.patch \
15" 15"
16 16
17S = "${WORKDIR}/compat-wireless-${COMPAT_WIRELESS_VERSION}" 17S = "${WORKDIR}/compat-wireless-${COMPAT_WIRELESS_VERSION}"
@@ -21,9 +21,9 @@ inherit module
21EXTRA_OEMAKE = "KLIB_BUILD=${STAGING_KERNEL_DIR} KLIB=${D}" 21EXTRA_OEMAKE = "KLIB_BUILD=${STAGING_KERNEL_DIR} KLIB=${D}"
22 22
23do_configure_append() { 23do_configure_append() {
24 sed -i "s#@./scripts/update-initramfs## " Makefile 24 sed -i "s#@./scripts/update-initramfs## " Makefile
25} 25}
26 26
27do_install() { 27do_install() {
28 oe_runmake DEPMOD=echo DESTDIR="${D}" INSTALL_MOD_PATH="${D}" LDFLAGS="" install-modules 28 oe_runmake DEPMOD=echo DESTDIR="${D}" INSTALL_MOD_PATH="${D}" LDFLAGS="" install-modules
29} 29}
diff --git a/meta-oe/recipes-kernel/linux/linux.inc b/meta-oe/recipes-kernel/linux/linux.inc
index 2b2fbf352..7b301ae21 100644
--- a/meta-oe/recipes-kernel/linux/linux.inc
+++ b/meta-oe/recipes-kernel/linux/linux.inc
@@ -25,106 +25,106 @@ LOCALVERSION ?= ""
25 25
26#kernel_conf_variable CMDLINE "\"${CMDLINE} ${CMDLINE_DEBUG}\"" 26#kernel_conf_variable CMDLINE "\"${CMDLINE} ${CMDLINE_DEBUG}\""
27kernel_conf_variable() { 27kernel_conf_variable() {
28 CONF_SED_SCRIPT="$CONF_SED_SCRIPT /CONFIG_$1[ =]/d;" 28 CONF_SED_SCRIPT="$CONF_SED_SCRIPT /CONFIG_$1[ =]/d;"
29 if test "$2" = "n" 29 if test "$2" = "n"
30 then 30 then
31 echo "# CONFIG_$1 is not set" >> ${S}/.config 31 echo "# CONFIG_$1 is not set" >> ${S}/.config
32 else 32 else
33 echo "CONFIG_$1=$2" >> ${S}/.config 33 echo "CONFIG_$1=$2" >> ${S}/.config
34 fi 34 fi
35} 35}
36 36
37do_configure_prepend() { 37do_configure_prepend() {
38 echo "" > ${S}/.config 38 echo "" > ${S}/.config
39 CONF_SED_SCRIPT="" 39 CONF_SED_SCRIPT=""
40 40
41 # 41 #
42 # logo support, if you supply logo_linux_clut224.ppm in SRC_URI, then it's going to be used 42 # logo support, if you supply logo_linux_clut224.ppm in SRC_URI, then it's going to be used
43 # 43 #
44 if [ -e ${WORKDIR}/logo_linux_clut224.ppm ]; then 44 if [ -e ${WORKDIR}/logo_linux_clut224.ppm ]; then
45 install -m 0644 ${WORKDIR}/logo_linux_clut224.ppm drivers/video/logo/logo_linux_clut224.ppm 45 install -m 0644 ${WORKDIR}/logo_linux_clut224.ppm drivers/video/logo/logo_linux_clut224.ppm
46 kernel_conf_variable LOGO y 46 kernel_conf_variable LOGO y
47 kernel_conf_variable LOGO_LINUX_CLUT224 y 47 kernel_conf_variable LOGO_LINUX_CLUT224 y
48 fi 48 fi
49 49
50 # 50 #
51 # oabi / eabi support 51 # oabi / eabi support
52 # 52 #
53 kernel_conf_variable AEABI y 53 kernel_conf_variable AEABI y
54 if [ "${ARM_KEEP_OABI}" = "1" ] ; then 54 if [ "${ARM_KEEP_OABI}" = "1" ] ; then
55 kernel_conf_variable OABI_COMPAT y 55 kernel_conf_variable OABI_COMPAT y
56 else 56 else
57 kernel_conf_variable OABI_COMPAT n 57 kernel_conf_variable OABI_COMPAT n
58 fi 58 fi
59 59
60 # When enabling thumb for userspace we also need thumb support in the kernel 60 # When enabling thumb for userspace we also need thumb support in the kernel
61 if [ "${ARM_INSTRUCTION_SET}" = "thumb" ] ; then 61 if [ "${ARM_INSTRUCTION_SET}" = "thumb" ] ; then
62 kernel_conf_variable ARM_THUMB y 62 kernel_conf_variable ARM_THUMB y
63 fi 63 fi
64 64
65 kernel_conf_variable CMDLINE "\"${CMDLINE} ${CMDLINE_DEBUG}\"" 65 kernel_conf_variable CMDLINE "\"${CMDLINE} ${CMDLINE_DEBUG}\""
66 66
67 kernel_conf_variable LOCALVERSION "\"${LOCALVERSION}\"" 67 kernel_conf_variable LOCALVERSION "\"${LOCALVERSION}\""
68 kernel_conf_variable LOCALVERSION_AUTO n 68 kernel_conf_variable LOCALVERSION_AUTO n
69 69
70 kernel_conf_variable SYSFS_DEPRECATED n 70 kernel_conf_variable SYSFS_DEPRECATED n
71 kernel_conf_variable SYSFS_DEPRECATED_V2 n 71 kernel_conf_variable SYSFS_DEPRECATED_V2 n
72 kernel_conf_variable HOTPLUG y 72 kernel_conf_variable HOTPLUG y
73 kernel_conf_variable UEVENT_HELPER_PATH \"\" 73 kernel_conf_variable UEVENT_HELPER_PATH \"\"
74 kernel_conf_variable UNIX y 74 kernel_conf_variable UNIX y
75 kernel_conf_variable SYSFS y 75 kernel_conf_variable SYSFS y
76 kernel_conf_variable PROC_FS y 76 kernel_conf_variable PROC_FS y
77 kernel_conf_variable TMPFS y 77 kernel_conf_variable TMPFS y
78 kernel_conf_variable INOTIFY_USER y 78 kernel_conf_variable INOTIFY_USER y
79 kernel_conf_variable SIGNALFD y 79 kernel_conf_variable SIGNALFD y
80 kernel_conf_variable TMPFS_POSIX_ACL y 80 kernel_conf_variable TMPFS_POSIX_ACL y
81 kernel_conf_variable BLK_DEV_BSG y 81 kernel_conf_variable BLK_DEV_BSG y
82 kernel_conf_variable DEVTMPFS y 82 kernel_conf_variable DEVTMPFS y
83 kernel_conf_variable DEVTMPFS_MOUNT y 83 kernel_conf_variable DEVTMPFS_MOUNT y
84 84
85 # Newer inits like systemd need cgroup support 85 # Newer inits like systemd need cgroup support
86 if [ "${KERNEL_ENABLE_CGROUPS}" = "1" ] ; then 86 if [ "${KERNEL_ENABLE_CGROUPS}" = "1" ] ; then
87 kernel_conf_variable CGROUP_SCHED y 87 kernel_conf_variable CGROUP_SCHED y
88 kernel_conf_variable CGROUPS y 88 kernel_conf_variable CGROUPS y
89 kernel_conf_variable CGROUP_NS y 89 kernel_conf_variable CGROUP_NS y
90 kernel_conf_variable CGROUP_FREEZER y 90 kernel_conf_variable CGROUP_FREEZER y
91 kernel_conf_variable CGROUP_DEVICE y 91 kernel_conf_variable CGROUP_DEVICE y
92 kernel_conf_variable CPUSETS y 92 kernel_conf_variable CPUSETS y
93 kernel_conf_variable PROC_PID_CPUSET y 93 kernel_conf_variable PROC_PID_CPUSET y
94 kernel_conf_variable CGROUP_CPUACCT y 94 kernel_conf_variable CGROUP_CPUACCT y
95 kernel_conf_variable RESOURCE_COUNTERS y 95 kernel_conf_variable RESOURCE_COUNTERS y
96 fi 96 fi
97 97
98 # 98 #
99 # root-over-nfs-over-usb-eth support. Limited, but should cover some cases. 99 # root-over-nfs-over-usb-eth support. Limited, but should cover some cases.
100 # Enable this by setting a proper CMDLINE_NFSROOT_USB. 100 # Enable this by setting a proper CMDLINE_NFSROOT_USB.
101 # 101 #
102 if [ ! -z "${CMDLINE_NFSROOT_USB}" ]; then 102 if [ ! -z "${CMDLINE_NFSROOT_USB}" ]; then
103 bbnote "Configuring the kernel for root-over-nfs-over-usb-eth with CMDLINE ${CMDLINE_NFSROOT_USB}" 103 bbnote "Configuring the kernel for root-over-nfs-over-usb-eth with CMDLINE ${CMDLINE_NFSROOT_USB}"
104 kernel_conf_variable INET y 104 kernel_conf_variable INET y
105 kernel_conf_variable IP_PNP y 105 kernel_conf_variable IP_PNP y
106 kernel_conf_variable USB_GADGET y 106 kernel_conf_variable USB_GADGET y
107 kernel_conf_variable USB_GADGET_SELECTED y 107 kernel_conf_variable USB_GADGET_SELECTED y
108 kernel_conf_variable USB_ETH y 108 kernel_conf_variable USB_ETH y
109 kernel_conf_variable NFS_FS y 109 kernel_conf_variable NFS_FS y
110 kernel_conf_variable ROOT_NFS y 110 kernel_conf_variable ROOT_NFS y
111 kernel_conf_variable CMDLINE \"${CMDLINE_NFSROOT_USB} ${CMDLINE_DEBUG}\" 111 kernel_conf_variable CMDLINE \"${CMDLINE_NFSROOT_USB} ${CMDLINE_DEBUG}\"
112 fi 112 fi
113 113
114 sed -e "${CONF_SED_SCRIPT}" \ 114 sed -e "${CONF_SED_SCRIPT}" \
115 < '${WORKDIR}/defconfig' >>'${S}/.config' 115 < '${WORKDIR}/defconfig' >>'${S}/.config'
116 116
117 yes '' | oe_runmake oldconfig 117 yes '' | oe_runmake oldconfig
118} 118}
119 119
120do_configure_append() { 120do_configure_append() {
121 if test -e scripts/Makefile.fwinst ; then 121 if test -e scripts/Makefile.fwinst ; then
122 sed -i -e "s:-m0644:-m 0644:g" scripts/Makefile.fwinst 122 sed -i -e "s:-m0644:-m 0644:g" scripts/Makefile.fwinst
123 fi 123 fi
124} 124}
125 125
126do_install_append() { 126do_install_append() {
127 oe_runmake headers_install INSTALL_HDR_PATH=${D}${exec_prefix}/src/linux-${KERNEL_VERSION} ARCH=$ARCH 127 oe_runmake headers_install INSTALL_HDR_PATH=${D}${exec_prefix}/src/linux-${KERNEL_VERSION} ARCH=$ARCH
128} 128}
129 129
130PACKAGES =+ "kernel-headers" 130PACKAGES =+ "kernel-headers"
diff --git a/meta-oe/recipes-multimedia/alsa/alsa-oss_1.0.17.bb b/meta-oe/recipes-multimedia/alsa/alsa-oss_1.0.17.bb
index 52634c156..a455cad65 100644
--- a/meta-oe/recipes-multimedia/alsa/alsa-oss_1.0.17.bb
+++ b/meta-oe/recipes-multimedia/alsa/alsa-oss_1.0.17.bb
@@ -6,16 +6,16 @@ DEPENDS = "alsa-lib"
6PR = "r1" 6PR = "r1"
7 7
8SRC_URI = "ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-${PV}.tar.bz2 \ 8SRC_URI = "ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-${PV}.tar.bz2 \
9 file://libio.patch \ 9 file://libio.patch \
10 " 10"
11 11
12inherit autotools 12inherit autotools
13 13
14LEAD_SONAME = "libaoss.so.0" 14LEAD_SONAME = "libaoss.so.0"
15 15
16do_configure_prepend () { 16do_configure_prepend () {
17 touch NEWS README AUTHORS ChangeLog 17 touch NEWS README AUTHORS ChangeLog
18 sed -i "s/libaoss.so/${LEAD_SONAME}/" ${S}/alsa/aoss.in 18 sed -i "s/libaoss.so/${LEAD_SONAME}/" ${S}/alsa/aoss.in
19} 19}
20 20
21SRC_URI[md5sum] = "1b1850c2fc91476a73d50f537cbd402f" 21SRC_URI[md5sum] = "1b1850c2fc91476a73d50f537cbd402f"
diff --git a/meta-oe/recipes-multimedia/esound/esound_0.2.36.bb b/meta-oe/recipes-multimedia/esound/esound_0.2.36.bb
index d5cfb3f08..ee4a7b152 100644
--- a/meta-oe/recipes-multimedia/esound/esound_0.2.36.bb
+++ b/meta-oe/recipes-multimedia/esound/esound_0.2.36.bb
@@ -22,7 +22,7 @@ EXTRA_OECONF = " \
22 --disable-artstest \ 22 --disable-artstest \
23" 23"
24do_configure_prepend() { 24do_configure_prepend() {
25 sed -i -e 's:/usr/include/mme:${STAGING_INCDIR}/mme:g' configure.ac 25 sed -i -e 's:/usr/include/mme:${STAGING_INCDIR}/mme:g' configure.ac
26} 26}
27 27
28PACKAGES =+ "esddsp esd esd-utils" 28PACKAGES =+ "esddsp esd esd-utils"
diff --git a/meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb b/meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb
index a0b0935e0..6818413b4 100644
--- a/meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb
+++ b/meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb
@@ -8,7 +8,7 @@ PR = "r1"
8 8
9SRC_URI = "${SOURCEFORGE_MIRROR}/id3lib/id3lib-${PV}.tar.gz;name=archive \ 9SRC_URI = "${SOURCEFORGE_MIRROR}/id3lib/id3lib-${PV}.tar.gz;name=archive \
10 http://ftp.de.debian.org/debian/pool/main/i/id3lib3.8.3/id3lib3.8.3_3.8.3-7.2.diff.gz;name=patch \ 10 http://ftp.de.debian.org/debian/pool/main/i/id3lib3.8.3/id3lib3.8.3_3.8.3-7.2.diff.gz;name=patch \
11 " 11"
12SRC_URI[archive.md5sum] = "19f27ddd2dda4b2d26a559a4f0f402a7" 12SRC_URI[archive.md5sum] = "19f27ddd2dda4b2d26a559a4f0f402a7"
13SRC_URI[archive.sha256sum] = "2749cc3c0cd7280b299518b1ddf5a5bcfe2d1100614519b68702230e26c7d079" 13SRC_URI[archive.sha256sum] = "2749cc3c0cd7280b299518b1ddf5a5bcfe2d1100614519b68702230e26c7d079"
14SRC_URI[patch.md5sum] = "805c0320a2efb21c40ce06fa13cd7c4b" 14SRC_URI[patch.md5sum] = "805c0320a2efb21c40ce06fa13cd7c4b"
diff --git a/meta-oe/recipes-multimedia/jack/jack_0.121.0.bb b/meta-oe/recipes-multimedia/jack/jack_0.121.0.bb
index 111c61ed7..e3d5e7e33 100644
--- a/meta-oe/recipes-multimedia/jack/jack_0.121.0.bb
+++ b/meta-oe/recipes-multimedia/jack/jack_0.121.0.bb
@@ -8,7 +8,7 @@ LICENSE = "GPLv2 & LGPLv2.1"
8LIC_FILES_CHKSUM = "file://COPYING;md5=c030468238b2cf89925a57f2780396a7 \ 8LIC_FILES_CHKSUM = "file://COPYING;md5=c030468238b2cf89925a57f2780396a7 \
9 file://COPYING.GPL;md5=94d55d512a9ba36caa9b7df079bae19f \ 9 file://COPYING.GPL;md5=94d55d512a9ba36caa9b7df079bae19f \
10 file://COPYING.LGPL;md5=e77fe93202736b47c07035910f47974a \ 10 file://COPYING.LGPL;md5=e77fe93202736b47c07035910f47974a \
11 " 11"
12 12
13 13
14DEPENDS = "alsa-lib" 14DEPENDS = "alsa-lib"
@@ -18,7 +18,7 @@ SRCREV = "4484"
18SRC_URI = "svn://subversion.jackaudio.org/jack/tags;module=RELEASE_${SVNPV};protocol=http \ 18SRC_URI = "svn://subversion.jackaudio.org/jack/tags;module=RELEASE_${SVNPV};protocol=http \
19 file://remove-wrong-host-test.patch \ 19 file://remove-wrong-host-test.patch \
20 file://jack_fix_TWL4030_alsa_capture.patch \ 20 file://jack_fix_TWL4030_alsa_capture.patch \
21 " 21"
22 22
23S = "${WORKDIR}/RELEASE_${SVNPV}" 23S = "${WORKDIR}/RELEASE_${SVNPV}"
24 24
diff --git a/meta-oe/recipes-multimedia/libass/libass.inc b/meta-oe/recipes-multimedia/libass/libass.inc
index 28d6caafd..4dd5181df 100644
--- a/meta-oe/recipes-multimedia/libass/libass.inc
+++ b/meta-oe/recipes-multimedia/libass/libass.inc
@@ -14,13 +14,13 @@ SRC_URI = "http://${PN}.googlecode.com/files/${P}.tar.gz"
14inherit autotools pkgconfig 14inherit autotools pkgconfig
15 15
16EXTRA_OECONF = " \ 16EXTRA_OECONF = " \
17 --enable-enca \ 17 --enable-enca \
18 --enable-fontconfig \ 18 --enable-fontconfig \
19 --enable-png \ 19 --enable-png \
20" 20"
21 21
22PACKAGES =+ "${PN}-tests" 22PACKAGES =+ "${PN}-tests"
23 23
24FILES_${PN}-tests = " \ 24FILES_${PN}-tests = " \
25 ${libdir}/test/test \ 25 ${libdir}/test/test \
26" 26"
diff --git a/meta-oe/recipes-multimedia/libav/libav.inc b/meta-oe/recipes-multimedia/libav/libav.inc
index 54307afda..6e91061d0 100644
--- a/meta-oe/recipes-multimedia/libav/libav.inc
+++ b/meta-oe/recipes-multimedia/libav/libav.inc
@@ -15,10 +15,10 @@ INC_PR = "r8"
15 15
16inherit autotools pkgconfig 16inherit autotools pkgconfig
17 17
18# --enable-libgsm 18# --enable-libgsm
19# --enable-libmp3lame 19# --enable-libmp3lame
20# --enable-libschroedinger 20# --enable-libschroedinger
21# --enable-libvpx 21# --enable-libvpx
22 22
23B = "${S}/build.${HOST_SYS}.${TARGET_SYS}" 23B = "${S}/build.${HOST_SYS}.${TARGET_SYS}"
24 24
@@ -29,28 +29,28 @@ EXTRA_FFCONF_armv7a = "--cpu=cortex-a8"
29EXTRA_FFCONF ?= "" 29EXTRA_FFCONF ?= ""
30 30
31EXTRA_OECONF = " \ 31EXTRA_OECONF = " \
32 --enable-shared \ 32 --enable-shared \
33 --enable-pthreads \ 33 --enable-pthreads \
34 --enable-gpl \ 34 --enable-gpl \
35 --enable-avfilter \ 35 --enable-avfilter \
36 \ 36 \
37 --cross-prefix=${TARGET_PREFIX} \ 37 --cross-prefix=${TARGET_PREFIX} \
38 --prefix=${prefix} \ 38 --prefix=${prefix} \
39 \ 39 \
40 --enable-avserver \ 40 --enable-avserver \
41 --enable-avplay \ 41 --enable-avplay \
42 --enable-x11grab \ 42 --enable-x11grab \
43 --enable-libtheora \ 43 --enable-libtheora \
44 --enable-libvorbis \ 44 --enable-libvorbis \
45 --enable-libx264 \ 45 --enable-libx264 \
46 --arch=${TARGET_ARCH} \ 46 --arch=${TARGET_ARCH} \
47 --target-os="linux" \ 47 --target-os="linux" \
48 --enable-cross-compile \ 48 --enable-cross-compile \
49 --extra-cflags="${TARGET_CFLAGS} ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}" \ 49 --extra-cflags="${TARGET_CFLAGS} ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}" \
50 --extra-ldflags="${TARGET_LDFLAGS}" \ 50 --extra-ldflags="${TARGET_LDFLAGS}" \
51 --sysroot="${STAGING_DIR_TARGET}" \ 51 --sysroot="${STAGING_DIR_TARGET}" \
52 --enable-hardcoded-tables \ 52 --enable-hardcoded-tables \
53 ${EXTRA_FFCONF} \ 53 ${EXTRA_FFCONF} \
54" 54"
55 55
56#| yasm not found, use --disable-yasm for a crippled build 56#| yasm not found, use --disable-yasm for a crippled build
@@ -58,16 +58,16 @@ EXTRA_OECONF_append_x86-64 = " --disable-yasm"
58EXTRA_OECONF_append_x86 = " --disable-yasm" 58EXTRA_OECONF_append_x86 = " --disable-yasm"
59 59
60do_configure() { 60do_configure() {
61 # We don't have TARGET_PREFIX-pkgconfig 61 # We don't have TARGET_PREFIX-pkgconfig
62 sed -i '/pkg_config_default="${cross_prefix}${pkg_config_default}"/d' ${S}/configure 62 sed -i '/pkg_config_default="${cross_prefix}${pkg_config_default}"/d' ${S}/configure
63 mkdir -p ${B} 63 mkdir -p ${B}
64 cd ${B} 64 cd ${B}
65 ${S}/configure ${EXTRA_OECONF} 65 ${S}/configure ${EXTRA_OECONF}
66 sed -i -e s:Os:O4:g ${B}/config.h 66 sed -i -e s:Os:O4:g ${B}/config.h
67} 67}
68 68
69do_install_append() { 69do_install_append() {
70 install -m 0644 ${S}/libavfilter/*.h ${D}${includedir}/libavfilter/ 70 install -m 0644 ${S}/libavfilter/*.h ${D}${includedir}/libavfilter/
71} 71}
72 72
73FFMPEG_LIBS = "libavcodec libavdevice libavformat \ 73FFMPEG_LIBS = "libavcodec libavdevice libavformat \
diff --git a/meta-oe/recipes-multimedia/libav/libav_0.8.4.bb b/meta-oe/recipes-multimedia/libav/libav_0.8.4.bb
index ebab2c10f..b48ae96ad 100644
--- a/meta-oe/recipes-multimedia/libav/libav_0.8.4.bb
+++ b/meta-oe/recipes-multimedia/libav/libav_0.8.4.bb
@@ -1,13 +1,13 @@
1require libav.inc 1require libav.inc
2 2
3EXTRA_OECONF += " \ 3EXTRA_OECONF += " \
4 --enable-postproc \ 4 --enable-postproc \
5" 5"
6 6
7FILESEXTRAPATHS_prepend := "${THISDIR}/libav-0.8.4:" 7FILESEXTRAPATHS_prepend := "${THISDIR}/libav-0.8.4:"
8 8
9SRC_URI_append = " \ 9SRC_URI_append = " \
10 file://0001-configure-enable-pic-for-AArch64.patch \ 10 file://0001-configure-enable-pic-for-AArch64.patch \
11" 11"
12LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 12LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
13 file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \ 13 file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \
diff --git a/meta-oe/recipes-multimedia/libmodplug/libmodplug_0.8.7.bb b/meta-oe/recipes-multimedia/libmodplug/libmodplug_0.8.7.bb
index f65270dcf..30289856e 100644
--- a/meta-oe/recipes-multimedia/libmodplug/libmodplug_0.8.7.bb
+++ b/meta-oe/recipes-multimedia/libmodplug/libmodplug_0.8.7.bb
@@ -14,8 +14,8 @@ EXTRA_OECONF = "--disable-option-checking"
14 14
15# NOTE: autotools_stage_all does nothing here, we need to do it manually 15# NOTE: autotools_stage_all does nothing here, we need to do it manually
16do_install_append() { 16do_install_append() {
17 install -d ${D}${includedir}/libmodplug 17 install -d ${D}${includedir}/libmodplug
18 install -m 0644 ${S}/src/modplug.h ${D}${includedir}/libmodplug 18 install -m 0644 ${S}/src/modplug.h ${D}${includedir}/libmodplug
19 install -m 0644 ${S}/src/modplug.h ${D}${includedir}/ 19 install -m 0644 ${S}/src/modplug.h ${D}${includedir}/
20} 20}
21 21
diff --git a/meta-oe/recipes-multimedia/libpostproc/libpostproc_git.bb b/meta-oe/recipes-multimedia/libpostproc/libpostproc_git.bb
index 152062849..b39f20815 100644
--- a/meta-oe/recipes-multimedia/libpostproc/libpostproc_git.bb
+++ b/meta-oe/recipes-multimedia/libpostproc/libpostproc_git.bb
@@ -24,21 +24,21 @@ EXTRA_FFCONF_armv7a = "--cpu=cortex-a8"
24EXTRA_FFCONF ?= "" 24EXTRA_FFCONF ?= ""
25 25
26EXTRA_OECONF = " \ 26EXTRA_OECONF = " \
27 --enable-shared \ 27 --enable-shared \
28 --enable-pthreads \ 28 --enable-pthreads \
29 --enable-gpl \ 29 --enable-gpl \
30 --enable-postproc \ 30 --enable-postproc \
31 \ 31 \
32 --cross-prefix=${TARGET_PREFIX} \ 32 --cross-prefix=${TARGET_PREFIX} \
33 --prefix=${prefix} \ 33 --prefix=${prefix} \
34 \ 34 \
35 --arch=${TARGET_ARCH} \ 35 --arch=${TARGET_ARCH} \
36 --target-os="linux" \ 36 --target-os="linux" \
37 --enable-cross-compile \ 37 --enable-cross-compile \
38 --extra-cflags="${TARGET_CFLAGS} ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}" \ 38 --extra-cflags="${TARGET_CFLAGS} ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}" \
39 --extra-ldflags="${TARGET_LDFLAGS}" \ 39 --extra-ldflags="${TARGET_LDFLAGS}" \
40 --sysroot="${STAGING_DIR_TARGET}" \ 40 --sysroot="${STAGING_DIR_TARGET}" \
41 ${EXTRA_FFCONF} \ 41 ${EXTRA_FFCONF} \
42" 42"
43 43
44do_configure() { 44do_configure() {
diff --git a/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.12.bb b/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.12.bb
index ccc3d4003..4317d9369 100644
--- a/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.12.bb
+++ b/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.12.bb
@@ -22,12 +22,12 @@ export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config"
22EXTRA_OECONF += "--disable-jpg-shared --disable-png-shared -disable-tif-shared" 22EXTRA_OECONF += "--disable-jpg-shared --disable-png-shared -disable-tif-shared"
23 23
24do_configure_prepend() { 24do_configure_prepend() {
25 # Removing this file fixes a libtool version mismatch. 25 # Removing this file fixes a libtool version mismatch.
26 rm -f acinclude/libtool.m4 26 rm -f acinclude/libtool.m4
27 rm -f acinclude/sdl.m4 27 rm -f acinclude/sdl.m4
28 rm -f acinclude/pkg.m4 28 rm -f acinclude/pkg.m4
29 rm -f acinclude/lt~obsolete.m4 29 rm -f acinclude/lt~obsolete.m4
30 rm -f acinclude/ltoptions.m4 30 rm -f acinclude/ltoptions.m4
31 rm -f acinclude/ltsugar.m4 31 rm -f acinclude/ltsugar.m4
32 rm -f acinclude/ltversion.m4 32 rm -f acinclude/ltversion.m4
33} 33}
diff --git a/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.12.bb b/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.12.bb
index c8fa6ca46..00c7ec8c0 100644
--- a/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.12.bb
+++ b/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.12.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a37a47a0e579e461474cd03b9e05199d"
6 6
7SRC_URI = "http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${PV}.tar.gz \ 7SRC_URI = "http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${PV}.tar.gz \
8 file://configure.patch \ 8 file://configure.patch \
9 " 9"
10 10
11SRC_URI[md5sum] = "e03ff73d77a55e3572ad0217131dc4a1" 11SRC_URI[md5sum] = "e03ff73d77a55e3572ad0217131dc4a1"
12SRC_URI[sha256sum] = "1644308279a975799049e4826af2cfc787cad2abb11aa14562e402521f86992a" 12SRC_URI[sha256sum] = "1644308279a975799049e4826af2cfc787cad2abb11aa14562e402521f86992a"
@@ -19,20 +19,20 @@ EXTRA_AUTORECONF += "--include=acinclude"
19EXTRA_OECONF = "--disable-music-mp3 --enable-music-ogg --enable-music-ogg-tremor ${@base_conditional('ENTERPRISE_DISTRO', '1', '', '--enable-music-mp3-mad-gpl', d)} LIBS=-L${STAGING_LIBDIR}" 19EXTRA_OECONF = "--disable-music-mp3 --enable-music-ogg --enable-music-ogg-tremor ${@base_conditional('ENTERPRISE_DISTRO', '1', '', '--enable-music-mp3-mad-gpl', d)} LIBS=-L${STAGING_LIBDIR}"
20 20
21do_configure () { 21do_configure () {
22 # Remove old libtool macros. 22 # Remove old libtool macros.
23 MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4" 23 MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4"
24 for i in ${MACROS}; do 24 for i in ${MACROS}; do
25 rm -f acinclude/$i 25 rm -f acinclude/$i
26 done 26 done
27 cp build-scripts/* . || true 27 cp build-scripts/* . || true
28 rm -rf build-scripts/ 28 rm -rf build-scripts/
29 export SYSROOT=$PKG_CONFIG_SYSROOT_DIR 29 export SYSROOT=$PKG_CONFIG_SYSROOT_DIR
30 30
31 autotools_do_configure 31 autotools_do_configure
32 32
33 rm config.log 33 rm config.log
34 for i in $(find -name "Makefile") ; do 34 for i in $(find -name "Makefile") ; do
35 sed -i -e 's:-L/usr/lib:-L${STAGING_LIBDIR}:g' $i 35 sed -i -e 's:-L/usr/lib:-L${STAGING_LIBDIR}:g' $i
36 done 36 done
37} 37}
38 38
diff --git a/meta-oe/recipes-multimedia/live555/live555.inc b/meta-oe/recipes-multimedia/live555/live555.inc
index 443f81818..966224d7f 100644
--- a/meta-oe/recipes-multimedia/live555/live555.inc
+++ b/meta-oe/recipes-multimedia/live555/live555.inc
@@ -19,36 +19,36 @@ S = "${WORKDIR}/live"
19TARGET_CC_ARCH += "${LDFLAGS}" 19TARGET_CC_ARCH += "${LDFLAGS}"
20 20
21do_configure() { 21do_configure() {
22 cp ${WORKDIR}/config.linux-cross . 22 cp ${WORKDIR}/config.linux-cross .
23 echo "COMPILE_OPTS+=" -fPIC "" >> config.linux-cross 23 echo "COMPILE_OPTS+=" -fPIC "" >> config.linux-cross
24 ./genMakefiles linux-cross 24 ./genMakefiles linux-cross
25} 25}
26 26
27do_compile() { 27do_compile() {
28 make 28 make
29} 29}
30 30
31do_install() { 31do_install() {
32 install -d ${D}${includedir}/BasicUsageEnvironment 32 install -d ${D}${includedir}/BasicUsageEnvironment
33 install -d ${D}${includedir}/groupsock 33 install -d ${D}${includedir}/groupsock
34 install -d ${D}${includedir}/liveMedia 34 install -d ${D}${includedir}/liveMedia
35 install -d ${D}${includedir}/UsageEnvironment 35 install -d ${D}${includedir}/UsageEnvironment
36 install -d ${D}${libdir} 36 install -d ${D}${libdir}
37 cp -a ${S}/BasicUsageEnvironment/include/*.hh ${D}${includedir}/BasicUsageEnvironment/ 37 cp -a ${S}/BasicUsageEnvironment/include/*.hh ${D}${includedir}/BasicUsageEnvironment/
38 cp -a ${S}/groupsock/include/*.h ${D}${includedir}/groupsock/ 38 cp -a ${S}/groupsock/include/*.h ${D}${includedir}/groupsock/
39 cp -a ${S}/groupsock/include/*.hh ${D}${includedir}/groupsock/ 39 cp -a ${S}/groupsock/include/*.hh ${D}${includedir}/groupsock/
40 cp -a ${S}/liveMedia/include/*.hh ${D}${includedir}/liveMedia/ 40 cp -a ${S}/liveMedia/include/*.hh ${D}${includedir}/liveMedia/
41 cp -a ${S}/UsageEnvironment/include/*.hh ${D}${includedir}/UsageEnvironment/ 41 cp -a ${S}/UsageEnvironment/include/*.hh ${D}${includedir}/UsageEnvironment/
42 # Find all the headers 42 # Find all the headers
43 for i in $(find . -name "*.hh") $(find . -name "*.h") ; do 43 for i in $(find . -name "*.hh") $(find . -name "*.h") ; do
44 install ${i} ${D}${includedir} 44 install ${i} ${D}${includedir}
45 done 45 done
46 cp ${S}/*/*.a ${D}${libdir} 46 cp ${S}/*/*.a ${D}${libdir}
47 install -d ${D}${bindir} 47 install -d ${D}${bindir}
48 for i in MPEG2TransportStreamIndexer openRTSP playSIP sapWatch testMPEG1or2AudioVideoToDarwin testMPEG1or2ProgramToTransportStream testMPEG1or2Splitter testMPEG1or2VideoReceiver testMPEG2TransportStreamTrickPlay testMPEG4VideoToDarwin testOnDemandRTSPServer testRelay testAMRAudioStreamer testDVVideoStreamer testMP3Receiver testMP3Streamer testMPEG1or2AudioVideoStreamer testMPEG1or2VideoStreamer testMPEG2TransportStreamer testMPEG4VideoStreamer testWAVAudioStreamer vobStreamer; do 48 for i in MPEG2TransportStreamIndexer openRTSP playSIP sapWatch testMPEG1or2AudioVideoToDarwin testMPEG1or2ProgramToTransportStream testMPEG1or2Splitter testMPEG1or2VideoReceiver testMPEG2TransportStreamTrickPlay testMPEG4VideoToDarwin testOnDemandRTSPServer testRelay testAMRAudioStreamer testDVVideoStreamer testMP3Receiver testMP3Streamer testMPEG1or2AudioVideoStreamer testMPEG1or2VideoStreamer testMPEG2TransportStreamer testMPEG4VideoStreamer testWAVAudioStreamer vobStreamer; do
49 install -m 0755 ${S}/testProgs/${i} ${D}${bindir}/ 49 install -m 0755 ${S}/testProgs/${i} ${D}${bindir}/
50 done 50 done
51 install -m 0755 ${S}/mediaServer/live555MediaServer ${D}${bindir}/ 51 install -m 0755 ${S}/mediaServer/live555MediaServer ${D}${bindir}/
52} 52}
53 53
54PACKAGES =+ " live555-openrtsp live555-playsip live555-mediaserver" 54PACKAGES =+ " live555-openrtsp live555-playsip live555-mediaserver"
diff --git a/meta-oe/recipes-multimedia/mikmod/libmikmod_3.1.12.bb b/meta-oe/recipes-multimedia/mikmod/libmikmod_3.1.12.bb
index af5b5ffe0..efef5d225 100644
--- a/meta-oe/recipes-multimedia/mikmod/libmikmod_3.1.12.bb
+++ b/meta-oe/recipes-multimedia/mikmod/libmikmod_3.1.12.bb
@@ -6,12 +6,12 @@ LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=b2b941d484c442e5c031a51463d8e11b"
6DEPENDS = "alsa-lib" 6DEPENDS = "alsa-lib"
7 7
8SRC_URI = "\ 8SRC_URI = "\
9 ${SOURCEFORGE_MIRROR}/mikmod/libmikmod-${PV}.tar.gz \ 9 ${SOURCEFORGE_MIRROR}/mikmod/libmikmod-${PV}.tar.gz \
10 file://m4.patch \ 10 file://m4.patch \
11 file://autofoo.patch \ 11 file://autofoo.patch \
12 file://ldflags.patch \ 12 file://ldflags.patch \
13 file://CVE-2010-2971.patch \ 13 file://CVE-2010-2971.patch \
14 file://obsolete_automake_macros.patch \ 14 file://obsolete_automake_macros.patch \
15" 15"
16 16
17SRC_URI[md5sum] = "9f3c740298260d5f88981fc0d51f6f16" 17SRC_URI[md5sum] = "9f3c740298260d5f88981fc0d51f6f16"
@@ -20,13 +20,13 @@ SRC_URI[sha256sum] = "891a2b780306e6ef86e381f459e71a085d4e7f56c970a879d3bf341c01
20inherit autotools binconfig lib_package 20inherit autotools binconfig lib_package
21 21
22EXTRA_OECONF = "\ 22EXTRA_OECONF = "\
23 --disable-af \ 23 --disable-af \
24 --enable-alsa \ 24 --enable-alsa \
25 --disable-esd \ 25 --disable-esd \
26 --enable-oss \ 26 --enable-oss \
27 --disable-sam9407 \ 27 --disable-sam9407 \
28 --disable-ultra \ 28 --disable-ultra \
29 --disable-esdtest \ 29 --disable-esdtest \
30 --enable-threads \ 30 --enable-threads \
31" 31"
32 32
diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer-common.bb b/meta-oe/recipes-multimedia/mplayer/mplayer-common.bb
index 889bb9522..9a42b82d6 100644
--- a/meta-oe/recipes-multimedia/mplayer/mplayer-common.bb
+++ b/meta-oe/recipes-multimedia/mplayer/mplayer-common.bb
@@ -12,9 +12,9 @@ SRC_URI = "file://mplayer.conf"
12 12
13# Yes, really /usr/etc!!! 13# Yes, really /usr/etc!!!
14do_install() { 14do_install() {
15 install -d "${D}/usr${sysconfdir}/mplayer" 15 install -d "${D}/usr${sysconfdir}/mplayer"
16 16
17 install -m 0644 ${WORKDIR}/mplayer.conf "${D}/usr${sysconfdir}/mplayer" 17 install -m 0644 ${WORKDIR}/mplayer.conf "${D}/usr${sysconfdir}/mplayer"
18} 18}
19 19
20FILES_${PN} = "/usr${sysconfdir}/mplayer" 20FILES_${PN} = "/usr${sysconfdir}/mplayer"
diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
index 0dfc1ed99..2e04d3c73 100644
--- a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
+++ b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.mplayerhq.hu/"
4DEPENDS = "libvpx live555 libdvdread libtheora virtual/libsdl ffmpeg xsp zlib \ 4DEPENDS = "libvpx live555 libdvdread libtheora virtual/libsdl ffmpeg xsp zlib \
5 libpng jpeg liba52 freetype fontconfig alsa-lib lzo ncurses \ 5 libpng jpeg liba52 freetype fontconfig alsa-lib lzo ncurses \
6 libxv virtual/libx11 libass speex faad2 \ 6 libxv virtual/libx11 libass speex faad2 \
7 ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad liba52 lame', d)}" 7 ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad liba52 lame', d)}"
8 8
9RDEPENDS_${PN} = "mplayer-common" 9RDEPENDS_${PN} = "mplayer-common"
10PROVIDES = "mplayer" 10PROVIDES = "mplayer"
@@ -33,100 +33,100 @@ FILES_${PN} = "${bindir}/mplayer ${libdir} /usr/etc/mplayer/"
33CONFFILES_${PN} += "/usr/etc/mplayer/input.conf \ 33CONFFILES_${PN} += "/usr/etc/mplayer/input.conf \
34 /usr/etc/mplayer/example.conf \ 34 /usr/etc/mplayer/example.conf \
35 /usr/etc/mplayer/codecs.conf \ 35 /usr/etc/mplayer/codecs.conf \
36 " 36"
37 37
38inherit autotools pkgconfig 38inherit autotools pkgconfig
39 39
40EXTRA_OECONF = " \ 40EXTRA_OECONF = " \
41 --prefix=/usr \ 41 --prefix=/usr \
42 --mandir=${mandir} \ 42 --mandir=${mandir} \
43 --target=${SIMPLE_TARGET_SYS} \ 43 --target=${SIMPLE_TARGET_SYS} \
44 \ 44 \
45 --disable-lirc \ 45 --disable-lirc \
46 --disable-lircc \ 46 --disable-lircc \
47 --disable-joystick \ 47 --disable-joystick \
48 --disable-vm \ 48 --disable-vm \
49 --disable-xf86keysym \ 49 --disable-xf86keysym \
50 --enable-tv \ 50 --enable-tv \
51 --disable-tv-v4l1 \ 51 --disable-tv-v4l1 \
52 --enable-tv-v4l2 \ 52 --enable-tv-v4l2 \
53 --disable-tv-bsdbt848 \ 53 --disable-tv-bsdbt848 \
54 --enable-rtc \ 54 --enable-rtc \
55 --enable-networking \ 55 --enable-networking \
56 --disable-smb \ 56 --disable-smb \
57 --enable-live \ 57 --enable-live \
58 --disable-dvdnav \ 58 --disable-dvdnav \
59 --enable-dvdread \ 59 --enable-dvdread \
60 --disable-dvdread-internal \ 60 --disable-dvdread-internal \
61 --disable-libdvdcss-internal \ 61 --disable-libdvdcss-internal \
62 --disable-cdparanoia \ 62 --disable-cdparanoia \
63 --enable-freetype \ 63 --enable-freetype \
64 --enable-sortsub \ 64 --enable-sortsub \
65 --disable-fribidi \ 65 --disable-fribidi \
66 --disable-enca \ 66 --disable-enca \
67 --disable-ftp \ 67 --disable-ftp \
68 --disable-vstream \ 68 --disable-vstream \
69 \ 69 \
70 --disable-gif \ 70 --disable-gif \
71 --enable-png \ 71 --enable-png \
72 --enable-jpeg \ 72 --enable-jpeg \
73 --disable-libcdio \ 73 --disable-libcdio \
74 --disable-qtx \ 74 --disable-qtx \
75 --disable-xanim \ 75 --disable-xanim \
76 --disable-real \ 76 --disable-real \
77 --disable-xvid \ 77 --disable-xvid \
78 \ 78 \
79 --enable-speex \ 79 --enable-speex \
80 --enable-theora \ 80 --enable-theora \
81 --disable-ladspa \ 81 --disable-ladspa \
82 --disable-libdv \ 82 --disable-libdv \
83 --enable-mad \ 83 --enable-mad \
84 --disable-xmms \ 84 --disable-xmms \
85 --disable-musepack \ 85 --disable-musepack \
86 \ 86 \
87 --disable-gl \ 87 --disable-gl \
88 --disable-vesa \ 88 --disable-vesa \
89 --disable-svga \ 89 --disable-svga \
90 --enable-sdl \ 90 --enable-sdl \
91 --disable-aa \ 91 --disable-aa \
92 --disable-caca \ 92 --disable-caca \
93 --disable-ggi \ 93 --disable-ggi \
94 --disable-ggiwmh \ 94 --disable-ggiwmh \
95 --disable-directx \ 95 --disable-directx \
96 --disable-dxr3 \ 96 --disable-dxr3 \
97 --disable-dvb \ 97 --disable-dvb \
98 --disable-mga \ 98 --disable-mga \
99 --disable-xmga \ 99 --disable-xmga \
100 --enable-xv \ 100 --enable-xv \
101 --disable-vm \ 101 --disable-vm \
102 --disable-xinerama \ 102 --disable-xinerama \
103 --enable-x11 \ 103 --enable-x11 \
104 --enable-fbdev \ 104 --enable-fbdev \
105 --disable-3dfx \ 105 --disable-3dfx \
106 --disable-tdfxfb \ 106 --disable-tdfxfb \
107 --disable-s3fb \ 107 --disable-s3fb \
108 --disable-directfb \ 108 --disable-directfb \
109 --disable-bl \ 109 --disable-bl \
110 --disable-tdfxvid \ 110 --disable-tdfxvid \
111 --disable-tga \ 111 --disable-tga \
112 --disable-pnm \ 112 --disable-pnm \
113 --disable-md5sum \ 113 --disable-md5sum \
114 \ 114 \
115 --enable-alsa \ 115 --enable-alsa \
116 --enable-ossaudio \ 116 --enable-ossaudio \
117 --disable-arts \ 117 --disable-arts \
118 --disable-esd \ 118 --disable-esd \
119 --disable-pulse \ 119 --disable-pulse \
120 --disable-jack \ 120 --disable-jack \
121 --disable-openal \ 121 --disable-openal \
122 --disable-nas \ 122 --disable-nas \
123 --disable-sgiaudio \ 123 --disable-sgiaudio \
124 --disable-sunaudio \ 124 --disable-sunaudio \
125 --disable-win32waveout \ 125 --disable-win32waveout \
126 --enable-select \ 126 --enable-select \
127 --enable-libass \ 127 --enable-libass \
128 \ 128 \
129 --extra-libs=' -lXext -lX11 -lBasicUsageEnvironment -lUsageEnvironment -lgroupsock -lliveMedia -lstdc++ -lvorbis ' \ 129 --extra-libs=' -lXext -lX11 -lBasicUsageEnvironment -lUsageEnvironment -lgroupsock -lliveMedia -lstdc++ -lvorbis ' \
130" 130"
131 131
132EXTRA_OECONF_append_armv6 = " --enable-armv6" 132EXTRA_OECONF_append_armv6 = " --enable-armv6"
@@ -138,25 +138,25 @@ BUILD_OPTIMIZATION = "${FULL_OPTIMIZATION}"
138CFLAGS_append = " -I${S}/libdvdread4 " 138CFLAGS_append = " -I${S}/libdvdread4 "
139 139
140do_configure() { 140do_configure() {
141 sed -i 's|/usr/include|${STAGING_INCDIR}|g' ${S}/configure 141 sed -i 's|/usr/include|${STAGING_INCDIR}|g' ${S}/configure
142 sed -i 's|/usr/lib|${STAGING_LIBDIR}|g' ${S}/configure 142 sed -i 's|/usr/lib|${STAGING_LIBDIR}|g' ${S}/configure
143 sed -i 's|/usr/\S*include[\w/]*||g' ${S}/configure 143 sed -i 's|/usr/\S*include[\w/]*||g' ${S}/configure
144 sed -i 's|/usr/\S*lib[\w/]*||g' ${S}/configure 144 sed -i 's|/usr/\S*lib[\w/]*||g' ${S}/configure
145 sed -i 's|_install_strip="-s"|_install_strip=""|g' ${S}/configure 145 sed -i 's|_install_strip="-s"|_install_strip=""|g' ${S}/configure
146 sed -i 's|HOST_CC|BUILD_CC|' ${S}/Makefile 146 sed -i 's|HOST_CC|BUILD_CC|' ${S}/Makefile
147 147
148 export SIMPLE_TARGET_SYS="$(echo ${TARGET_SYS} | sed s:${TARGET_VENDOR}::g)" 148 export SIMPLE_TARGET_SYS="$(echo ${TARGET_SYS} | sed s:${TARGET_VENDOR}::g)"
149 ./configure ${EXTRA_OECONF} 149 ./configure ${EXTRA_OECONF}
150 150
151} 151}
152 152
153do_compile () { 153do_compile () {
154 oe_runmake 154 oe_runmake
155} 155}
156 156
157do_install_append() { 157do_install_append() {
158 install -d ${D}/usr/etc/mplayer 158 install -d ${D}/usr/etc/mplayer
159 install ${S}/etc/input.conf ${D}/usr/etc/mplayer/ 159 install ${S}/etc/input.conf ${D}/usr/etc/mplayer/
160 install ${S}/etc/example.conf ${D}/usr/etc/mplayer/ 160 install ${S}/etc/example.conf ${D}/usr/etc/mplayer/
161 install ${S}/etc/codecs.conf ${D}/usr/etc/mplayer/ 161 install ${S}/etc/codecs.conf ${D}/usr/etc/mplayer/
162} 162}
diff --git a/meta-oe/recipes-multimedia/nonworking/minidlna/minidlna_1.0.25.bb b/meta-oe/recipes-multimedia/nonworking/minidlna/minidlna_1.0.25.bb
index 4c1773742..7ceab7b5b 100644
--- a/meta-oe/recipes-multimedia/nonworking/minidlna/minidlna_1.0.25.bb
+++ b/meta-oe/recipes-multimedia/nonworking/minidlna/minidlna_1.0.25.bb
@@ -8,7 +8,7 @@ DEPENDS = "flac libav jpeg sqlite3 libexif libogg libid3tag"
8SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}_${PV}_src.tar.gz \ 8SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}_${PV}_src.tar.gz \
9 file://search-for-headers-in-staging-dir.patch \ 9 file://search-for-headers-in-staging-dir.patch \
10 file://fix-makefile.patch \ 10 file://fix-makefile.patch \
11 " 11"
12 12
13SRC_URI[md5sum] = "d966256baf2f9b068b9de871ab5dade5" 13SRC_URI[md5sum] = "d966256baf2f9b068b9de871ab5dade5"
14SRC_URI[sha256sum] = "170560fbe042c2bbcba78c5f15b54f4fac321ff770490b23b55789be463f2851" 14SRC_URI[sha256sum] = "170560fbe042c2bbcba78c5f15b54f4fac321ff770490b23b55789be463f2851"
diff --git a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_0.8.8.bb b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_0.8.8.bb
index ce5c5e1fc..91a4ab8cd 100644
--- a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_0.8.8.bb
+++ b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_0.8.8.bb
@@ -13,7 +13,7 @@ inherit autotools gettext
13PROVIDES = "libv4l" 13PROVIDES = "libv4l"
14 14
15SRC_URI = "git://linuxtv.org/v4l-utils.git;protocol=git \ 15SRC_URI = "git://linuxtv.org/v4l-utils.git;protocol=git \
16 " 16"
17# 54f16ca8183dd8ae8bf4ccc07949795aff0301f5 -> v0.8.8 tag 17# 54f16ca8183dd8ae8bf4ccc07949795aff0301f5 -> v0.8.8 tag
18SRCREV = "0298efdcd1153b8f719b9164548a3f0546f0cb7c" 18SRCREV = "0298efdcd1153b8f719b9164548a3f0546f0cb7c"
19 19
@@ -22,10 +22,10 @@ S = "${WORKDIR}/git"
22EXTRA_OECONF = "--disable-qv4l2 --enable-shared" 22EXTRA_OECONF = "--disable-qv4l2 --enable-shared"
23 23
24do_configure() { 24do_configure() {
25 # autotools_do_configure fails with: 25 # autotools_do_configure fails with:
26 # | configure.ac:139: error: required file 'build-aux/config.rpath' not found 26 # | configure.ac:139: error: required file 'build-aux/config.rpath' not found
27 autoreconf -vfi 27 autoreconf -vfi
28 oe_runconf 28 oe_runconf
29} 29}
30 30
31PACKAGES =+ "rc-keymaps libv4l libv4l-dbg libv4l-dev" 31PACKAGES =+ "rc-keymaps libv4l libv4l-dbg libv4l-dev"
diff --git a/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb b/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb
index d007bcb60..98b5e0efb 100644
--- a/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb
+++ b/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb
@@ -11,8 +11,8 @@ PR = "r2"
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12
13do_install() { 13do_install() {
14 install -d ${D}${bindir} 14 install -d ${D}${bindir}
15 install -m 0755 yavta ${D}${bindir} 15 install -m 0755 yavta ${D}${bindir}
16} 16}
17 17
18 18
diff --git a/meta-oe/recipes-multimedia/vlc/vlc.inc b/meta-oe/recipes-multimedia/vlc/vlc.inc
index 00d8663cd..1fe2d04f2 100644
--- a/meta-oe/recipes-multimedia/vlc/vlc.inc
+++ b/meta-oe/recipes-multimedia/vlc/vlc.inc
@@ -21,65 +21,65 @@ PACKAGES =+ "libvlc-dbg libvlc-dev libvlc"
21FILES_libvlc-dev = "${libdir}/lib*.so" 21FILES_libvlc-dev = "${libdir}/lib*.so"
22 22
23FILES_libvlc-dbg = "\ 23FILES_libvlc-dbg = "\
24 ${libdir}/.debug \ 24 ${libdir}/.debug \
25 ${libdir}/vlc/meta_engine/.debug \ 25 ${libdir}/vlc/meta_engine/.debug \
26 ${libdir}/vlc/audio_filter/.debug ${libdir}/vlc/audio_output/.debug \ 26 ${libdir}/vlc/audio_filter/.debug ${libdir}/vlc/audio_output/.debug \
27 ${libdir}/vlc/demux/.debug ${libdir}/vlc/control/.debug \ 27 ${libdir}/vlc/demux/.debug ${libdir}/vlc/control/.debug \
28 ${libdir}/vlc/gui/.debug ${libdir}/vlc/packetizer/.debug \ 28 ${libdir}/vlc/gui/.debug ${libdir}/vlc/packetizer/.debug \
29 ${libdir}/vlc/audio_mixer/.debug ${libdir}/vlc/stream_out/.debug \ 29 ${libdir}/vlc/audio_mixer/.debug ${libdir}/vlc/stream_out/.debug \
30 ${libdir}/vlc/mux/.debug ${libdir}/vlc/access/.debug \ 30 ${libdir}/vlc/mux/.debug ${libdir}/vlc/access/.debug \
31 ${libdir}/vlc/visualization/.debug ${libdir}/vlc/access_filter/.debug \ 31 ${libdir}/vlc/visualization/.debug ${libdir}/vlc/access_filter/.debug \
32 ${libdir}/vlc/access_output/.debug ${libdir}/vlc/video_output/.debug \ 32 ${libdir}/vlc/access_output/.debug ${libdir}/vlc/video_output/.debug \
33 ${libdir}/vlc/services_discovery/.debug ${libdir}/vlc/video_chroma/.debug \ 33 ${libdir}/vlc/services_discovery/.debug ${libdir}/vlc/video_chroma/.debug \
34 ${libdir}/vlc/video_codec/.debug ${libdir}/vlc/video_filter/.debug \ 34 ${libdir}/vlc/video_codec/.debug ${libdir}/vlc/video_filter/.debug \
35 ${libdir}/vlc/misc/.debug ${libdir}/vlc/codec/.debug \ 35 ${libdir}/vlc/misc/.debug ${libdir}/vlc/codec/.debug \
36 " 36"
37 37
38FILES_libvlc = "${libdir}/lib*.so.*" 38FILES_libvlc = "${libdir}/lib*.so.*"
39 39
40FILES_${PN} += "${bindir}/vlc \ 40FILES_${PN} += "${bindir}/vlc \
41 ${datadir}/applications \ 41 ${datadir}/applications \
42 ${datadir}/vlc/ \ 42 ${datadir}/vlc/ \
43 ${datadir}/icons \ 43 ${datadir}/icons \
44 " 44"
45 45
46FILES_${PN}-dbg += "${libdir}/vlc/*/.debug ${libdir}/vlc/plugins/*/.debug" 46FILES_${PN}-dbg += "${libdir}/vlc/*/.debug ${libdir}/vlc/plugins/*/.debug"
47 47
48EXTRA_OECONF = "\ 48EXTRA_OECONF = "\
49 --enable-dvdread \ 49 --enable-dvdread \
50 --enable-libtool \ 50 --enable-libtool \
51 --with-contrib \ 51 --with-contrib \
52 --enable-run-as-root \ 52 --enable-run-as-root \
53 --disable-wxwidgets \ 53 --disable-wxwidgets \
54 --enable-x11 --enable-xvideo \ 54 --enable-x11 --enable-xvideo \
55 --disable-screen --disable-caca \ 55 --disable-screen --disable-caca \
56 --enable-httpd --enable-vlm \ 56 --enable-httpd --enable-vlm \
57 --enable-freetype \ 57 --enable-freetype \
58 --enable-sdl \ 58 --enable-sdl \
59 --enable-png \ 59 --enable-png \
60 --enable-live555 --enable-tremor \ 60 --enable-live555 --enable-tremor \
61 --enable-v4l2 --enable-v4l --disable-aa --enable-wma --disable-faad \ 61 --enable-v4l2 --enable-v4l --disable-aa --enable-wma --disable-faad \
62 --enable-dbus \ 62 --enable-dbus \
63 --disable-hal \ 63 --disable-hal \
64 --without-contrib \ 64 --without-contrib \
65 --without-kde-solid \ 65 --without-kde-solid \
66 --disable-opengl --disable-glx \ 66 --disable-opengl --disable-glx \
67 --enable-realrtsp \ 67 --enable-realrtsp \
68 ac_cv_path_MOC=${STAGING_BINDIR_NATIVE}/moc4 \ 68 ac_cv_path_MOC=${STAGING_BINDIR_NATIVE}/moc4 \
69 ac_cv_path_RCC=${STAGING_BINDIR_NATIVE}/rcc4 \ 69 ac_cv_path_RCC=${STAGING_BINDIR_NATIVE}/rcc4 \
70 ac_cv_path_UIC=${STAGING_BINDIR_NATIVE}/uic4 \ 70 ac_cv_path_UIC=${STAGING_BINDIR_NATIVE}/uic4 \
71" 71"
72 72
73 73
74do_configure() { 74do_configure() {
75 cp ${STAGING_DATADIR}/aclocal/libgcrypt.m4 ${S}/m4/ 75 cp ${STAGING_DATADIR}/aclocal/libgcrypt.m4 ${S}/m4/
76 ./bootstrap 76 ./bootstrap
77 gnu-configize --force 77 gnu-configize --force
78 libtoolize --force 78 libtoolize --force
79 #autoreconf --force -i 79 #autoreconf --force -i
80 cp ${STAGING_DATADIR}/libtool/config.* ${S}/autotools/ || true 80 cp ${STAGING_DATADIR}/libtool/config.* ${S}/autotools/ || true
81 oe_runconf 81 oe_runconf
82 rm config.log 82 rm config.log
83 sed -i -e s:-L/usr/lib:-L${STAGING_LIBDIR}/:g vlc-config 83 sed -i -e s:-L/usr/lib:-L${STAGING_LIBDIR}/:g vlc-config
84 sed -i -e s:'$(MOC) $(DEFS) $(CPPFLAGS)':'$(MOC) $(DEFS)'\ -I${S}/include\ -DSYS_LINUX:g ${S}/modules/gui/qt4/Makefile 84 sed -i -e s:'$(MOC) $(DEFS) $(CPPFLAGS)':'$(MOC) $(DEFS)'\ -I${S}/include\ -DSYS_LINUX:g ${S}/modules/gui/qt4/Makefile
85} 85}
diff --git a/meta-oe/recipes-multimedia/webm/libvpx.inc b/meta-oe/recipes-multimedia/webm/libvpx.inc
index 31dafb8c8..4d8ba9d82 100644
--- a/meta-oe/recipes-multimedia/webm/libvpx.inc
+++ b/meta-oe/recipes-multimedia/webm/libvpx.inc
@@ -21,18 +21,18 @@ VPXTARGET_armv7a = "armv7-linux-gcc"
21VPXTARGET ?= "generic-gnu" 21VPXTARGET ?= "generic-gnu"
22 22
23CONFIGUREOPTS = " \ 23CONFIGUREOPTS = " \
24 --target=${VPXTARGET} \ 24 --target=${VPXTARGET} \
25 --enable-vp8 \ 25 --enable-vp8 \
26 --enable-libs \ 26 --enable-libs \
27 --disable-install-docs \ 27 --disable-install-docs \
28" 28"
29do_configure() { 29do_configure() {
30 ${S}/configure ${CONFIGUREOPTS} 30 ${S}/configure ${CONFIGUREOPTS}
31} 31}
32do_compile() { 32do_compile() {
33 oe_runmake 33 oe_runmake
34} 34}
35do_install() { 35do_install() {
36 oe_runmake install DESTDIR=${D} 36 oe_runmake install DESTDIR=${D}
37} 37}
38 38
diff --git a/meta-oe/recipes-multimedia/webm/libvpx_0.9.5.bb b/meta-oe/recipes-multimedia/webm/libvpx_0.9.5.bb
index 878d5e25e..597d0e14c 100644
--- a/meta-oe/recipes-multimedia/webm/libvpx_0.9.5.bb
+++ b/meta-oe/recipes-multimedia/webm/libvpx_0.9.5.bb
@@ -7,13 +7,13 @@ PR = "${INC_PR}.0"
7SRC_URI += "file://libvpx-configure-support-blank-prefix.patch \ 7SRC_URI += "file://libvpx-configure-support-blank-prefix.patch \
8 file://do-not-hardcode-softfp-float-api.patch \ 8 file://do-not-hardcode-softfp-float-api.patch \
9 file://CVE-2010-4203.patch \ 9 file://CVE-2010-4203.patch \
10 " 10"
11 11
12SRC_URI[md5sum] = "4bf2f2c76700202c1fe9201fcb0680e3" 12SRC_URI[md5sum] = "4bf2f2c76700202c1fe9201fcb0680e3"
13SRC_URI[sha256sum] = "2e93968afcded113a7e218de047feecf6659a089058803a9e40fb687de5f9bfa" 13SRC_URI[sha256sum] = "2e93968afcded113a7e218de047feecf6659a089058803a9e40fb687de5f9bfa"
14 14
15CONFIGUREOPTS += " \ 15CONFIGUREOPTS += " \
16 --prefix=${prefix} \ 16 --prefix=${prefix} \
17 --libdir=${libdir} \ 17 --libdir=${libdir} \
18" 18"
19 19
diff --git a/meta-oe/recipes-multimedia/x264/x264_git.bb b/meta-oe/recipes-multimedia/x264/x264_git.bb
index 056c25c41..5222d1d4d 100644
--- a/meta-oe/recipes-multimedia/x264/x264_git.bb
+++ b/meta-oe/recipes-multimedia/x264/x264_git.bb
@@ -10,7 +10,7 @@ DEPENDS = "yasm-native"
10 10
11SRC_URI = "git://git.videolan.org/x264.git \ 11SRC_URI = "git://git.videolan.org/x264.git \
12 file://don-t-default-to-cortex-a9-with-neon.patch \ 12 file://don-t-default-to-cortex-a9-with-neon.patch \
13 " 13"
14SRCREV = "1cffe9f406cc54f4759fc9eeb85598fb8cae66c7" 14SRCREV = "1cffe9f406cc54f4759fc9eeb85598fb8cae66c7"
15 15
16PV = "r2230+git" 16PV = "r2230+git"
@@ -34,7 +34,7 @@ EXTRA_OECONF = '--prefix=${prefix} \
34 ' 34 '
35 35
36do_configure() { 36do_configure() {
37 ./configure ${EXTRA_OECONF} 37 ./configure ${EXTRA_OECONF}
38} 38}
39 39
40# Get rid of -e 40# Get rid of -e
@@ -42,5 +42,5 @@ EXTRA_OEMAKE = ""
42AS = "${TARGET_PREFIX}gcc" 42AS = "${TARGET_PREFIX}gcc"
43 43
44do_install() { 44do_install() {
45 oe_runmake install DESTDIR=${D} 45 oe_runmake install DESTDIR=${D}
46} 46}
diff --git a/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb b/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb
index cc66f2454..772079970 100644
--- a/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb
+++ b/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb
@@ -12,9 +12,9 @@ S = "${WORKDIR}/xpext-1.0"
12inherit autotools pkgconfig 12inherit autotools pkgconfig
13 13
14do_configure_prepend () { 14do_configure_prepend () {
15 cd ${S} 15 cd ${S}
16 chmod +x ./autogen.sh 16 chmod +x ./autogen.sh
17 ./autogen.sh 17 ./autogen.sh
18} 18}
19 19
20SRC_URI[md5sum] = "1b0cb67b6f2bd7c4abef17648b062896" 20SRC_URI[md5sum] = "1b0cb67b6f2bd7c4abef17648b062896"
diff --git a/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb b/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb
index 62860b868..ca1a01e84 100644
--- a/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb
+++ b/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb
@@ -15,9 +15,9 @@ inherit autotools pkgconfig perlnative gconf
15PR = "r2" 15PR = "r2"
16 16
17do_configure_prepend() { 17do_configure_prepend() {
18 if [ -f ${S}/configure.in ] ; then 18 if [ -f ${S}/configure.in ] ; then
19 mv ${S}/configure.in ${S}/configure.ac 19 mv ${S}/configure.in ${S}/configure.ac
20 fi 20 fi
21} 21}
22 22
23RRECOMMENDS_${PN} = "gpsd" 23RRECOMMENDS_${PN} = "gpsd"
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb
index 122861479..99f019bd2 100644
--- a/meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb
+++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb
@@ -10,14 +10,14 @@ EXTRANATIVEPATH += "chrpath-native"
10PR = "r6" 10PR = "r6"
11 11
12SRC_URI = "http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz \ 12SRC_URI = "http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz \
13 file://0002-SConstruct-respect-sysroot-also-in-SPLINTOPTS.patch \ 13 file://0002-SConstruct-respect-sysroot-also-in-SPLINTOPTS.patch \
14 file://0004-SConstruct-remove-rpath.patch \ 14 file://0004-SConstruct-remove-rpath.patch \
15 file://0001-SConstruct-prefix-includepy-with-sysroot-and-drop-sy.patch \ 15 file://0001-SConstruct-prefix-includepy-with-sysroot-and-drop-sy.patch \
16 file://0001-SConstruct-disable-html-and-man-docs-building-becaus.patch \ 16 file://0001-SConstruct-disable-html-and-man-docs-building-becaus.patch \
17 file://gpsd-default \ 17 file://gpsd-default \
18 file://gpsd \ 18 file://gpsd \
19 file://60-gpsd.rules \ 19 file://60-gpsd.rules \
20 file://gpsd.service \ 20 file://gpsd.service \
21" 21"
22SRC_URI[md5sum] = "52d9785eaf1a51298bb8900dbde88f98" 22SRC_URI[md5sum] = "52d9785eaf1a51298bb8900dbde88f98"
23SRC_URI[sha256sum] = "7800c478ee9d7ca7a502b0f892828561b1fbf7bc69d9d38c447c82c3628302ac" 23SRC_URI[sha256sum] = "7800c478ee9d7ca7a502b0f892828561b1fbf7bc69d9d38c447c82c3628302ac"
@@ -33,11 +33,11 @@ export STAGING_INCDIR
33export STAGING_LIBDIR 33export STAGING_LIBDIR
34 34
35EXTRA_OESCONS = " \ 35EXTRA_OESCONS = " \
36 sysroot=${STAGING_DIR_TARGET} \ 36 sysroot=${STAGING_DIR_TARGET} \
37 libQgpsmm='false' \ 37 libQgpsmm='false' \
38 debug='true' \ 38 debug='true' \
39 strip='false' \ 39 strip='false' \
40 systemd='${SYSTEMD_OESCONS}' \ 40 systemd='${SYSTEMD_OESCONS}' \
41" 41"
42# this cannot be used, because then chrpath is not found and only static lib is built 42# this cannot be used, because then chrpath is not found and only static lib is built
43# target=${HOST_SYS} 43# target=${HOST_SYS}
@@ -88,11 +88,11 @@ do_install_append() {
88} 88}
89 89
90pkg_postinst_${PN}-conf() { 90pkg_postinst_${PN}-conf() {
91 update-alternatives --install ${sysconfdir}/default/gpsd gpsd-defaults ${sysconfdir}/default/gpsd.default 10 91 update-alternatives --install ${sysconfdir}/default/gpsd gpsd-defaults ${sysconfdir}/default/gpsd.default 10
92} 92}
93 93
94pkg_postrm_${PN}-conf() { 94pkg_postrm_${PN}-conf() {
95 update-alternatives --remove gpsd-defaults ${sysconfdir}/default/gpsd.default 95 update-alternatives --remove gpsd-defaults ${sysconfdir}/default/gpsd.default
96} 96}
97 97
98PACKAGES =+ "libgps libgpsd python-pygps-dbg python-pygps gpsd-udev gpsd-conf gpsd-gpsctl gps-utils" 98PACKAGES =+ "libgps libgpsd python-pygps-dbg python-pygps gpsd-udev gpsd-conf gpsd-gpsctl gps-utils"
diff --git a/meta-oe/recipes-navigation/navit/navit.inc b/meta-oe/recipes-navigation/navit/navit.inc
index dc2370b63..a90203a59 100644
--- a/meta-oe/recipes-navigation/navit/navit.inc
+++ b/meta-oe/recipes-navigation/navit/navit.inc
@@ -18,14 +18,14 @@ INC_PR = "r9"
18inherit autotools gettext 18inherit autotools gettext
19 19
20EXTRA_OECONF += " \ 20EXTRA_OECONF += " \
21 --disable-binding-python \ 21 --disable-binding-python \
22 --disable-samplemap \ 22 --disable-samplemap \
23 --enable-avoid-unaligned \ 23 --enable-avoid-unaligned \
24 --enable-graphics-qt-qpainter \ 24 --enable-graphics-qt-qpainter \
25 --enable-gui-qml \ 25 --enable-gui-qml \
26 --enable-svg2png-scaling-flag=32 \ 26 --enable-svg2png-scaling-flag=32 \
27 --disable-speech-speech-dispatcher \ 27 --disable-speech-speech-dispatcher \
28 --enable-cache-size=20971520 \ 28 --enable-cache-size=20971520 \
29" 29"
30 30
31# --enable-avoid-float \ 31# --enable-avoid-float \
@@ -38,19 +38,19 @@ PACKAGES =+ "${PN}-maptool ${PN}-config ${PN}-dbus ${PN}-speech-cmdline ${PN}-sp
38EXTRA_AUTORECONF = " -I m4" 38EXTRA_AUTORECONF = " -I m4"
39 39
40CONFFILES_${PN}-config += "${datadir}/navit/navit.default.xml \ 40CONFFILES_${PN}-config += "${datadir}/navit/navit.default.xml \
41 ${datadir}/navit/navit.xml \ 41 ${datadir}/navit/navit.xml \
42 ${datadir}/navit/maps.xml \ 42 ${datadir}/navit/maps.xml \
43 ${datadir}/navit/osd.xml \ 43 ${datadir}/navit/osd.xml \
44 ${datadir}/navit/speech.xml \ 44 ${datadir}/navit/speech.xml \
45 ${datadir}/navit/plugins.xml \ 45 ${datadir}/navit/plugins.xml \
46 " 46"
47 47
48SRC_URI += "file://navit.xml \ 48SRC_URI += "file://navit.xml \
49 file://maps.xml \ 49 file://maps.xml \
50 file://osd.xml \ 50 file://osd.xml \
51 file://speech.xml \ 51 file://speech.xml \
52 file://plugins.xml \ 52 file://plugins.xml \
53 " 53"
54 54
55FILES_${PN} += "${libdir}/${PN}/*/*.so ${datadir}/icons" 55FILES_${PN} += "${libdir}/${PN}/*/*.so ${datadir}/icons"
56FILES_${PN}-dbg += "${libdir}/${PN}/*/.debug" 56FILES_${PN}-dbg += "${libdir}/${PN}/*/.debug"
@@ -68,21 +68,21 @@ FILES_${PN}-graphics-gtk = " ${libdir}/${PN}/graphics/libgraphics_gtk_drawing_ar
68FILES_${PN}-icons = "/usr/share/navit/xpm/" 68FILES_${PN}-icons = "/usr/share/navit/xpm/"
69 69
70do_configure_prepend() { 70do_configure_prepend() {
71 # MOC=`$PKG_CONFIG QtGui --variable=moc_location` returns only /usr/bin/moc4 which is not available on hosts without Qt 71 # MOC=`$PKG_CONFIG QtGui --variable=moc_location` returns only /usr/bin/moc4 which is not available on hosts without Qt
72 sed -i "s#MOC=#MOC=${STAGING_DIR_NATIVE}#g" ${S}/configure.in 72 sed -i "s#MOC=#MOC=${STAGING_DIR_NATIVE}#g" ${S}/configure.in
73} 73}
74 74
75do_install_append() { 75do_install_append() {
76 # fix QA issue 76 # fix QA issue
77 sed -i 's#Categories=GTK;Utility;Geography;#Categories=Graphics;#g' ${D}${datadir}/applications/navit.desktop 77 sed -i 's#Categories=GTK;Utility;Geography;#Categories=Graphics;#g' ${D}${datadir}/applications/navit.desktop
78 78
79 rm ${D}${libdir}/${PN}/*/*.la 79 rm ${D}${libdir}/${PN}/*/*.la
80 80
81 #Use split config 81 #Use split config
82 mv ${D}${datadir}/navit/navit.xml ${D}${datadir}/navit/navit.default.xml 82 mv ${D}${datadir}/navit/navit.xml ${D}${datadir}/navit/navit.default.xml
83 install -m 0644 ${WORKDIR}/navit.xml ${D}${datadir}/navit/navit.xml 83 install -m 0644 ${WORKDIR}/navit.xml ${D}${datadir}/navit/navit.xml
84 install -m 0644 ${WORKDIR}/maps.xml ${D}${datadir}/navit/maps.xml 84 install -m 0644 ${WORKDIR}/maps.xml ${D}${datadir}/navit/maps.xml
85 install -m 0644 ${WORKDIR}/osd.xml ${D}${datadir}/navit/osd.xml 85 install -m 0644 ${WORKDIR}/osd.xml ${D}${datadir}/navit/osd.xml
86 install -m 0644 ${WORKDIR}/speech.xml ${D}${datadir}/navit/speech.xml 86 install -m 0644 ${WORKDIR}/speech.xml ${D}${datadir}/navit/speech.xml
87 install -m 0644 ${WORKDIR}/plugins.xml ${D}${datadir}/navit/plugins.xml 87 install -m 0644 ${WORKDIR}/plugins.xml ${D}${datadir}/navit/plugins.xml
88} 88}
diff --git a/meta-oe/recipes-navigation/omgps/omgps_svn.bb b/meta-oe/recipes-navigation/omgps/omgps_svn.bb
index 7c787a475..e1c1a71d8 100644
--- a/meta-oe/recipes-navigation/omgps/omgps_svn.bb
+++ b/meta-oe/recipes-navigation/omgps/omgps_svn.bb
@@ -10,8 +10,8 @@ PR = "r2"
10S = "${WORKDIR}/${PN}" 10S = "${WORKDIR}/${PN}"
11 11
12do_configure_prepend() { 12do_configure_prepend() {
13 sed -i "s#PY_VERSION = 2.6#PY_VERSION = ${PYTHON_BASEVERSION}#g" ${S}/Makefile.am 13 sed -i "s#PY_VERSION = 2.6#PY_VERSION = ${PYTHON_BASEVERSION}#g" ${S}/Makefile.am
14 sed -i "s#PY_INC_DIR = \$(OPIEDIR)#PY_INC_DIR = ${STAGING_DIR_HOST}#g" ${S}/Makefile.am 14 sed -i "s#PY_INC_DIR = \$(OPIEDIR)#PY_INC_DIR = ${STAGING_DIR_HOST}#g" ${S}/Makefile.am
15} 15}
16 16
17SRC_URI = "svn://omgps.googlecode.com/svn/trunk;module=omgps;protocol=http \ 17SRC_URI = "svn://omgps.googlecode.com/svn/trunk;module=omgps;protocol=http \
diff --git a/meta-oe/recipes-navigation/orrery/orrery_2.7.bb b/meta-oe/recipes-navigation/orrery/orrery_2.7.bb
index c216f2990..5c0805767 100644
--- a/meta-oe/recipes-navigation/orrery/orrery_2.7.bb
+++ b/meta-oe/recipes-navigation/orrery/orrery_2.7.bb
@@ -18,8 +18,8 @@ SRC_URI[sha256sum] = "645166a5e05b2064ab630534a514697fc47b681951e7fe1d635c259cbd
18S = "${WORKDIR}/${PN}" 18S = "${WORKDIR}/${PN}"
19 19
20do_configure_prepend() { 20do_configure_prepend() {
21 # fix DSO issue with binutils-2.22 21 # fix DSO issue with binutils-2.22
22 sed -i 's/ -lrt/ -lrt -lm/g' ${S}/Makefile.am 22 sed -i 's/ -lrt/ -lrt -lm/g' ${S}/Makefile.am
23} 23}
24do_install_append() { 24do_install_append() {
25 install -d ${D}${datadir}/orrery 25 install -d ${D}${datadir}/orrery
diff --git a/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb b/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb
index 9d590fdc6..c31261a4c 100644
--- a/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb
+++ b/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb
@@ -12,7 +12,7 @@ PR = "r0"
12inherit qt4x11 pkgconfig 12inherit qt4x11 pkgconfig
13 13
14SRC_URI = " \ 14SRC_URI = " \
15 http://hqh.unlink.org/harmattan/fingerterm-${PV}.tar.gz \ 15 http://hqh.unlink.org/harmattan/fingerterm-${PV}.tar.gz \
16" 16"
17 17
18SRC_URI[md5sum] = "d53b0f463c025583cd52accf95715448" 18SRC_URI[md5sum] = "d53b0f463c025583cd52accf95715448"
@@ -21,24 +21,24 @@ SRC_URI[sha256sum] = "c21a07cc411d09739bd7fa248eba2bf96427b3f032382a044b6674dd82
21S = "${WORKDIR}/${PN}" 21S = "${WORKDIR}/${PN}"
22 22
23FILES_${PN} = " \ 23FILES_${PN} = " \
24 ${bindir}/${PN} \ 24 ${bindir}/${PN} \
25 ${datadir}/applications/${PN}.desktop \ 25 ${datadir}/applications/${PN}.desktop \
26 ${datadir}/pixmaps/${PN}.png \ 26 ${datadir}/pixmaps/${PN}.png \
27" 27"
28 28
29do_install() { 29do_install() {
30 install -d ${D}${bindir} 30 install -d ${D}${bindir}
31 install -m 0744 ${S}/${PN} ${D}${bindir} 31 install -m 0744 ${S}/${PN} ${D}${bindir}
32 32
33 sed -i -e '/Exec.*/d' fingerterm.desktop 33 sed -i -e '/Exec.*/d' fingerterm.desktop
34 sed -i -e '/Icon.*/d' fingerterm.desktop 34 sed -i -e '/Icon.*/d' fingerterm.desktop
35 35
36 echo 'Exec=${bindir}/${PN}' >> fingerterm.desktop 36 echo 'Exec=${bindir}/${PN}' >> fingerterm.desktop
37 echo 'Icon=${PN}' >> fingerterm.desktop 37 echo 'Icon=${PN}' >> fingerterm.desktop
38 38
39 install -d ${D}${datadir}/applications 39 install -d ${D}${datadir}/applications
40 install -m 0644 ${S}/${PN}.desktop ${D}${datadir}/applications 40 install -m 0644 ${S}/${PN}.desktop ${D}${datadir}/applications
41 41
42 install -d ${D}${datadir}/pixmaps 42 install -d ${D}${datadir}/pixmaps
43 install -m 0644 ${S}/${PN}.png ${D}${datadir}/pixmaps 43 install -m 0644 ${S}/${PN}.png ${D}${datadir}/pixmaps
44} 44}
diff --git a/meta-oe/recipes-qt/libconnman-qt/libconnman-qt_0.4.0.bb b/meta-oe/recipes-qt/libconnman-qt/libconnman-qt_0.4.0.bb
index d15d8d760..50c149f37 100644
--- a/meta-oe/recipes-qt/libconnman-qt/libconnman-qt_0.4.0.bb
+++ b/meta-oe/recipes-qt/libconnman-qt/libconnman-qt_0.4.0.bb
@@ -22,8 +22,8 @@ BRANCH = "master"
22SRCREV = "3af5bd38d82255942f582398160a5d3354346ca3" 22SRCREV = "3af5bd38d82255942f582398160a5d3354346ca3"
23 23
24SRC_URI = " \ 24SRC_URI = " \
25 git://github.com/nemomobile/${PN}.git;branch=${BRANCH} \ 25 git://github.com/nemomobile/${PN}.git;branch=${BRANCH} \
26 file://0001-added-flags-to-disable-qml-plugin-and-test-program-t.patch \ 26 file://0001-added-flags-to-disable-qml-plugin-and-test-program-t.patch \
27" 27"
28 28
29S = "${WORKDIR}/git" 29S = "${WORKDIR}/git"
@@ -33,37 +33,37 @@ QT_IMPORTS_DIR = "${libdir}/qt4/imports"
33PLUGINS_TARGET = "${QT_IMPORTS_DIR}/MeeGo/Connman" 33PLUGINS_TARGET = "${QT_IMPORTS_DIR}/MeeGo/Connman"
34 34
35EXTRA_QMAKEVARS_PRE = " \ 35EXTRA_QMAKEVARS_PRE = " \
36 CONFIG+=notest \ 36 CONFIG+=notest \
37" 37"
38 38
39do_configure_prepend() { 39do_configure_prepend() {
40 # Hack *.pro variables 40 # Hack *.pro variables
41 find ${S}/plugin/*.pro -exec sed -i -e 's,$$\[QT_INSTALL_IMPORTS\],${QT_IMPORTS_DIR},g' '{}' ';' 41 find ${S}/plugin/*.pro -exec sed -i -e 's,$$\[QT_INSTALL_IMPORTS\],${QT_IMPORTS_DIR},g' '{}' ';'
42} 42}
43 43
44do_install() { 44do_install() {
45 export INSTALL_ROOT=${D} 45 export INSTALL_ROOT=${D}
46 oe_runmake install 46 oe_runmake install
47} 47}
48 48
49FILES_${PN} = " \ 49FILES_${PN} = " \
50 ${libdir}/libconnman-qt4${SOLIBS} \ 50 ${libdir}/libconnman-qt4${SOLIBS} \
51" 51"
52 52
53FILES_${PN}-dev = " \ 53FILES_${PN}-dev = " \
54 ${includedir}/connman-qt/* \ 54 ${includedir}/connman-qt/* \
55 ${libdir}/libconnman-qt4${SOLIBSDEV} \ 55 ${libdir}/libconnman-qt4${SOLIBSDEV} \
56 ${libdir}/libconnman-qt4.prl \ 56 ${libdir}/libconnman-qt4.prl \
57 ${libdir}/pkgconfig/connman-qt4.pc \ 57 ${libdir}/pkgconfig/connman-qt4.pc \
58 ${libdir}/connman-qt4.pc \ 58 ${libdir}/connman-qt4.pc \
59" 59"
60 60
61FILES_${PN}-plugin = " \ 61FILES_${PN}-plugin = " \
62 ${PLUGINS_TARGET}/qmldir \ 62 ${PLUGINS_TARGET}/qmldir \
63 ${PLUGINS_TARGET}/lib*.so \ 63 ${PLUGINS_TARGET}/lib*.so \
64" 64"
65 65
66FILES_${PN}-plugin-dbg = " \ 66FILES_${PN}-plugin-dbg = " \
67 ${PLUGINS_TARGET}/.debug \ 67 ${PLUGINS_TARGET}/.debug \
68 ${PLUGINS_TARGET}/.debug/* \ 68 ${PLUGINS_TARGET}/.debug/* \
69" 69"
diff --git a/meta-oe/recipes-qt/qcanobserver/qcanobserver-socketcan_svn.bb b/meta-oe/recipes-qt/qcanobserver/qcanobserver-socketcan_svn.bb
index aed190cb6..9bba75008 100644
--- a/meta-oe/recipes-qt/qcanobserver/qcanobserver-socketcan_svn.bb
+++ b/meta-oe/recipes-qt/qcanobserver/qcanobserver-socketcan_svn.bb
@@ -16,13 +16,13 @@ S = "${WORKDIR}/qcanobserver/DeviceLib/linux/SocketCAN"
16CXXFLAGS += " -DPF_CAN=29 -DAF_CAN=PF_CAN" 16CXXFLAGS += " -DPF_CAN=29 -DAF_CAN=PF_CAN"
17 17
18do_configure_prepend() { 18do_configure_prepend() {
19 sed -i s:/usr/include/qwt5/:${STAGING_INCDIR}:g *.pro 19 sed -i s:/usr/include/qwt5/:${STAGING_INCDIR}:g *.pro
20} 20}
21 21
22do_install() { 22do_install() {
23 install -d ${D}${datadir}/qcanobserver/lib 23 install -d ${D}${datadir}/qcanobserver/lib
24 24
25 install -m 0755 ${S}/lib* ${D}${datadir}/qcanobserver/lib/ 25 install -m 0755 ${S}/lib* ${D}${datadir}/qcanobserver/lib/
26} 26}
27 27
28FILES_${PN} += "${datadir}/qcanobserver/lib" 28FILES_${PN} += "${datadir}/qcanobserver/lib"
diff --git a/meta-oe/recipes-qt/qcanobserver/qcanobserver_svn.bb b/meta-oe/recipes-qt/qcanobserver/qcanobserver_svn.bb
index 3d79fdc6c..ef866b445 100644
--- a/meta-oe/recipes-qt/qcanobserver/qcanobserver_svn.bb
+++ b/meta-oe/recipes-qt/qcanobserver/qcanobserver_svn.bb
@@ -19,23 +19,23 @@ S = "${WORKDIR}/qcanobserver/"
19CXXFLAGS += " -DPF_CAN=29 -DAF_CAN=PF_CAN" 19CXXFLAGS += " -DPF_CAN=29 -DAF_CAN=PF_CAN"
20 20
21do_configure_prepend() { 21do_configure_prepend() {
22 sed -i -e s:/usr/include/qwt5/:${STAGING_INCDIR}:g -e 's:-L/usr/lib/:-L${STAGING_DIR_TARGET}/lib -ldl:g' *.pro 22 sed -i -e s:/usr/include/qwt5/:${STAGING_INCDIR}:g -e 's:-L/usr/lib/:-L${STAGING_DIR_TARGET}/lib -ldl:g' *.pro
23} 23}
24 24
25do_configure_append() { 25do_configure_append() {
26 sed -i -e s:-L/usr/lib::g Makefile 26 sed -i -e s:-L/usr/lib::g Makefile
27} 27}
28 28
29do_install() { 29do_install() {
30 install -d ${D}${datadir}/qcanobserver 30 install -d ${D}${datadir}/qcanobserver
31 install -d ${D}${datadir}/qcanobserver/cfg 31 install -d ${D}${datadir}/qcanobserver/cfg
32 install -d ${D}${datadir}/qcanobserver/lib 32 install -d ${D}${datadir}/qcanobserver/lib
33 install -d ${D}${datadir}/qcanobserver/db 33 install -d ${D}${datadir}/qcanobserver/db
34 34
35 install -m 0755 ${S}/QCanObserver ${D}${datadir}/qcanobserver 35 install -m 0755 ${S}/QCanObserver ${D}${datadir}/qcanobserver
36 36
37 install -m 0644 ${WORKDIR}/candemo.xml ${D}${datadir}/qcanobserver/db 37 install -m 0644 ${WORKDIR}/candemo.xml ${D}${datadir}/qcanobserver/db
38 install -m 0644 ${S}/db/*.xml ${D}${datadir}/qcanobserver/db 38 install -m 0644 ${S}/db/*.xml ${D}${datadir}/qcanobserver/db
39} 39}
40 40
41FILES_${PN}-dbg += "${datadir}/qcanobserver/.debug" 41FILES_${PN}-dbg += "${datadir}/qcanobserver/.debug"
diff --git a/meta-oe/recipes-qt/qextserialport/qextserialport_1.2rc.bb b/meta-oe/recipes-qt/qextserialport/qextserialport_1.2rc.bb
index da6521583..617319ab1 100644
--- a/meta-oe/recipes-qt/qextserialport/qextserialport_1.2rc.bb
+++ b/meta-oe/recipes-qt/qextserialport/qextserialport_1.2rc.bb
@@ -15,7 +15,7 @@ inherit qt4x11 pkgconfig
15DEPENDS = "udev" 15DEPENDS = "udev"
16 16
17SRC_URI = " \ 17SRC_URI = " \
18 http://qextserialport.googlecode.com/files/qextserialport-${REAL_PV}.zip \ 18 http://qextserialport.googlecode.com/files/qextserialport-${REAL_PV}.zip \
19" 19"
20 20
21SRC_URI[md5sum] = "ffa061edb9f64666468d18402eee6108" 21SRC_URI[md5sum] = "ffa061edb9f64666468d18402eee6108"
@@ -26,30 +26,30 @@ S = "${WORKDIR}/qextserialport-${REAL_PV}"
26FILES_${PN} = "${libdir}/libqextserialport${SOLIBS}" 26FILES_${PN} = "${libdir}/libqextserialport${SOLIBS}"
27 27
28FILES_${PN}-dev = " \ 28FILES_${PN}-dev = " \
29 ${libdir}/libqextserialport${SOLIBSDEV} \ 29 ${libdir}/libqextserialport${SOLIBSDEV} \
30 ${libdir}/libqextserialport.prl \ 30 ${libdir}/libqextserialport.prl \
31 ${includedir}/QtExtSerialPort/*.h \ 31 ${includedir}/QtExtSerialPort/*.h \
32 ${datadir}/qt4/mkspecs/features/extserialport.prf \ 32 ${datadir}/qt4/mkspecs/features/extserialport.prf \
33" 33"
34 34
35FILES_${PN}-dbg += " \ 35FILES_${PN}-dbg += " \
36 ${libdir}/.debug/libqextserialport.so* \ 36 ${libdir}/.debug/libqextserialport.so* \
37" 37"
38 38
39do_configure_prepend() { 39do_configure_prepend() {
40 # based on the documentation, this line make sure we use udev in linux 40 # based on the documentation, this line make sure we use udev in linux
41 cd ${S} && echo "linux*:CONFIG += qesp_linux_udev" > .qmake.cache 41 cd ${S} && echo "linux*:CONFIG += qesp_linux_udev" > .qmake.cache
42 42
43 # Hacking hardcoded qmake variables 43 # Hacking hardcoded qmake variables
44 find *.pro -exec sed -i -e 's,$$\[QT_INSTALL_HEADERS\],${includedir},g' '{}' ';' 44 find *.pro -exec sed -i -e 's,$$\[QT_INSTALL_HEADERS\],${includedir},g' '{}' ';'
45 find *.pro -exec sed -i -e 's,$$\[QT_INSTALL_LIBS\],${libdir},g' '{}' ';' 45 find *.pro -exec sed -i -e 's,$$\[QT_INSTALL_LIBS\],${libdir},g' '{}' ';'
46 find *.pro -exec sed -i -e 's,$$\[QMAKE_MKSPECS\],${datadir}/qt4/mkspecs/,g' '{}' ';' 46 find *.pro -exec sed -i -e 's,$$\[QMAKE_MKSPECS\],${datadir}/qt4/mkspecs/,g' '{}' ';'
47} 47}
48 48
49do_install() { 49do_install() {
50 export INSTALL_ROOT=${D} 50 export INSTALL_ROOT=${D}
51 oe_runmake install 51 oe_runmake install
52 52
53 # This is necessary to make it work with the qt based SDK 53 # This is necessary to make it work with the qt based SDK
54 cd ${D}/${datadir}/qt4/mkspecs/features && sed -i -e "s|${STAGING_INCDIR_NATIVE}/qt4|\$(OE_QMAKE_INCDIR_QT)/..|" ./extserialport.prf 54 cd ${D}/${datadir}/qt4/mkspecs/features && sed -i -e "s|${STAGING_INCDIR_NATIVE}/qt4|\$(OE_QMAKE_INCDIR_QT)/..|" ./extserialport.prf
55} 55}
diff --git a/meta-oe/recipes-sato/claws-mail/claws-mail_3.9.0.bb b/meta-oe/recipes-sato/claws-mail/claws-mail_3.9.0.bb
index 318d6c97e..83684989a 100644
--- a/meta-oe/recipes-sato/claws-mail/claws-mail_3.9.0.bb
+++ b/meta-oe/recipes-sato/claws-mail/claws-mail_3.9.0.bb
@@ -20,22 +20,22 @@ do_configure_append() {
20# FIXME: maemo builds may want --enable-maemo 20# FIXME: maemo builds may want --enable-maemo
21# FIXME: some platforms may want --enable-generic-umpc 21# FIXME: some platforms may want --enable-generic-umpc
22EXTRA_OECONF = " \ 22EXTRA_OECONF = " \
23 --disable-aspell-test \ 23 --disable-aspell-test \
24 --enable-aspell \ 24 --enable-aspell \
25 --disable-manual \ 25 --disable-manual \
26 --disable-crash-dialog \ 26 --disable-crash-dialog \
27 --disable-jpilot \ 27 --disable-jpilot \
28 --disable-trayicon-plugin \ 28 --disable-trayicon-plugin \
29 --disable-spamassassin-plugin \ 29 --disable-spamassassin-plugin \
30 --disable-bogofilter-plugin \ 30 --disable-bogofilter-plugin \
31 --disable-pgpcore-plugin \ 31 --disable-pgpcore-plugin \
32 --disable-pgpmime-plugin \ 32 --disable-pgpmime-plugin \
33 --disable-pgpinline-plugin \ 33 --disable-pgpinline-plugin \
34 --disable-dillo-viewer-plugin \ 34 --disable-dillo-viewer-plugin \
35 --disable-clamav-plugin \ 35 --disable-clamav-plugin \
36 --disable-gnomeprint \ 36 --disable-gnomeprint \
37 --disable-valgrind \ 37 --disable-valgrind \
38 " 38"
39 39
40# Remove enchant references: 40# Remove enchant references:
41do_install_prepend() { 41do_install_prepend() {
diff --git a/meta-oe/recipes-sato/claws-mail/claws-plugin-mailmbox_1.15.bb b/meta-oe/recipes-sato/claws-mail/claws-plugin-mailmbox_1.15.bb
index be7fd7643..1465df798 100644
--- a/meta-oe/recipes-sato/claws-mail/claws-plugin-mailmbox_1.15.bb
+++ b/meta-oe/recipes-sato/claws-mail/claws-plugin-mailmbox_1.15.bb
@@ -5,7 +5,7 @@ LICENSE = "GPLv3"
5LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 5LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
6 6
7SRC_URI = "http://www.claws-mail.org/downloads/plugins/mailmbox-${PV}.tar.gz\ 7SRC_URI = "http://www.claws-mail.org/downloads/plugins/mailmbox-${PV}.tar.gz\
8 " 8"
9SRC_URI[md5sum] = "7f72c68e6e1a8768f1247f455fd20b62" 9SRC_URI[md5sum] = "7f72c68e6e1a8768f1247f455fd20b62"
10SRC_URI[sha256sum] = "633f7835261c88a0aa06de38553ac935a1799a7128120963a7fa87ace01dac18" 10SRC_URI[sha256sum] = "633f7835261c88a0aa06de38553ac935a1799a7128120963a7fa87ace01dac18"
11 11
diff --git a/meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb b/meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb
index f42d0dae1..1ca25ab7a 100644
--- a/meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb
+++ b/meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4 \
8PR = "r2" 8PR = "r2"
9 9
10SRC_URI = "http://sylpheed.sraoss.jp/sylpheed/v2.7/sylpheed-${PV}.tar.bz2 \ 10SRC_URI = "http://sylpheed.sraoss.jp/sylpheed/v2.7/sylpheed-${PV}.tar.bz2 \
11 file://glib-2.32.patch \ 11 file://glib-2.32.patch \
12" 12"
13SRC_URI[md5sum] = "1f470525c1fbe53253813a0978c18228" 13SRC_URI[md5sum] = "1f470525c1fbe53253813a0978c18228"
14SRC_URI[sha256sum] = "8bb6457db4e2eea1877b487d9ac8513546372db9a6a2e4271d11229f4af84e23" 14SRC_URI[sha256sum] = "8bb6457db4e2eea1877b487d9ac8513546372db9a6a2e4271d11229f4af84e23"
diff --git a/meta-oe/recipes-support/apcupsd/apcupsd_3.14.10.bb b/meta-oe/recipes-support/apcupsd/apcupsd_3.14.10.bb
index bd11f0da1..5ab92fce7 100644
--- a/meta-oe/recipes-support/apcupsd/apcupsd_3.14.10.bb
+++ b/meta-oe/recipes-support/apcupsd/apcupsd_3.14.10.bb
@@ -15,25 +15,25 @@ EXTRA_OECONF = "--enable-usb \
15 --with-distname=${DISTRO}" 15 --with-distname=${DISTRO}"
16 16
17do_configure() { 17do_configure() {
18 export topdir=${S} 18 export topdir=${S}
19 cp -a ${S}/autoconf/configure.in ${S} 19 cp -a ${S}/autoconf/configure.in ${S}
20 20
21 if ! [ -d ${S}/platforms/${DISTRO} ] ; then 21 if ! [ -d ${S}/platforms/${DISTRO} ] ; then
22 cp -a ${S}/platforms/unknown ${S}/platforms/${DISTRO} 22 cp -a ${S}/platforms/unknown ${S}/platforms/${DISTRO}
23 fi 23 fi
24 24
25 gnu-configize --force 25 gnu-configize --force
26 # install --help says '-c' is an ignored option, but it turns out that the argument to -c isn't ignored, so drop the complete '-c path/to/strip' line 26 # install --help says '-c' is an ignored option, but it turns out that the argument to -c isn't ignored, so drop the complete '-c path/to/strip' line
27 sed -i -e 's:$(INSTALL_PROGRAM) $(STRIP):$(INSTALL_PROGRAM):g' ${S}/autoconf/targets.mak 27 sed -i -e 's:$(INSTALL_PROGRAM) $(STRIP):$(INSTALL_PROGRAM):g' ${S}/autoconf/targets.mak
28 # Searching in host dirs triggers the QA checks 28 # Searching in host dirs triggers the QA checks
29 sed -i -e 's:-I/usr/local/include::g' -e 's:-L/usr/local/lib64::g' -e 's:-L/usr/local/lib::g' ${S}/configure 29 sed -i -e 's:-I/usr/local/include::g' -e 's:-L/usr/local/lib64::g' -e 's:-L/usr/local/lib::g' ${S}/configure
30 30
31 # m4 macros are missing, using autotools_do_configure leads to linking errors with gethostname_re 31 # m4 macros are missing, using autotools_do_configure leads to linking errors with gethostname_re
32 oe_runconf 32 oe_runconf
33} 33}
34 34
35do_install_append() { 35do_install_append() {
36 rm ${D}${datadir}/hal -rf 36 rm ${D}${datadir}/hal -rf
37} 37}
38 38
39 39
diff --git a/meta-oe/recipes-support/ca-certificates/ca-certificates-cross_20130119.bb b/meta-oe/recipes-support/ca-certificates/ca-certificates-cross_20130119.bb
index 8e344fd78..171d6a07c 100644
--- a/meta-oe/recipes-support/ca-certificates/ca-certificates-cross_20130119.bb
+++ b/meta-oe/recipes-support/ca-certificates/ca-certificates-cross_20130119.bb
@@ -1,12 +1,12 @@
1require ca-certificates-${PV}.inc 1require ca-certificates-${PV}.inc
2 2
3do_install() { 3do_install() {
4 install -d ${D}${bindir_crossscripts} 4 install -d ${D}${bindir_crossscripts}
5 install -m755 ${S}/sbin/update-ca-certificates ${D}${bindir_crossscripts} 5 install -m755 ${S}/sbin/update-ca-certificates ${D}${bindir_crossscripts}
6} 6}
7 7
8SYSROOT_PREPROCESS_FUNCS += "ca_certificates_sysroot_preprocess" 8SYSROOT_PREPROCESS_FUNCS += "ca_certificates_sysroot_preprocess"
9 9
10ca_certificates_sysroot_preprocess() { 10ca_certificates_sysroot_preprocess() {
11 sysroot_stage_dir ${D}${bindir_crossscripts} ${SYSROOT_DESTDIR}${bindir_crossscripts} 11 sysroot_stage_dir ${D}${bindir_crossscripts} ${SYSROOT_DESTDIR}${bindir_crossscripts}
12} 12}
diff --git a/meta-oe/recipes-support/ca-certificates/ca-certificates_20130119.bb b/meta-oe/recipes-support/ca-certificates/ca-certificates_20130119.bb
index a1eb1c478..504190fd5 100644
--- a/meta-oe/recipes-support/ca-certificates/ca-certificates_20130119.bb
+++ b/meta-oe/recipes-support/ca-certificates/ca-certificates_20130119.bb
@@ -5,22 +5,22 @@ require ca-certificates-${PV}.inc
5inherit autotools 5inherit autotools
6 6
7do_install_prepend() { 7do_install_prepend() {
8 mkdir -p ${D}/usr/share/ca-certificates 8 mkdir -p ${D}/usr/share/ca-certificates
9 mkdir -p ${D}/usr/sbin 9 mkdir -p ${D}/usr/sbin
10 mkdir -p ${D}/etc/ssl/certs 10 mkdir -p ${D}/etc/ssl/certs
11 mkdir -p ${D}/etc/ca-certificates/update.d 11 mkdir -p ${D}/etc/ca-certificates/update.d
12} 12}
13 13
14do_install_append() { 14do_install_append() {
15 cd ${D}/usr/share/ca-certificates 15 cd ${D}/usr/share/ca-certificates
16 echo "# Lines starting with # will be ignored" > ${D}/etc/ca-certificates.conf 16 echo "# Lines starting with # will be ignored" > ${D}/etc/ca-certificates.conf
17 echo "# Lines starting with ! will remove certificate on next update" >> ${D}/etc/ca-certificates.conf 17 echo "# Lines starting with ! will remove certificate on next update" >> ${D}/etc/ca-certificates.conf
18 echo "#" >> ${D}/etc/ca-certificates.conf 18 echo "#" >> ${D}/etc/ca-certificates.conf
19 for crt in $(find . -type f -name '*.crt' -print) 19 for crt in $(find . -type f -name '*.crt' -print)
20 do 20 do
21 crt=$(echo $crt | sed -e 's/\.\///') 21 crt=$(echo $crt | sed -e 's/\.\///')
22 echo $crt >> ${D}/etc/ca-certificates.conf 22 echo $crt >> ${D}/etc/ca-certificates.conf
23 done 23 done
24} 24}
25 25
26pkg_postinst_${PN} () { 26pkg_postinst_${PN} () {
diff --git a/meta-oe/recipes-support/ckermit/ckermit_301.bb b/meta-oe/recipes-support/ckermit/ckermit_301.bb
index 4074cf09f..c46369fe9 100644
--- a/meta-oe/recipes-support/ckermit/ckermit_301.bb
+++ b/meta-oe/recipes-support/ckermit/ckermit_301.bb
@@ -23,35 +23,35 @@ CKERMIT_ADDITIONAL_libc-uclibc = "-DNOARROWKEYS"
23TARGET_CC_ARCH += "${LDFLAGS}" 23TARGET_CC_ARCH += "${LDFLAGS}"
24 24
25do_compile () { 25do_compile () {
26 # The original makefile doesn't differentiate between CC and CC_FOR_BUILD, 26 # The original makefile doesn't differentiate between CC and CC_FOR_BUILD,
27 # so we build wart manually. Note that you need a ckwart.o with the proper 27 # so we build wart manually. Note that you need a ckwart.o with the proper
28 # timestamp to make this hack work: 28 # timestamp to make this hack work:
29 ${BUILD_CC} -c ckwart.c 29 ${BUILD_CC} -c ckwart.c
30 ${BUILD_CC} -o wart ckwart.o 30 ${BUILD_CC} -o wart ckwart.o
31 ./wart ckcpro.w ckcpro.c 31 ./wart ckcpro.w ckcpro.c
32 32
33 # read ${S}/ckccfg.txt to understand this :-) 33 # read ${S}/ckccfg.txt to understand this :-)
34 oe_runmake wermit CFLAGS="${CFLAGS} -DLINUX -DCK_POSIX_SIG \ 34 oe_runmake wermit CFLAGS="${CFLAGS} -DLINUX -DCK_POSIX_SIG \
35 -DNOTCPOPTS -DLINUXFSSTND -DNOCOTFMC -DPOSIX -DUSE_STRERROR \ 35 -DNOTCPOPTS -DLINUXFSSTND -DNOCOTFMC -DPOSIX -DUSE_STRERROR \
36 -DNOSYSLOG -DHAVE_PTMX -DNO_DNS_SRV -DNOGFTIMER \ 36 -DNOSYSLOG -DHAVE_PTMX -DNO_DNS_SRV -DNOGFTIMER \
37 -DNOB_50 -DNOB_75 -DNOB_134 -DNOB_150 -DNOB_200 \ 37 -DNOB_50 -DNOB_75 -DNOB_134 -DNOB_150 -DNOB_200 \
38 -DNOB_1800 -DNOB_3600 -DNOB_7200 -DNOB_76K -DNOB_230K \ 38 -DNOB_1800 -DNOB_3600 -DNOB_7200 -DNOB_76K -DNOB_230K \
39 -DNOB_460K -DNOB_921K \ 39 -DNOB_460K -DNOB_921K \
40 -DNOCSETS -DNONET -DNOUNICODE -DNOHELP -DNODEBUG \ 40 -DNOCSETS -DNONET -DNOUNICODE -DNOHELP -DNODEBUG \
41 -DNOFRILLS -DNOFTP -DNODIAL -DNOPUSH -DNOIKSD -DNOHTTP -DNOFLOAT \ 41 -DNOFRILLS -DNOFTP -DNODIAL -DNOPUSH -DNOIKSD -DNOHTTP -DNOFLOAT \
42 -DNOSERVER -DNOSEXP -DNORLOGIN -DNOOLDMODEMS -DNOSSH -DNOLISTEN \ 42 -DNOSERVER -DNOSEXP -DNORLOGIN -DNOOLDMODEMS -DNOSSH -DNOLISTEN \
43 -DNORESEND -DNOAUTODL -DNOSTREAMING -DNOHINTS -DNOCKXYZ -DNOLEARN \ 43 -DNORESEND -DNOAUTODL -DNOSTREAMING -DNOHINTS -DNOCKXYZ -DNOLEARN \
44 -DNOMKDIR -DNOPERMS -DNOCKTIMERS -DNOCKREGEX -DNOREALPATH \ 44 -DNOMKDIR -DNOPERMS -DNOCKTIMERS -DNOCKREGEX -DNOREALPATH \
45 -DCK_SMALL -DNOLOGDIAL -DNORENAME -DNOWHATAMI \ 45 -DCK_SMALL -DNOLOGDIAL -DNORENAME -DNOWHATAMI \
46 ${CKERMIT_ADDITIONAL}" 46 ${CKERMIT_ADDITIONAL}"
47} 47}
48 48
49do_install () { 49do_install () {
50 install -d ${D}${BINDIR} ${D}${MANDIR} ${D}${INFODIR} 50 install -d ${D}${BINDIR} ${D}${MANDIR} ${D}${INFODIR}
51 oe_runmake 'DESTDIR=${D}' install 51 oe_runmake 'DESTDIR=${D}' install
52 # Fix up dangling symlink 52 # Fix up dangling symlink
53 rm ${D}${BINDIR}/kermit-sshsub 53 rm ${D}${BINDIR}/kermit-sshsub
54 (cd ${D}${BINDIR} && ln -s ${BINDIR}/kermit kermit-sshusb) 54 (cd ${D}${BINDIR} && ln -s ${BINDIR}/kermit kermit-sshusb)
55} 55}
56 56
57SRC_URI[md5sum] = "59e80f909edf305933af8e0348dcc5d7" 57SRC_URI[md5sum] = "59e80f909edf305933af8e0348dcc5d7"
diff --git a/meta-oe/recipes-support/cpufrequtils/cpufrequtils_008.bb b/meta-oe/recipes-support/cpufrequtils/cpufrequtils_008.bb
index 809a8a285..bd631af8e 100644
--- a/meta-oe/recipes-support/cpufrequtils/cpufrequtils_008.bb
+++ b/meta-oe/recipes-support/cpufrequtils/cpufrequtils_008.bb
@@ -10,7 +10,7 @@ SRCREV = "a2f0c39d5f21596bb9f5223e895c0ff210b265d0"
10 10
11SRC_URI = "git://github.com/emagii/cpufrequtils.git \ 11SRC_URI = "git://github.com/emagii/cpufrequtils.git \
12 file://0001-dont-unset-cflags.patch \ 12 file://0001-dont-unset-cflags.patch \
13 " 13"
14 14
15CFLAGS_append_libc-uclibc = " ${@['-DNLS', '-UNLS']['${USE_NLS}' == 'no']} " 15CFLAGS_append_libc-uclibc = " ${@['-DNLS', '-UNLS']['${USE_NLS}' == 'no']} "
16 16
@@ -23,10 +23,10 @@ TARGET_CC_ARCH += "${LDFLAGS}"
23EXTRA_OEMAKE = "V=1 CROSS=${TARGET_PREFIX} LIBTOOL='${HOST_SYS}-libtool --tag cc' STRIPCMD=echo" 23EXTRA_OEMAKE = "V=1 CROSS=${TARGET_PREFIX} LIBTOOL='${HOST_SYS}-libtool --tag cc' STRIPCMD=echo"
24 24
25do_compile() { 25do_compile() {
26 oe_runmake 26 oe_runmake
27} 27}
28 28
29do_install() { 29do_install() {
30 oe_runmake -e install DESTDIR=${D} 30 oe_runmake -e install DESTDIR=${D}
31} 31}
32 32
diff --git a/meta-oe/recipes-support/cramfs/cramfs_1.1.bb b/meta-oe/recipes-support/cramfs/cramfs_1.1.bb
index aa397a9c4..14d975456 100644
--- a/meta-oe/recipes-support/cramfs/cramfs_1.1.bb
+++ b/meta-oe/recipes-support/cramfs/cramfs_1.1.bb
@@ -17,13 +17,13 @@ EXTRA_OEMAKE = "\
17" 17"
18 18
19do_compile_prepend() { 19do_compile_prepend() {
20 ln -sf GNUmakefile Makefile 20 ln -sf GNUmakefile Makefile
21} 21}
22 22
23do_install() { 23do_install() {
24 install -d ${D}${bindir} 24 install -d ${D}${bindir}
25 install mkcramfs ${D}${bindir} 25 install mkcramfs ${D}${bindir}
26 install cramfsck ${D}${bindir} 26 install cramfsck ${D}${bindir}
27} 27}
28 28
29BBCLASSEXTEND = "native" 29BBCLASSEXTEND = "native"
diff --git a/meta-oe/recipes-support/cryptsetup/cryptsetup_1.6.1.bb b/meta-oe/recipes-support/cryptsetup/cryptsetup_1.6.1.bb
index 438d394e2..17ac2ad46 100644
--- a/meta-oe/recipes-support/cryptsetup/cryptsetup_1.6.1.bb
+++ b/meta-oe/recipes-support/cryptsetup/cryptsetup_1.6.1.bb
@@ -28,4 +28,4 @@ RRECOMMENDS_${PN} = "kernel-module-aes-generic \
28 kernel-module-md5 \ 28 kernel-module-md5 \
29 kernel-module-cbc \ 29 kernel-module-cbc \
30 kernel-module-sha256-generic \ 30 kernel-module-sha256-generic \
31 " 31"
diff --git a/meta-oe/recipes-support/debianutils/debianutils_2.30.bb b/meta-oe/recipes-support/debianutils/debianutils_2.30.bb
index 0a532e93b..e6c03eb55 100644
--- a/meta-oe/recipes-support/debianutils/debianutils_2.30.bb
+++ b/meta-oe/recipes-support/debianutils/debianutils_2.30.bb
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "d62e98fee5b1a758d83b62eed8d8bdec473677ff782fed89fc4ae3ba3f
10inherit autotools 10inherit autotools
11 11
12do_configure_prepend() { 12do_configure_prepend() {
13 sed -i -e 's:tempfile.1 which.1:which.1:g' Makefile.am 13 sed -i -e 's:tempfile.1 which.1:which.1:g' Makefile.am
14} 14}
15 15
16do_install_append() { 16do_install_append() {
@@ -30,11 +30,9 @@ pkg_prerm_${PN} () {
30if [ "x$D" != "x" ]; then 30if [ "x$D" != "x" ]; then
31 echo "can't do u-a offline" ; exit 1 31 echo "can't do u-a offline" ; exit 1
32else 32else
33
34 for app in add-shell installkernel mkboot remove-shell run-parts savelog sensible-browser sensible-editor sensible-pager tempfile which ; do 33 for app in add-shell installkernel mkboot remove-shell run-parts savelog sensible-browser sensible-editor sensible-pager tempfile which ; do
35 update-alternatives --remove $app $app.${PN} 34 update-alternatives --remove $app $app.${PN}
36 done 35 done
37
38fi 36fi
39} 37}
40 38
@@ -42,7 +40,6 @@ pkg_postinst_${PN} () {
42if [ "x$D" != "x" ]; then 40if [ "x$D" != "x" ]; then
43 echo "can't do u-a offline" ; exit 1 41 echo "can't do u-a offline" ; exit 1
44else 42else
45
46 for app in add-shell installkernel mkboot remove-shell ; do 43 for app in add-shell installkernel mkboot remove-shell ; do
47 update-alternatives --install ${sbindir}/$app $app $app.${PN} 100 44 update-alternatives --install ${sbindir}/$app $app $app.${PN} 100
48 done 45 done
@@ -54,7 +51,6 @@ else
54 for app in run-parts tempfile ; do 51 for app in run-parts tempfile ; do
55 update-alternatives --install ${base_bindir}/$app $app $app.${PN} 100 52 update-alternatives --install ${base_bindir}/$app $app $app.${PN} 100
56 done 53 done
57
58fi 54fi
59} 55}
60 56
diff --git a/meta-oe/recipes-support/devicekit/devicekit-power_014.bb b/meta-oe/recipes-support/devicekit/devicekit-power_014.bb
index 069a5985f..daf76d34d 100644
--- a/meta-oe/recipes-support/devicekit/devicekit-power_014.bb
+++ b/meta-oe/recipes-support/devicekit/devicekit-power_014.bb
@@ -15,14 +15,14 @@ inherit autotools pkgconfig
15EXTRA_OECONF = " --with-backend=linux" 15EXTRA_OECONF = " --with-backend=linux"
16 16
17do_configure_prepend() { 17do_configure_prepend() {
18 sed -i -e s:-nonet:\:g ${S}/doc/man/Makefile.am 18 sed -i -e s:-nonet:\:g ${S}/doc/man/Makefile.am
19 sed -i -e 's: doc : :g' ${S}/Makefile.am 19 sed -i -e 's: doc : :g' ${S}/Makefile.am
20} 20}
21 21
22FILES_${PN} += "${datadir}/dbus-1/ \ 22FILES_${PN} += "${datadir}/dbus-1/ \
23 ${datadir}/polkit-1/ \ 23 ${datadir}/polkit-1/ \
24 ${base_libdir}/udev/* \ 24 ${base_libdir}/udev/* \
25 " 25"
26 26
27FILES_${PN}-dbg += "${base_libdir}/udev/.debug" 27FILES_${PN}-dbg += "${base_libdir}/udev/.debug"
28 28
diff --git a/meta-oe/recipes-support/devmem2/devmem2.bb b/meta-oe/recipes-support/devmem2/devmem2.bb
index b99752d47..0b4541226 100644
--- a/meta-oe/recipes-support/devmem2/devmem2.bb
+++ b/meta-oe/recipes-support/devmem2/devmem2.bb
@@ -10,12 +10,12 @@ S = "${WORKDIR}"
10CFLAGS += "-DFORCE_STRICT_ALIGNMENT" 10CFLAGS += "-DFORCE_STRICT_ALIGNMENT"
11 11
12do_compile() { 12do_compile() {
13 ${CC} -o devmem2 devmem2.c ${CFLAGS} ${LDFLAGS} 13 ${CC} -o devmem2 devmem2.c ${CFLAGS} ${LDFLAGS}
14} 14}
15 15
16do_install() { 16do_install() {
17 install -d ${D}${bindir} 17 install -d ${D}${bindir}
18 install devmem2 ${D}${bindir} 18 install devmem2 ${D}${bindir}
19} 19}
20 20
21SRC_URI[md5sum] = "be12c0132a1ae118cbf5e79d98427c1d" 21SRC_URI[md5sum] = "be12c0132a1ae118cbf5e79d98427c1d"
diff --git a/meta-oe/recipes-support/dfu-util/dfu-util-native_0.4.bb b/meta-oe/recipes-support/dfu-util/dfu-util-native_0.4.bb
index 4a830a36b..ce6e566fa 100644
--- a/meta-oe/recipes-support/dfu-util/dfu-util-native_0.4.bb
+++ b/meta-oe/recipes-support/dfu-util/dfu-util-native_0.4.bb
@@ -9,10 +9,10 @@ FILESPATH =. "${FILE_DIRNAME}/${BPN}-${PV}:"
9SRC_URI += "file://0001-Revert-Makefile.am-Drop-static-dfu-util.patch" 9SRC_URI += "file://0001-Revert-Makefile.am-Drop-static-dfu-util.patch"
10 10
11do_deploy() { 11do_deploy() {
12 install -d ${DEPLOY_DIR_TOOLS} 12 install -d ${DEPLOY_DIR_TOOLS}
13 install -m 0755 src/dfu-util_static ${DEPLOY_DIR_TOOLS}/dfu-util-${PV} 13 install -m 0755 src/dfu-util_static ${DEPLOY_DIR_TOOLS}/dfu-util-${PV}
14 rm -f ${DEPLOY_DIR_TOOLS}/dfu-util 14 rm -f ${DEPLOY_DIR_TOOLS}/dfu-util
15 ln -sf ./dfu-util-${PV} ${DEPLOY_DIR_TOOLS}/dfu-util 15 ln -sf ./dfu-util-${PV} ${DEPLOY_DIR_TOOLS}/dfu-util
16 16
17} 17}
18 18
diff --git a/meta-oe/recipes-support/dfu-util/dfu-util-native_svn.bb b/meta-oe/recipes-support/dfu-util/dfu-util-native_svn.bb
index c103509d1..4bed46aa7 100644
--- a/meta-oe/recipes-support/dfu-util/dfu-util-native_svn.bb
+++ b/meta-oe/recipes-support/dfu-util/dfu-util-native_svn.bb
@@ -6,10 +6,10 @@ do_deploy[sstate-outputdirs] = "${DEPLOY_DIR_TOOLS}"
6DEPENDS = "libusb-compat usbpath-native" 6DEPENDS = "libusb-compat usbpath-native"
7 7
8do_deploy() { 8do_deploy() {
9 install -d ${DEPLOY_DIR_TOOLS} 9 install -d ${DEPLOY_DIR_TOOLS}
10 install -m 0755 src/dfu-util_static ${DEPLOY_DIR_TOOLS}/dfu-util-${PV} 10 install -m 0755 src/dfu-util_static ${DEPLOY_DIR_TOOLS}/dfu-util-${PV}
11 rm -f ${DEPLOY_DIR_TOOLS}/dfu-util 11 rm -f ${DEPLOY_DIR_TOOLS}/dfu-util
12 ln -sf ./dfu-util-${PV} ${DEPLOY_DIR_TOOLS}/dfu-util 12 ln -sf ./dfu-util-${PV} ${DEPLOY_DIR_TOOLS}/dfu-util
13 13
14} 14}
15 15
diff --git a/meta-oe/recipes-support/digitemp/digitemp_3.6.0.bb b/meta-oe/recipes-support/digitemp/digitemp_3.6.0.bb
index 0ac8fa328..26ab3b6e0 100644
--- a/meta-oe/recipes-support/digitemp/digitemp_3.6.0.bb
+++ b/meta-oe/recipes-support/digitemp/digitemp_3.6.0.bb
@@ -13,7 +13,7 @@ SRC_URI[sha256sum] = "14cfc584cd3714fe8c9a2cdc8388be49e08b5e395d95e6bcd11d4410e2
13 13
14EXTRA_OEMAKE = "ds9097 ds9097u \ 14EXTRA_OEMAKE = "ds9097 ds9097u \
15 SYSTYPE='Linux' \ 15 SYSTYPE='Linux' \
16 " 16"
17# Fix GNU_HASH QA errors 17# Fix GNU_HASH QA errors
18TARGET_CC_ARCH += "${CFLAGS} ${LDFLAGS}" 18TARGET_CC_ARCH += "${CFLAGS} ${LDFLAGS}"
19 19
diff --git a/meta-oe/recipes-support/emacs/emacs.inc b/meta-oe/recipes-support/emacs/emacs.inc
index a82371338..5068596a1 100644
--- a/meta-oe/recipes-support/emacs/emacs.inc
+++ b/meta-oe/recipes-support/emacs/emacs.inc
@@ -9,11 +9,11 @@ DEPENDS += "qemu-native"
9DEPENDS +=" liblockfile" 9DEPENDS +=" liblockfile"
10 10
11X11DEPENDS = " \ 11X11DEPENDS = " \
12 libice libsm atk cairo dbus expat libffi fontconfig freetype gconf giflib \ 12 libice libsm atk cairo dbus expat libffi fontconfig freetype gconf giflib \
13 jpeg xz pixman libpng librsvg tiff libcroco \ 13 jpeg xz pixman libpng librsvg tiff libcroco \
14 libx11 libxau libxcomposite libxcursor libxdamage libxdmcp libxext libxfixes \ 14 libx11 libxau libxcomposite libxcursor libxdamage libxdmcp libxext libxfixes \
15 libxft libxpm libxrandr libxrender \ 15 libxft libxpm libxrandr libxrender \
16 gdk-pixbuf glib-2.0 gtk+ pango libxcb harfbuzz icu \ 16 gdk-pixbuf glib-2.0 gtk+ pango libxcb harfbuzz icu \
17" 17"
18 18
19EXTRA_OECONF = "--without-sound --with-crt-dir=${STAGING_LIBDIR} " 19EXTRA_OECONF = "--without-sound --with-crt-dir=${STAGING_LIBDIR} "
@@ -45,100 +45,100 @@ QEMU = "qemu-${QEMUARCH} ${QEMU_OPTIONS} -s 1048576 -L ${TREEDIR} "
45export LOGNAME = "$(whoami)" 45export LOGNAME = "$(whoami)"
46 46
47do_compile_prepend() { 47do_compile_prepend() {
48 sed -i ':1;s:\(START.* \|LIB_STANDARD.* \|LIBES.* \)/usr/lib:\1${STAGING_LIBDIR}:;t1' ${S}/src/s/gnu-linux.h `find "${S}" -name Makefile` 48 sed -i ':1;s:\(START.* \|LIB_STANDARD.* \|LIBES.* \)/usr/lib:\1${STAGING_LIBDIR}:;t1' ${S}/src/s/gnu-linux.h `find "${S}" -name Makefile`
49 export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${TOOLCHAIN_PATH}/${TARGET_SYS}/lib" 49 export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${TOOLCHAIN_PATH}/${TARGET_SYS}/lib"
50# Ugly hack, see files/use-qemu.patch for more: 50# Ugly hack, see files/use-qemu.patch for more:
51 ln -sf ../src/emacs lisp/emacs 51 ln -sf ../src/emacs lisp/emacs
52 ln -sf ../src/emacs lib-src/emacs 52 ln -sf ../src/emacs lib-src/emacs
53 ln -sf ../src/emacs leim/emacs 53 ln -sf ../src/emacs leim/emacs
54#copy STAGING_DIR_TARGET and libgcc_s.so* to WORKDIR/qemu-treedir #copied code from glibc-package.bbclass 54#copy STAGING_DIR_TARGET and libgcc_s.so* to WORKDIR/qemu-treedir #copied code from glibc-package.bbclass
55 treedir=${TREEDIR} 55 treedir=${TREEDIR}
56 if [ -e $treedir ];then 56 if [ -e $treedir ];then
57 rm -rf $treedir 57 rm -rf $treedir
58 fi 58 fi
59 59
60 mkdir -p $treedir/${base_libdir} 60 mkdir -p $treedir/${base_libdir}
61 61
62 if [ -f ${TOOLCHAIN_PATH}/${TARGET_SYS}/${base_libdir}/libgcc_s.so ]; then 62 if [ -f ${TOOLCHAIN_PATH}/${TARGET_SYS}/${base_libdir}/libgcc_s.so ]; then
63 cp -pPR ${TOOLCHAIN_PATH}/${TARGET_SYS}/${base_libdir}/libgcc_s.so $treedir/${base_libdir} 63 cp -pPR ${TOOLCHAIN_PATH}/${TARGET_SYS}/${base_libdir}/libgcc_s.so $treedir/${base_libdir}
64 fi 64 fi
65 if [ -f ${TOOLCHAIN_PATH}/${TARGET_SYS}/${base_libdir}/libgcc_s.so.* ]; then 65 if [ -f ${TOOLCHAIN_PATH}/${TARGET_SYS}/${base_libdir}/libgcc_s.so.* ]; then
66 cp -pPR ${TOOLCHAIN_PATH}/${TARGET_SYS}/${base_libdir}/libgcc_s.so.* $treedir/${base_libdir} 66 cp -pPR ${TOOLCHAIN_PATH}/${TARGET_SYS}/${base_libdir}/libgcc_s.so.* $treedir/${base_libdir}
67 fi 67 fi
68 # stupid hack, but without it, it tries to use /usr/lib/libc.so from host and fails 68 # stupid hack, but without it, it tries to use /usr/lib/libc.so from host and fails
69 # temacs: error while loading shared libraries: /usr/lib/libc.so: ELF file version does not match current one 69 # temacs: error while loading shared libraries: /usr/lib/libc.so: ELF file version does not match current one
70 if [ ! -f $treedir/${base_libdir}/libc.so ]; then 70 if [ ! -f $treedir/${base_libdir}/libc.so ]; then
71 ln -s libc.so.6 $treedir/${base_libdir}/libc.so 71 ln -s libc.so.6 $treedir/${base_libdir}/libc.so
72 fi 72 fi
73 73
74 # copy only as much stuff as we need 74 # copy only as much stuff as we need
75 # before: 5.5G ../../qemu-treedir/ 75 # before: 5.5G ../../qemu-treedir/
76 # after: 17M ../../qemu-treedir/ 76 # after: 17M ../../qemu-treedir/
77 cp -pPR \ 77 cp -pPR \
78 ${STAGING_DIR_TARGET}/${base_libdir}/ld-* \ 78 ${STAGING_DIR_TARGET}/${base_libdir}/ld-* \
79 ${STAGING_DIR_TARGET}/${base_libdir}/libc.* \ 79 ${STAGING_DIR_TARGET}/${base_libdir}/libc.* \
80 ${STAGING_DIR_TARGET}/${base_libdir}/libc-* \ 80 ${STAGING_DIR_TARGET}/${base_libdir}/libc-* \
81 ${STAGING_DIR_TARGET}/${base_libdir}/libm-* \ 81 ${STAGING_DIR_TARGET}/${base_libdir}/libm-* \
82 ${STAGING_DIR_TARGET}/${base_libdir}/libm.* \ 82 ${STAGING_DIR_TARGET}/${base_libdir}/libm.* \
83 ${STAGING_DIR_TARGET}/${base_libdir}/libtinfo.so.* \ 83 ${STAGING_DIR_TARGET}/${base_libdir}/libtinfo.so.* \
84 ${STAGING_DIR_TARGET}/${base_libdir}/libresolv* \ 84 ${STAGING_DIR_TARGET}/${base_libdir}/libresolv* \
85 ${STAGING_DIR_TARGET}/${base_libdir}/libdl* \ 85 ${STAGING_DIR_TARGET}/${base_libdir}/libdl* \
86 ${STAGING_DIR_TARGET}/${base_libdir}/librt* \ 86 ${STAGING_DIR_TARGET}/${base_libdir}/librt* \
87 ${STAGING_DIR_TARGET}/${base_libdir}/libgcc_s.so.* \ 87 ${STAGING_DIR_TARGET}/${base_libdir}/libgcc_s.so.* \
88 ${STAGING_DIR_TARGET}/${base_libdir}/libpthread* $treedir/${base_libdir}/ 88 ${STAGING_DIR_TARGET}/${base_libdir}/libpthread* $treedir/${base_libdir}/
89 89
90 if [ ! -z "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" ] ; then 90 if [ ! -z "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" ] ; then
91 echo "X11 build enabled" 91 echo "X11 build enabled"
92 # copy only as much stuff as we need 92 # copy only as much stuff as we need
93 # before: 5.5G ../../qemu-treedir/ 93 # before: 5.5G ../../qemu-treedir/
94 # after: 86M ../../qemu-treedir/ 94 # after: 86M ../../qemu-treedir/
95 cp -pPR \ 95 cp -pPR \
96 ${STAGING_DIR_TARGET}/${base_libdir}/libuuid.so.* \ 96 ${STAGING_DIR_TARGET}/${base_libdir}/libuuid.so.* \
97 ${STAGING_DIR_TARGET}/${libdir}/libICE.so.* \ 97 ${STAGING_DIR_TARGET}/${libdir}/libICE.so.* \
98 ${STAGING_DIR_TARGET}/${libdir}/libSM.so.* \ 98 ${STAGING_DIR_TARGET}/${libdir}/libSM.so.* \
99 ${STAGING_DIR_TARGET}/${libdir}/libatk-1.0.so.* \ 99 ${STAGING_DIR_TARGET}/${libdir}/libatk-1.0.so.* \
100 ${STAGING_DIR_TARGET}/${libdir}/libcairo.so.* \ 100 ${STAGING_DIR_TARGET}/${libdir}/libcairo.so.* \
101 ${STAGING_DIR_TARGET}/${libdir}/libdbus-1.so.* \ 101 ${STAGING_DIR_TARGET}/${libdir}/libdbus-1.so.* \
102 ${STAGING_DIR_TARGET}/${libdir}/libdbus-glib-1.so.* \ 102 ${STAGING_DIR_TARGET}/${libdir}/libdbus-glib-1.so.* \
103 ${STAGING_DIR_TARGET}/${libdir}/libexpat.so.* \ 103 ${STAGING_DIR_TARGET}/${libdir}/libexpat.so.* \
104 ${STAGING_DIR_TARGET}/${libdir}/libffi.so.* \ 104 ${STAGING_DIR_TARGET}/${libdir}/libffi.so.* \
105 ${STAGING_DIR_TARGET}/${libdir}/libfontconfig.so.* \ 105 ${STAGING_DIR_TARGET}/${libdir}/libfontconfig.so.* \
106 ${STAGING_DIR_TARGET}/${libdir}/libfreetype.so.* \ 106 ${STAGING_DIR_TARGET}/${libdir}/libfreetype.so.* \
107 ${STAGING_DIR_TARGET}/${libdir}/libgconf-2.so.* \ 107 ${STAGING_DIR_TARGET}/${libdir}/libgconf-2.so.* \
108 ${STAGING_DIR_TARGET}/${libdir}/libgif.so.* \ 108 ${STAGING_DIR_TARGET}/${libdir}/libgif.so.* \
109 ${STAGING_DIR_TARGET}/${libdir}/libjpeg.so.* \ 109 ${STAGING_DIR_TARGET}/${libdir}/libjpeg.so.* \
110 ${STAGING_DIR_TARGET}/${libdir}/liblzma.so.* \ 110 ${STAGING_DIR_TARGET}/${libdir}/liblzma.so.* \
111 ${STAGING_DIR_TARGET}/${libdir}/libpixman-1.so.* \ 111 ${STAGING_DIR_TARGET}/${libdir}/libpixman-1.so.* \
112 ${STAGING_DIR_TARGET}/${libdir}/libpng1*.so.* \ 112 ${STAGING_DIR_TARGET}/${libdir}/libpng1*.so.* \
113 ${STAGING_DIR_TARGET}/${libdir}/librsvg-2.so.* \ 113 ${STAGING_DIR_TARGET}/${libdir}/librsvg-2.so.* \
114 ${STAGING_DIR_TARGET}/${libdir}/libstdc++.so.* \ 114 ${STAGING_DIR_TARGET}/${libdir}/libstdc++.so.* \
115 ${STAGING_DIR_TARGET}/${libdir}/libtiff.so.* \ 115 ${STAGING_DIR_TARGET}/${libdir}/libtiff.so.* \
116 ${STAGING_DIR_TARGET}/${libdir}/libxml2.so.* \ 116 ${STAGING_DIR_TARGET}/${libdir}/libxml2.so.* \
117 ${STAGING_DIR_TARGET}/${libdir}/libcroco-0.6.so.* \ 117 ${STAGING_DIR_TARGET}/${libdir}/libcroco-0.6.so.* \
118 ${STAGING_DIR_TARGET}/${libdir}/libharfbuzz.so.* \ 118 ${STAGING_DIR_TARGET}/${libdir}/libharfbuzz.so.* \
119 ${STAGING_DIR_TARGET}/${libdir}/libicule.so.* \ 119 ${STAGING_DIR_TARGET}/${libdir}/libicule.so.* \
120 ${STAGING_DIR_TARGET}/${libdir}/libicuuc.so.* \ 120 ${STAGING_DIR_TARGET}/${libdir}/libicuuc.so.* \
121 ${STAGING_DIR_TARGET}/${libdir}/libicudata.so.* \ 121 ${STAGING_DIR_TARGET}/${libdir}/libicudata.so.* \
122 ${STAGING_DIR_TARGET}/${libdir}/libz.so.* $treedir/${base_libdir}/ 122 ${STAGING_DIR_TARGET}/${libdir}/libz.so.* $treedir/${base_libdir}/
123 123
124 # X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes Xft Xpm Xrandr Xrender 124 # X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes Xft Xpm Xrandr Xrender
125 cp -pPR ${STAGING_DIR_TARGET}/${libdir}/libX*.so.* $treedir/${base_libdir}/ 125 cp -pPR ${STAGING_DIR_TARGET}/${libdir}/libX*.so.* $treedir/${base_libdir}/
126 126
127 # gdk-x11 gdk_pixbuf gio glib gmodule gobject gthread gtk-x11 127 # gdk-x11 gdk_pixbuf gio glib gmodule gobject gthread gtk-x11
128 cp -pPR ${STAGING_DIR_TARGET}/${libdir}/libg*-2.0.so.* $treedir/${base_libdir}/ 128 cp -pPR ${STAGING_DIR_TARGET}/${libdir}/libg*-2.0.so.* $treedir/${base_libdir}/
129 129
130 # pango pangocairo pangoft2 130 # pango pangocairo pangoft2
131 cp -pPR ${STAGING_DIR_TARGET}/${libdir}/libpango*-1.0.so.* $treedir/${base_libdir}/ 131 cp -pPR ${STAGING_DIR_TARGET}/${libdir}/libpango*-1.0.so.* $treedir/${base_libdir}/
132 132
133 # xcb-render xcb-shm xcb 133 # xcb-render xcb-shm xcb
134 cp -pPR ${STAGING_DIR_TARGET}/${libdir}/libxcb*.so.* $treedir/${base_libdir}/ 134 cp -pPR ${STAGING_DIR_TARGET}/${libdir}/libxcb*.so.* $treedir/${base_libdir}/
135 fi 135 fi
136} 136}
137 137
138do_install_append() { 138do_install_append() {
139 # freaks package.bbclass and whole bitbake call returns error code 139 # freaks package.bbclass and whole bitbake call returns error code
140 # ERROR: runstrip: ''arm-oe-linux-gnueabi-strip' '/var/lib/jenkins/jobs/shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/emacs-23.4-r0/package/usr/share/emacs/23.4/etc/tutorials/TUTORIAL.ko'' strip command failed 140 # ERROR: runstrip: ''arm-oe-linux-gnueabi-strip' '/var/lib/jenkins/jobs/shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/emacs-23.4-r0/package/usr/share/emacs/23.4/etc/tutorials/TUTORIAL.ko'' strip command failed
141 mv ${D}${datadir}/${BPN}/${PV}/etc/tutorials/TUTORIAL.ko ${D}${datadir}/${BPN}/${PV}/etc/tutorials/TUTORIAL.KO 141 mv ${D}${datadir}/${BPN}/${PV}/etc/tutorials/TUTORIAL.ko ${D}${datadir}/${BPN}/${PV}/etc/tutorials/TUTORIAL.KO
142} 142}
143 143
144EXTRA_OEMAKE += 'QEMU="${QEMU}"' 144EXTRA_OEMAKE += 'QEMU="${QEMU}"'
diff --git a/meta-oe/recipes-support/enca/enca_1.9.bb b/meta-oe/recipes-support/enca/enca_1.9.bb
index 5472af4e5..ba6d70df4 100644
--- a/meta-oe/recipes-support/enca/enca_1.9.bb
+++ b/meta-oe/recipes-support/enca/enca_1.9.bb
@@ -6,10 +6,10 @@ LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=24b9569831c46d4818450b55282476b4" 6LIC_FILES_CHKSUM = "file://COPYING;md5=24b9569831c46d4818450b55282476b4"
7 7
8SRC_URI = "http://www.sourcefiles.org/Networking/Tools/Miscellanenous/enca-${PV}.tar.bz2 \ 8SRC_URI = "http://www.sourcefiles.org/Networking/Tools/Miscellanenous/enca-${PV}.tar.bz2 \
9 file://configure-hack.patch \ 9 file://configure-hack.patch \
10 file://dont-run-tests.patch \ 10 file://dont-run-tests.patch \
11 file://configure-remove-dumbness.patch \ 11 file://configure-remove-dumbness.patch \
12 file://makefile-remove-tools.patch " 12 file://makefile-remove-tools.patch "
13 13
14SRC_URI[md5sum] = "b3581e28d68d452286fb0bfe58bed3b3" 14SRC_URI[md5sum] = "b3581e28d68d452286fb0bfe58bed3b3"
15SRC_URI[sha256sum] = "02acfef2b24a9c842612da49338138311f909f1cd33933520c07b8b26c410f4d" 15SRC_URI[sha256sum] = "02acfef2b24a9c842612da49338138311f909f1cd33933520c07b8b26c410f4d"
@@ -19,13 +19,13 @@ inherit autotools
19EXTRA_OECONF = "--with-libiconv-prefix=${STAGING_DIR_HOST}${layout_exec_prefix}" 19EXTRA_OECONF = "--with-libiconv-prefix=${STAGING_DIR_HOST}${layout_exec_prefix}"
20 20
21do_configure_prepend() { 21do_configure_prepend() {
22 # remove failing test which checks for something that isn't even used 22 # remove failing test which checks for something that isn't even used
23 sed -i -e '/ye_FUNC_SCANF_MODIF_SIZE_T/d' configure.ac 23 sed -i -e '/ye_FUNC_SCANF_MODIF_SIZE_T/d' configure.ac
24} 24}
25 25
26do_configure_append() { 26do_configure_append() {
27 sed -i s:-I/usr/include::g Makefile 27 sed -i s:-I/usr/include::g Makefile
28 sed -i s:-I/usr/include::g */Makefile 28 sed -i s:-I/usr/include::g */Makefile
29} 29}
30 30
31do_compile() { 31do_compile() {
diff --git a/meta-oe/recipes-support/espeak/espeak-data_1.37.bb b/meta-oe/recipes-support/espeak/espeak-data_1.37.bb
index d15d49690..914bf3601 100644
--- a/meta-oe/recipes-support/espeak/espeak-data_1.37.bb
+++ b/meta-oe/recipes-support/espeak/espeak-data_1.37.bb
@@ -9,18 +9,18 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
9TARGET_ARCH = "${MACHINE_ARCH}" 9TARGET_ARCH = "${MACHINE_ARCH}"
10 10
11do_compile() { 11do_compile() {
12 # Fixing byte order of phoneme data files 12 # Fixing byte order of phoneme data files
13 cd "${S}/platforms/big_endian" 13 cd "${S}/platforms/big_endian"
14 sed -i '/^ *CC *=/d' Makefile 14 sed -i '/^ *CC *=/d' Makefile
15 sed -i 's/\(.*BYTE_ORDER\)/#undef BYTE_ORDER\n#define BYTE_ORDER BIG_ENDIAN\n\1/' espeak-phoneme-data.c 15 sed -i 's/\(.*BYTE_ORDER\)/#undef BYTE_ORDER\n#define BYTE_ORDER BIG_ENDIAN\n\1/' espeak-phoneme-data.c
16 oe_runmake 16 oe_runmake
17 ./espeak-phoneme-data "${S}/espeak-data" 17 ./espeak-phoneme-data "${S}/espeak-data"
18 cp -f phondata phonindex phontab "${S}/espeak-data" 18 cp -f phondata phonindex phontab "${S}/espeak-data"
19} 19}
20 20
21do_install() { 21do_install() {
22 install -d ${D}${layout_datadir}/espeak-data 22 install -d ${D}${layout_datadir}/espeak-data
23 install -m 0644 ${S}/espeak-data/phon* ${D}${layout_datadir}/espeak-data 23 install -m 0644 ${S}/espeak-data/phon* ${D}${layout_datadir}/espeak-data
24} 24}
25 25
26SRC_URI[md5sum] = "5c7b292d0537232868b4ac1317d76c02" 26SRC_URI[md5sum] = "5c7b292d0537232868b4ac1317d76c02"
diff --git a/meta-oe/recipes-support/espeak/espeak_1.37.bb b/meta-oe/recipes-support/espeak/espeak_1.37.bb
index 6cc4cd410..c7f4b521c 100644
--- a/meta-oe/recipes-support/espeak/espeak_1.37.bb
+++ b/meta-oe/recipes-support/espeak/espeak_1.37.bb
@@ -13,30 +13,30 @@ TARGET_CC_ARCH += "${LDFLAGS}"
13FILES_${PN} += "${datadir}/espeak-data" 13FILES_${PN} += "${datadir}/espeak-data"
14 14
15do_configure() { 15do_configure() {
16 # "speak" binary, a TTS engine, uses portaudio in either APIs V18 or V19, use V19 16 # "speak" binary, a TTS engine, uses portaudio in either APIs V18 or V19, use V19
17 cp "${S}/src/portaudio19.h" "${S}/src/portaudio.h" 17 cp "${S}/src/portaudio19.h" "${S}/src/portaudio.h"
18} 18}
19 19
20do_compile() { 20do_compile() {
21 cd src 21 cd src
22 oe_runmake 22 oe_runmake
23} 23}
24 24
25do_install() { 25do_install() {
26 install -d ${D}${bindir} 26 install -d ${D}${bindir}
27 install -d ${D}${libdir} 27 install -d ${D}${libdir}
28 install -d ${D}${includedir} 28 install -d ${D}${includedir}
29 install -d ${D}${datadir}/espeak-data 29 install -d ${D}${datadir}/espeak-data
30 30
31 # we do not ship "speak" binary though. 31 # we do not ship "speak" binary though.
32 install -m 0755 ${S}/src/espeak ${D}${bindir} 32 install -m 0755 ${S}/src/espeak ${D}${bindir}
33 install -m 0644 ${S}/src/speak_lib.h ${D}${includedir} 33 install -m 0644 ${S}/src/speak_lib.h ${D}${includedir}
34 oe_libinstall -so -C src libespeak ${D}${libdir} 34 oe_libinstall -so -C src libespeak ${D}${libdir}
35 35
36 if [ "${SITEINFO_ENDIANNESS}" = "be" ] ; then 36 if [ "${SITEINFO_ENDIANNESS}" = "be" ] ; then
37 # the big-endian phon* files are provided by the package espeak-data 37 # the big-endian phon* files are provided by the package espeak-data
38 rm -f ${S}/espeak-data/phon* 38 rm -f ${S}/espeak-data/phon*
39 fi 39 fi
40 40
41 cp -prf ${S}/espeak-data/* ${D}${datadir}/espeak-data 41 cp -prf ${S}/espeak-data/* ${D}${datadir}/espeak-data
42} 42}
diff --git a/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb b/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb
index fe94fc4b1..5abf1d7d2 100644
--- a/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb
+++ b/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb
@@ -12,9 +12,9 @@ DEPENDS = "libnice glib-2.0 libxml2 zlib dbus gstreamer gst-plugins-base"
12inherit autotools 12inherit autotools
13 13
14EXTRA_OECONF = " \ 14EXTRA_OECONF = " \
15 --disable-debug \ 15 --disable-debug \
16 --disable-gtk-doc \ 16 --disable-gtk-doc \
17 --disable-python \ 17 --disable-python \
18" 18"
19 19
20FILES_${PN} += "${libdir}/*/*.so" 20FILES_${PN} += "${libdir}/*/*.so"
diff --git a/meta-oe/recipes-support/farsight/libnice_0.0.13.bb b/meta-oe/recipes-support/farsight/libnice_0.0.13.bb
index 48ca0a58f..94ec9a212 100644
--- a/meta-oe/recipes-support/farsight/libnice_0.0.13.bb
+++ b/meta-oe/recipes-support/farsight/libnice_0.0.13.bb
@@ -21,11 +21,11 @@ FILES_${PN}-staticdev += "${libdir}/gstreamer-0.10/*.a"
21FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug" 21FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug"
22 22
23do_compile_append() { 23do_compile_append() {
24 for i in $(find ${S} -name "*.pc") ; do 24 for i in $(find ${S} -name "*.pc") ; do
25 sed -i -e s:${STAGING_DIR_TARGET}::g \ 25 sed -i -e s:${STAGING_DIR_TARGET}::g \
26 -e s:/${TARGET_SYS}::g \ 26 -e s:/${TARGET_SYS}::g \
27 $i 27 $i
28 done 28 done
29} 29}
30 30
31 31
diff --git a/meta-oe/recipes-support/fbset/fbset_2.1.bb b/meta-oe/recipes-support/fbset/fbset_2.1.bb
index 9fe2728d2..88d4f5eea 100644
--- a/meta-oe/recipes-support/fbset/fbset_2.1.bb
+++ b/meta-oe/recipes-support/fbset/fbset_2.1.bb
@@ -21,10 +21,10 @@ inherit autotools update-alternatives
21PARALLEL_MAKE = "" 21PARALLEL_MAKE = ""
22 22
23do_install() { 23do_install() {
24 install -d ${D}${sbindir} ${D}${datadir}/man/man8 ${D}${datadir}/man/man5 24 install -d ${D}${sbindir} ${D}${datadir}/man/man8 ${D}${datadir}/man/man5
25 install -m 0755 ${WORKDIR}/${P}/fbset ${D}${sbindir}/fbset.real 25 install -m 0755 ${WORKDIR}/${P}/fbset ${D}${sbindir}/fbset.real
26 install -m 0644 ${WORKDIR}/${P}/*.5 ${D}${datadir}/man/man5 26 install -m 0644 ${WORKDIR}/${P}/*.5 ${D}${datadir}/man/man5
27 install -m 0644 ${WORKDIR}/${P}/*.8 ${D}${datadir}/man/man8 27 install -m 0644 ${WORKDIR}/${P}/*.8 ${D}${datadir}/man/man8
28} 28}
29 29
30ALTERNATIVE_fbset = "fbset" 30ALTERNATIVE_fbset = "fbset"
diff --git a/meta-oe/recipes-support/fbtest/fb-test_git.bb b/meta-oe/recipes-support/fbtest/fb-test_git.bb
index 43acfd6b8..eea1be4d8 100644
--- a/meta-oe/recipes-support/fbtest/fb-test_git.bb
+++ b/meta-oe/recipes-support/fbtest/fb-test_git.bb
@@ -11,9 +11,9 @@ SRC_URI = "git://github.com/prpplague/fb-test-app.git"
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12
13do_install() { 13do_install() {
14 install -d ${D}${bindir} 14 install -d ${D}${bindir}
15 for prog in perf rect fb-test offset ; do 15 for prog in perf rect fb-test offset ; do
16 install -m 0755 $prog ${D}${bindir} 16 install -m 0755 $prog ${D}${bindir}
17 done 17 done
18} 18}
19 19
diff --git a/meta-oe/recipes-support/fftw/fftw.inc b/meta-oe/recipes-support/fftw/fftw.inc
index 80fc656ab..074a53b36 100644
--- a/meta-oe/recipes-support/fftw/fftw.inc
+++ b/meta-oe/recipes-support/fftw/fftw.inc
@@ -12,7 +12,7 @@ S = "${WORKDIR}/fftw-${PV}"
12inherit autotools pkgconfig 12inherit autotools pkgconfig
13 13
14do_configure_prepend() { 14do_configure_prepend() {
15 echo 'AM_PROG_AS' >> ${S}/configure.ac 15 echo 'AM_PROG_AS' >> ${S}/configure.ac
16} 16}
17 17
18PACKAGES =+ "lib${PN}" 18PACKAGES =+ "lib${PN}"
diff --git a/meta-oe/recipes-support/fftw/fftwf_3.3.3.bb b/meta-oe/recipes-support/fftw/fftwf_3.3.3.bb
index a7b8b6789..e2989d6e3 100644
--- a/meta-oe/recipes-support/fftw/fftwf_3.3.3.bb
+++ b/meta-oe/recipes-support/fftw/fftwf_3.3.3.bb
@@ -1,8 +1,8 @@
1require fftw.inc 1require fftw.inc
2 2
3EXTRA_OECONF = "--disable-fortran --enable-single --enable-shared \ 3EXTRA_OECONF = "--disable-fortran --enable-single --enable-shared \
4 --enable-threads \ 4 --enable-threads \
5 ${@base_contains('TUNE_FEATURES', 'neon', '--enable-neon', '', d)} \ 5 ${@base_contains('TUNE_FEATURES', 'neon', '--enable-neon', '', d)} \
6" 6"
7 7
8SRC_URI[md5sum] = "0a05ca9c7b3bfddc8278e7c40791a1c2" 8SRC_URI[md5sum] = "0a05ca9c7b3bfddc8278e7c40791a1c2"
diff --git a/meta-oe/recipes-support/flite/flite.inc b/meta-oe/recipes-support/flite/flite.inc
index a0d718cb4..b9d5e5aa6 100644
--- a/meta-oe/recipes-support/flite/flite.inc
+++ b/meta-oe/recipes-support/flite/flite.inc
@@ -18,9 +18,9 @@ PACKAGES += "lib${PN} lib${PN}-vox8 lib${PN}-vox16"
18FILES_${PN} = "${bindir}" 18FILES_${PN} = "${bindir}"
19 19
20FILES_lib${PN} ="${libdir}/libflite.so.* \ 20FILES_lib${PN} ="${libdir}/libflite.so.* \
21 ${libdir}/libflite_cmu_time_awb.so.* \ 21 ${libdir}/libflite_cmu_time_awb.so.* \
22 ${libdir}/libflite_cmulex.so.* \ 22 ${libdir}/libflite_cmulex.so.* \
23 ${libdir}/libflite_usenglish.so.*" 23 ${libdir}/libflite_usenglish.so.*"
24 24
25FILES_lib${PN}-vox8 = "${libdir}/libflite_cmu_us_kal.so.*" 25FILES_lib${PN}-vox8 = "${libdir}/libflite_cmu_us_kal.so.*"
26 26
@@ -29,5 +29,5 @@ FILES_lib${PN}-vox16 = "${libdir}/libflite_cmu_us_kal16.so.*"
29LEAD_SONAME = "libflite.so" 29LEAD_SONAME = "libflite.so"
30 30
31do_install() { 31do_install() {
32 oe_runmake INSTALLBINDIR="${D}${bindir}" INSTALLLIBDIR="${D}${libdir}" INSTALLINCDIR="${D}${includedir}" install 32 oe_runmake INSTALLBINDIR="${D}${bindir}" INSTALLLIBDIR="${D}${libdir}" INSTALLINCDIR="${D}${includedir}" install
33} 33}
diff --git a/meta-oe/recipes-support/fltk/fltk_1.1.10.bb b/meta-oe/recipes-support/fltk/fltk_1.1.10.bb
index bf218ee6e..6b7a1afef 100644
--- a/meta-oe/recipes-support/fltk/fltk_1.1.10.bb
+++ b/meta-oe/recipes-support/fltk/fltk_1.1.10.bb
@@ -12,7 +12,7 @@ SRC_URI = "ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/fltk/${PV}/fl
12 file://disable_test.patch \ 12 file://disable_test.patch \
13 file://dso-fix.patch \ 13 file://dso-fix.patch \
14 file://libpng15.patch \ 14 file://libpng15.patch \
15 " 15"
16 16
17S = "${WORKDIR}/fltk-${PV}" 17S = "${WORKDIR}/fltk-${PV}"
18 18
diff --git a/meta-oe/recipes-support/fuse/fuse_2.9.2.bb b/meta-oe/recipes-support/fuse/fuse_2.9.2.bb
index b558c4dcf..b6c2a9e53 100644
--- a/meta-oe/recipes-support/fuse/fuse_2.9.2.bb
+++ b/meta-oe/recipes-support/fuse/fuse_2.9.2.bb
@@ -10,7 +10,7 @@ PR = "r1"
10SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/fuse-${PV}.tar.gz \ 10SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/fuse-${PV}.tar.gz \
11 file://gold-unversioned-symbol.patch \ 11 file://gold-unversioned-symbol.patch \
12 file://aarch64.patch \ 12 file://aarch64.patch \
13 " 13"
14SRC_URI[md5sum] = "7d80d0dc9cc2b9199a0c53787c151205" 14SRC_URI[md5sum] = "7d80d0dc9cc2b9199a0c53787c151205"
15SRC_URI[sha256sum] = "81a728fb3f87da33063068735e2fb7e2cd89df207d32687d3d3278385279cefc" 15SRC_URI[sha256sum] = "81a728fb3f87da33063068735e2fb7e2cd89df207d32687d3d3278385279cefc"
16 16
@@ -36,5 +36,5 @@ DEBIAN_NOAUTONAME_fuse-utils = "1"
36DEBIAN_NOAUTONAME_fuse-utils-dbg = "1" 36DEBIAN_NOAUTONAME_fuse-utils-dbg = "1"
37 37
38do_install_append() { 38do_install_append() {
39 rm -rf ${D}${base_prefix}/dev 39 rm -rf ${D}${base_prefix}/dev
40} 40}
diff --git a/meta-oe/recipes-support/gsoap/gsoap_2.8.12.bb b/meta-oe/recipes-support/gsoap/gsoap_2.8.12.bb
index 5db2e61e5..ba8b6195f 100644
--- a/meta-oe/recipes-support/gsoap/gsoap_2.8.12.bb
+++ b/meta-oe/recipes-support/gsoap/gsoap_2.8.12.bb
@@ -3,11 +3,11 @@ require gsoap_${PV}.inc
3DEPENDS = "gsoap-native openssl" 3DEPENDS = "gsoap-native openssl"
4 4
5do_install_append() { 5do_install_append() {
6 install -d ${D}${libdir} 6 install -d ${D}${libdir}
7 for lib in libgsoapssl libgsoapssl++ libgsoap libgsoapck++ libgsoap++ libgsoapck 7 for lib in libgsoapssl libgsoapssl++ libgsoap libgsoapck++ libgsoap++ libgsoapck
8 do 8 do
9 oe_libinstall -C gsoap $lib ${D}${libdir} 9 oe_libinstall -C gsoap $lib ${D}${libdir}
10 done 10 done
11} 11}
12 12
13FILES_${PN} = "${bindir}/wsdl2h ${bindir}/soapcpp2" 13FILES_${PN} = "${bindir}/wsdl2h ${bindir}/soapcpp2"
diff --git a/meta-oe/recipes-support/gsoap/gsoap_2.8.12.inc b/meta-oe/recipes-support/gsoap/gsoap_2.8.12.inc
index 30cf9a6d4..9e2a7825f 100644
--- a/meta-oe/recipes-support/gsoap/gsoap_2.8.12.inc
+++ b/meta-oe/recipes-support/gsoap/gsoap_2.8.12.inc
@@ -5,7 +5,7 @@ LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b338b08b1b61e028e0f399a4de25e58f" 5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b338b08b1b61e028e0f399a4de25e58f"
6 6
7SRC_URI = "${SOURCEFORGE_MIRROR}/gsoap2/gsoap_${PV}.zip \ 7SRC_URI = "${SOURCEFORGE_MIRROR}/gsoap2/gsoap_${PV}.zip \
8 " 8"
9 9
10inherit autotools 10inherit autotools
11 11
diff --git a/meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb b/meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb
index 9483b5c17..9da2ee0df 100644
--- a/meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb
+++ b/meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb
@@ -10,7 +10,7 @@ SRC_URI = "http://download.savannah.nongnu.org/releases/hddtemp/hddtemp-0.3-beta
10 file://hddtemp-0.3-beta15-autodetect-717479.patch \ 10 file://hddtemp-0.3-beta15-autodetect-717479.patch \
11 file://hddtemp.db \ 11 file://hddtemp.db \
12 file://init \ 12 file://init \
13 " 13"
14 14
15SRC_URI[md5sum] = "8b829339e1ae9df701684ec239021bb8" 15SRC_URI[md5sum] = "8b829339e1ae9df701684ec239021bb8"
16SRC_URI[sha256sum] = "618541584054093d53be8a2d9e81c97174f30f00af91cb8700a97e442d79ef5b" 16SRC_URI[sha256sum] = "618541584054093d53be8a2d9e81c97174f30f00af91cb8700a97e442d79ef5b"
@@ -22,10 +22,10 @@ inherit autotools gettext update-rc.d
22FILES_${PN} += "/usr/share/misc/hddtemp.db" 22FILES_${PN} += "/usr/share/misc/hddtemp.db"
23 23
24do_install_append() { 24do_install_append() {
25 install -d ${D}/usr/share/misc/ 25 install -d ${D}/usr/share/misc/
26 install -m 0644 ${WORKDIR}/hddtemp.db ${D}/usr/share/misc/hddtemp.db 26 install -m 0644 ${WORKDIR}/hddtemp.db ${D}/usr/share/misc/hddtemp.db
27 install -d ${D}${sysconfdir}/init.d 27 install -d ${D}${sysconfdir}/init.d
28 install -m 0644 ${WORKDIR}/init ${D}${sysconfdir}/init.d/hddtemp 28 install -m 0644 ${WORKDIR}/init ${D}${sysconfdir}/init.d/hddtemp
29} 29}
30 30
31INITSCRIPT_NAME = "hddtemp" 31INITSCRIPT_NAME = "hddtemp"
diff --git a/meta-oe/recipes-support/i2c-tools/i2c-tools_3.1.0.bb b/meta-oe/recipes-support/i2c-tools/i2c-tools_3.1.0.bb
index e504f6185..3d76f8b3c 100644
--- a/meta-oe/recipes-support/i2c-tools/i2c-tools_3.1.0.bb
+++ b/meta-oe/recipes-support/i2c-tools/i2c-tools_3.1.0.bb
@@ -7,20 +7,20 @@ RDEPENDS_${PN} += "perl"
7 7
8SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/i2c-tools/i2c-tools-3.1.0.tar.bz2/f15019e559e378c6e9d5d6299a00df21/i2c-tools-${PV}.tar.bz2 \ 8SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/i2c-tools/i2c-tools-3.1.0.tar.bz2/f15019e559e378c6e9d5d6299a00df21/i2c-tools-${PV}.tar.bz2 \
9 file://Module.mk \ 9 file://Module.mk \
10 " 10"
11SRC_URI[md5sum] = "f15019e559e378c6e9d5d6299a00df21" 11SRC_URI[md5sum] = "f15019e559e378c6e9d5d6299a00df21"
12SRC_URI[sha256sum] = "960023f61de292c6dd757fcedec4bffa7dd036e8594e24b26a706094ca4c142a" 12SRC_URI[sha256sum] = "960023f61de292c6dd757fcedec4bffa7dd036e8594e24b26a706094ca4c142a"
13 13
14inherit autotools 14inherit autotools
15 15
16do_compile_prepend() { 16do_compile_prepend() {
17 cp ${WORKDIR}/Module.mk ${S}/eepromer/ 17 cp ${WORKDIR}/Module.mk ${S}/eepromer/
18 sed -i 's#/usr/local#/usr#' Makefile 18 sed -i 's#/usr/local#/usr#' Makefile
19 echo "include eepromer/Module.mk" >> Makefile 19 echo "include eepromer/Module.mk" >> Makefile
20} 20}
21 21
22do_install_append() { 22do_install_append() {
23 install -d ${D}${includedir}/linux 23 install -d ${D}${includedir}/linux
24 install -m 0644 include/linux/i2c-dev.h ${D}${includedir}/linux/i2c-dev-user.h 24 install -m 0644 include/linux/i2c-dev.h ${D}${includedir}/linux/i2c-dev-user.h
25 rm -f ${D}${includedir}/linux/i2c-dev.h 25 rm -f ${D}${includedir}/linux/i2c-dev.h
26} 26}
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb b/meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb
index 9f3d4eac4..2f0fad5ea 100644
--- a/meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb
+++ b/meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb
@@ -10,8 +10,8 @@ PR = "r5"
10PATCHSET = "6" 10PATCHSET = "6"
11SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}-${PATCHSET}.tar.bz2 \ 11SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}-${PATCHSET}.tar.bz2 \
12 file://PerlMagic_MakePatch.patch \ 12 file://PerlMagic_MakePatch.patch \
13 file://remove.dist-lzip.patch \ 13 file://remove.dist-lzip.patch \
14 " 14"
15SRC_URI[md5sum] = "bcf07cf0822572fa2b47fa6d506f699a" 15SRC_URI[md5sum] = "bcf07cf0822572fa2b47fa6d506f699a"
16SRC_URI[sha256sum] = "d9347f31d3d35b40009e1bbcf713c5ad252411e05ee621d5a7dae01e47bdbd80" 16SRC_URI[sha256sum] = "d9347f31d3d35b40009e1bbcf713c5ad252411e05ee621d5a7dae01e47bdbd80"
17 17
diff --git a/meta-oe/recipes-support/ipsec-tools/ipsec-tools.inc b/meta-oe/recipes-support/ipsec-tools/ipsec-tools.inc
index caf2b0b71..264b49a53 100644
--- a/meta-oe/recipes-support/ipsec-tools/ipsec-tools.inc
+++ b/meta-oe/recipes-support/ipsec-tools/ipsec-tools.inc
@@ -40,7 +40,7 @@ EXTRA_OECONF = "--with-kernel-headers=${STAGING_INCDIR} \
40 --without-libradius \ 40 --without-libradius \
41 --without-gssapi \ 41 --without-gssapi \
42 --without-libpam \ 42 --without-libpam \
43 --disable-security-context" 43 --disable-security-context"
44 44
45# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530527 45# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530527
46CFLAGS += "-fno-strict-aliasing" 46CFLAGS += "-fno-strict-aliasing"
diff --git a/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb b/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb
index 9e7d2fcd8..e1e5ff28f 100644
--- a/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb
+++ b/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb
@@ -12,7 +12,7 @@ S = "${WORKDIR}/git"
12inherit autotools lib_package 12inherit autotools lib_package
13 13
14do_install_append() { 14do_install_append() {
15 sed -i -e s://:/:g -e 's:=${libdir}/libudev.la:-ludev:g' ${D}${libdir}/libatasmart.la 15 sed -i -e s://:/:g -e 's:=${libdir}/libudev.la:-ludev:g' ${D}${libdir}/libatasmart.la
16} 16}
17 17
18PACKAGES =+ "${PN}-dev-vala" 18PACKAGES =+ "${PN}-dev-vala"
diff --git a/meta-oe/recipes-support/libcanberra/libcanberra_0.29.bb b/meta-oe/recipes-support/libcanberra/libcanberra_0.29.bb
index a6d68d4eb..89cbce00f 100644
--- a/meta-oe/recipes-support/libcanberra/libcanberra_0.29.bb
+++ b/meta-oe/recipes-support/libcanberra/libcanberra_0.29.bb
@@ -14,15 +14,15 @@ SRC_URI[md5sum] = "2594093a5d61047bd9cc87e955f86df8"
14SRC_URI[sha256sum] = "127a5ef07805856d63758e5180ebfb241d1f80094fd301c287591a15b8cfcd72" 14SRC_URI[sha256sum] = "127a5ef07805856d63758e5180ebfb241d1f80094fd301c287591a15b8cfcd72"
15 15
16EXTRA_OECONF = "\ 16EXTRA_OECONF = "\
17 --enable-null \ 17 --enable-null \
18 --enable-alsa \ 18 --enable-alsa \
19 --enable-gstreamer \ 19 --enable-gstreamer \
20 --enable-pulse \ 20 --enable-pulse \
21 --disable-oss \ 21 --disable-oss \
22 --enable-gtk \ 22 --enable-gtk \
23 --enable-gtk3 \ 23 --enable-gtk3 \
24 --disable-tdb \ 24 --disable-tdb \
25 --disable-lynx \ 25 --disable-lynx \
26" 26"
27 27
28python populate_packages_prepend() { 28python populate_packages_prepend() {
diff --git a/meta-oe/recipes-support/libftdi/libftdi_0.19.bb b/meta-oe/recipes-support/libftdi/libftdi_0.19.bb
index 0bfbe2212..2b8068bf5 100644
--- a/meta-oe/recipes-support/libftdi/libftdi_0.19.bb
+++ b/meta-oe/recipes-support/libftdi/libftdi_0.19.bb
@@ -9,14 +9,14 @@ PR = "r1"
9LICENSE = "LGPLv2.1 GPLv2" 9LICENSE = "LGPLv2.1 GPLv2"
10LIC_FILES_CHKSUM= "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe \ 10LIC_FILES_CHKSUM= "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe \
11 file://COPYING.LIB;md5=db979804f025cf55aabec7129cb671ed \ 11 file://COPYING.LIB;md5=db979804f025cf55aabec7129cb671ed \
12 " 12"
13 13
14DEPENDS = "virtual/libusb0" 14DEPENDS = "virtual/libusb0"
15DEPENDS_virtclass-native = "virtual/libusb0-native" 15DEPENDS_virtclass-native = "virtual/libusb0-native"
16 16
17SRC_URI = "http://www.intra2net.com/en/developer/libftdi/download/libftdi-${PV}.tar.gz \ 17SRC_URI = "http://www.intra2net.com/en/developer/libftdi/download/libftdi-${PV}.tar.gz \
18 file://libtool-m4.patch \ 18 file://libtool-m4.patch \
19 " 19"
20SRC_URI[md5sum] = "e6e25f33b4327b1b7aa1156947da45f3" 20SRC_URI[md5sum] = "e6e25f33b4327b1b7aa1156947da45f3"
21SRC_URI[sha256sum] = "567c9d2c42d92fc401c5aba2deed45ffb2433990984e816bcdf31e441aef06be" 21SRC_URI[sha256sum] = "567c9d2c42d92fc401c5aba2deed45ffb2433990984e816bcdf31e441aef06be"
22 22
diff --git a/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.10.bb b/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.10.bb
index ce4e316c5..09e5ec2b8 100644
--- a/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.10.bb
+++ b/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.10.bb
@@ -8,7 +8,7 @@ PR = "r1"
8 8
9SRC_URI = "http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-${PV}.tar.gz \ 9SRC_URI = "http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-${PV}.tar.gz \
10 file://configure.patch \ 10 file://configure.patch \
11 " 11"
12 12
13S = "${WORKDIR}/SDL_ttf-${PV}" 13S = "${WORKDIR}/SDL_ttf-${PV}"
14EXTRA_OECONF += "SDL_CONFIG=${STAGING_BINDIR_CROSS}/sdl-config " 14EXTRA_OECONF += "SDL_CONFIG=${STAGING_BINDIR_CROSS}/sdl-config "
@@ -19,11 +19,11 @@ TARGET_CC_ARCH += "${LDFLAGS}"
19 19
20do_configure_prepend() { 20do_configure_prepend() {
21 21
22 MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4" 22 MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4"
23 23
24 for i in ${MACROS}; do 24 for i in ${MACROS}; do
25 rm acinclude/$i 25 rm acinclude/$i
26 done 26 done
27 27
28} 28}
29 29
diff --git a/meta-oe/recipes-support/lm_sensors/lmsensors_3.3.3.bb b/meta-oe/recipes-support/lm_sensors/lmsensors_3.3.3.bb
index 4f1553524..60df0c6c7 100644
--- a/meta-oe/recipes-support/lm_sensors/lmsensors_3.3.3.bb
+++ b/meta-oe/recipes-support/lm_sensors/lmsensors_3.3.3.bb
@@ -25,9 +25,9 @@ INITSCRIPT_PARAMS_${PN}-sensord = "defaults 67"
25S = "${WORKDIR}/lm_sensors-${PV}" 25S = "${WORKDIR}/lm_sensors-${PV}"
26 26
27EXTRA_OEMAKE = 'LINUX=${STAGING_KERNEL_DIR} EXLDFLAGS="${LDFLAGS}" \ 27EXTRA_OEMAKE = 'LINUX=${STAGING_KERNEL_DIR} EXLDFLAGS="${LDFLAGS}" \
28 MACHINE=${TARGET_ARCH} PREFIX=${prefix} MANDIR=${mandir} \ 28 MACHINE=${TARGET_ARCH} PREFIX=${prefix} MANDIR=${mandir} \
29 LIBDIR=${libdir} \ 29 LIBDIR=${libdir} \
30 CC="${CC}" AR="${AR}"' 30 CC="${CC}" AR="${AR}"'
31 31
32do_compile() { 32do_compile() {
33 oe_runmake user PROG_EXTRA="sensors sensord" 33 oe_runmake user PROG_EXTRA="sensors sensord"
diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc
index b357fd988..157e11b92 100644
--- a/meta-oe/recipes-support/lvm2/lvm2.inc
+++ b/meta-oe/recipes-support/lvm2/lvm2.inc
@@ -23,7 +23,7 @@ EXTRA_OECONF = "--with-user= \
23 --enable-pkgconfig \ 23 --enable-pkgconfig \
24 --enable-dmeventd \ 24 --enable-dmeventd \
25 --with-udev-prefix= \ 25 --with-udev-prefix= \
26 " 26"
27 27
28inherit autotools 28inherit autotools
29 29
diff --git a/meta-oe/recipes-support/lzma/lzma.inc b/meta-oe/recipes-support/lzma/lzma.inc
index 75e6d6780..912d28118 100644
--- a/meta-oe/recipes-support/lzma/lzma.inc
+++ b/meta-oe/recipes-support/lzma/lzma.inc
@@ -21,15 +21,15 @@ do_unpack_append() {
21} 21}
22 22
23do_compile() { 23do_compile() {
24 oe_runmake CFLAGS='${CFLAGS} -c' -C C/LzmaUtil 24 oe_runmake CFLAGS='${CFLAGS} -c' -C C/LzmaUtil
25 oe_runmake CXX_C='${CC} ${CFLAGS}' CXX='${CXX} ${CXXFLAGS}' \ 25 oe_runmake CXX_C='${CC} ${CFLAGS}' CXX='${CXX} ${CXXFLAGS}' \
26 -C CPP/7zip/Compress/LZMA_Alone 26 -C CPP/7zip/Compress/LZMA_Alone
27} 27}
28 28
29do_install() { 29do_install() {
30 install -d ${D}${bindir} ${D}${libdir} 30 install -d ${D}${bindir} ${D}${libdir}
31 install -m 0755 CPP/7zip/Compress/LZMA_Alone/lzma ${D}${bindir} 31 install -m 0755 CPP/7zip/Compress/LZMA_Alone/lzma ${D}${bindir}
32 oe_libinstall -a -C C/LzmaUtil liblzma ${D}${libdir} 32 oe_libinstall -a -C C/LzmaUtil liblzma ${D}${libdir}
33} 33}
34 34
35BBCLASSEXTEND = "native" 35BBCLASSEXTEND = "native"
diff --git a/meta-oe/recipes-support/maliit/maliit-framework_git.bb b/meta-oe/recipes-support/maliit/maliit-framework_git.bb
index 2c4b0f8e8..292856238 100644
--- a/meta-oe/recipes-support/maliit/maliit-framework_git.bb
+++ b/meta-oe/recipes-support/maliit/maliit-framework_git.bb
@@ -12,7 +12,7 @@ SRC_URI = "git://gitorious.org/maliit/maliit-framework.git;branch=master \
12 file://0001-Fix-QT_IM_PLUGIN_PATH-to-allow-openembedded-to-build.patch \ 12 file://0001-Fix-QT_IM_PLUGIN_PATH-to-allow-openembedded-to-build.patch \
13 file://0001-Link-to-libmaliit-1-0-in-inputcontext-plugin.patch \ 13 file://0001-Link-to-libmaliit-1-0-in-inputcontext-plugin.patch \
14 file://maliit-server.desktop \ 14 file://maliit-server.desktop \
15 " 15"
16 16
17SRCREV = "750842dec74a9b17dca91ef779c4fc5a43c4d9dc" 17SRCREV = "750842dec74a9b17dca91ef779c4fc5a43c4d9dc"
18PV = "0.92.3+git${SRCPV}" 18PV = "0.92.3+git${SRCPV}"
@@ -30,7 +30,7 @@ FILES_${PN} += "\
30 ${libdir}/maliit/plugins-*/factories/libmaliit-plugins-quick-factory-*.so \ 30 ${libdir}/maliit/plugins-*/factories/libmaliit-plugins-quick-factory-*.so \
31 ${libdir}/qt4/plugins/inputmethods/*.so \ 31 ${libdir}/qt4/plugins/inputmethods/*.so \
32 ${datadir}/applications/maliit-server.desktop \ 32 ${datadir}/applications/maliit-server.desktop \
33 " 33"
34 34
35FILES_${PN}-dbg += "\ 35FILES_${PN}-dbg += "\
36 ${libdir}/maliit-framework-tests \ 36 ${libdir}/maliit-framework-tests \
@@ -38,7 +38,7 @@ FILES_${PN}-dbg += "\
38 ${libdir}/maliit/plugins-*/factories/.debug \ 38 ${libdir}/maliit/plugins-*/factories/.debug \
39 ${libdir}/qt4/plugins/.debug \ 39 ${libdir}/qt4/plugins/.debug \
40 ${libdir}/qt4/plugins/inputmethods/.debug \ 40 ${libdir}/qt4/plugins/inputmethods/.debug \
41 " 41"
42 42
43FILES_${PN}-dev += "${datadir}/qt4" 43FILES_${PN}-dev += "${datadir}/qt4"
44 44
@@ -46,7 +46,7 @@ FILES_${PN}-gtk +="\
46 ${bindir}/maliit-exampleapp-gtk* \ 46 ${bindir}/maliit-exampleapp-gtk* \
47 \ 47 \
48 ${libdir}/gtk-*/*/immodules/libim-maliit.so\ 48 ${libdir}/gtk-*/*/immodules/libim-maliit.so\
49 " 49"
50 50
51EXTRA_QMAKEVARS_PRE = "\ 51EXTRA_QMAKEVARS_PRE = "\
52 PREFIX=${prefix} \ 52 PREFIX=${prefix} \
@@ -58,7 +58,7 @@ EXTRA_QMAKEVARS_PRE = "\
58 CONFIG+=disable-gtk-cache-update \ 58 CONFIG+=disable-gtk-cache-update \
59 CONFIG+=local-install \ 59 CONFIG+=local-install \
60 CONFIG+=nosdk \ 60 CONFIG+=nosdk \
61 " 61"
62 62
63EXTRA_OEMAKE += "INSTALL_ROOT=${D}" 63EXTRA_OEMAKE += "INSTALL_ROOT=${D}"
64 64
diff --git a/meta-oe/recipes-support/maliit/maliit-plugins_git.bb b/meta-oe/recipes-support/maliit/maliit-plugins_git.bb
index 7a1a430d0..0fc7c680e 100644
--- a/meta-oe/recipes-support/maliit/maliit-plugins_git.bb
+++ b/meta-oe/recipes-support/maliit/maliit-plugins_git.bb
@@ -19,12 +19,12 @@ EXTRA_QMAKEVARS_PRE = "\
19 PREFIX=${prefix} \ 19 PREFIX=${prefix} \
20 LIBDIR=${libdir} \ 20 LIBDIR=${libdir} \
21 CONFIG+=nodoc \ 21 CONFIG+=nodoc \
22 " 22"
23 23
24FILES_${PN} += "\ 24FILES_${PN} += "\
25 ${libdir}/maliit \ 25 ${libdir}/maliit \
26 ${datadir} \ 26 ${datadir} \
27 " 27"
28 28
29FILES_${PN}-dbg += "${libdir}/maliit/plugins-*/.debug" 29FILES_${PN}-dbg += "${libdir}/maliit/plugins-*/.debug"
30 30
diff --git a/meta-oe/recipes-support/mbuffer/mbuffer_20091227.bb b/meta-oe/recipes-support/mbuffer/mbuffer_20091227.bb
index 5dda2fbe5..dcd8a47d2 100644
--- a/meta-oe/recipes-support/mbuffer/mbuffer_20091227.bb
+++ b/meta-oe/recipes-support/mbuffer/mbuffer_20091227.bb
@@ -12,7 +12,7 @@ SRC_URI[sha256sum] = "e708b66f6cec9ba090877e8eb38e5627ac69aea9ebd9bca1360a29c739
12inherit autotools 12inherit autotools
13 13
14do_configure() { 14do_configure() {
15 gnu-configize 15 gnu-configize
16 oe_runconf 16 oe_runconf
17} 17}
18 18
diff --git a/meta-oe/recipes-support/mime-support/mime-support_3.48.bb b/meta-oe/recipes-support/mime-support/mime-support_3.48.bb
index f281f6d80..e730102b1 100644
--- a/meta-oe/recipes-support/mime-support/mime-support_3.48.bb
+++ b/meta-oe/recipes-support/mime-support/mime-support_3.48.bb
@@ -15,43 +15,43 @@ inherit allarch
15docdir_append = "/${PN}" 15docdir_append = "/${PN}"
16 16
17do_install () { 17do_install () {
18 install -d ${D}${sysconfdir} 18 install -d ${D}${sysconfdir}
19 install -d ${D}${libdir}/mime/packages 19 install -d ${D}${libdir}/mime/packages
20 install -d ${D}${docdir} 20 install -d ${D}${docdir}
21 install -d ${D}${sbindir} 21 install -d ${D}${sbindir}
22 install -d ${D}${bindir} 22 install -d ${D}${bindir}
23 install -d ${D}${mandir}/man1 23 install -d ${D}${mandir}/man1
24 install -d ${D}${mandir}/man5 24 install -d ${D}${mandir}/man5
25 install -d ${D}${mandir}/man8 25 install -d ${D}${mandir}/man8
26 install -m 644 mime.types ${D}${sysconfdir}/ 26 install -m 644 mime.types ${D}${sysconfdir}/
27 install -m 644 mailcap ${D}${libdir}/mime/ 27 install -m 644 mailcap ${D}${libdir}/mime/
28 install -m 644 mailcap.order ${D}${sysconfdir}/ 28 install -m 644 mailcap.order ${D}${sysconfdir}/
29 install -m 644 mailcap.man ${D}${mandir}/man5/mailcap.5 29 install -m 644 mailcap.man ${D}${mandir}/man5/mailcap.5
30 install -m 644 mailcap.order.man ${D}${mandir}/man5/mailcap.order.5 30 install -m 644 mailcap.order.man ${D}${mandir}/man5/mailcap.order.5
31# install -m 755 install-mime ${D}${sbindir}/ 31# install -m 755 install-mime ${D}${sbindir}/
32# install -m 644 install-mime.man ${D}${mandir}/man8/install-mime.8 32# install -m 644 install-mime.man ${D}${mandir}/man8/install-mime.8
33 install -m 755 update-mime ${D}${sbindir}/ 33 install -m 755 update-mime ${D}${sbindir}/
34 install -m 644 update-mime.man ${D}${mandir}/man8/update-mime.8 34 install -m 644 update-mime.man ${D}${mandir}/man8/update-mime.8
35 install -m 755 run-mailcap ${D}${bindir}/ 35 install -m 755 run-mailcap ${D}${bindir}/
36 install -m 644 run-mailcap.man ${D}${mandir}/man1/run-mailcap.1 36 install -m 644 run-mailcap.man ${D}${mandir}/man1/run-mailcap.1
37# install -m 644 rfcs/* ${D}${docdir}/ 37# install -m 644 rfcs/* ${D}${docdir}/
38 install -m 644 debian/changelog ${D}${docdir}/changelog.Debian 38 install -m 644 debian/changelog ${D}${docdir}/changelog.Debian
39 install -m 644 debian/README ${D}${docdir}/copyright 39 install -m 644 debian/README ${D}${docdir}/copyright
40 install -m 755 debian-view ${D}${libdir}/mime/ 40 install -m 755 debian-view ${D}${libdir}/mime/
41 install -m 755 playaudio ${D}${libdir}/mime/ 41 install -m 755 playaudio ${D}${libdir}/mime/
42 install -m 755 playdsp ${D}${libdir}/mime/ 42 install -m 755 playdsp ${D}${libdir}/mime/
43 install -m 644 mailcap.entries ${D}${libdir}/mime/packages/mime-support 43 install -m 644 mailcap.entries ${D}${libdir}/mime/packages/mime-support
44 cd ${D}${mandir}; gzip -9fv */* 44 cd ${D}${mandir}; gzip -9fv */*
45 cd ${D}${docdir}; gzip -9v * 45 cd ${D}${docdir}; gzip -9v *
46 cd ${D}${docdir}; gunzip copyright.gz 46 cd ${D}${docdir}; gunzip copyright.gz
47 cd ${D}${bindir}; ln -s run-mailcap see 47 cd ${D}${bindir}; ln -s run-mailcap see
48 cd ${D}${bindir}; ln -s run-mailcap edit 48 cd ${D}${bindir}; ln -s run-mailcap edit
49 cd ${D}${bindir}; ln -s run-mailcap compose 49 cd ${D}${bindir}; ln -s run-mailcap compose
50 cd ${D}${bindir}; ln -s run-mailcap print 50 cd ${D}${bindir}; ln -s run-mailcap print
51 cd ${D}${mandir}/man1; ln -s run-mailcap.1.gz see.1.gz 51 cd ${D}${mandir}/man1; ln -s run-mailcap.1.gz see.1.gz
52 cd ${D}${mandir}/man1; ln -s run-mailcap.1.gz edit.1.gz 52 cd ${D}${mandir}/man1; ln -s run-mailcap.1.gz edit.1.gz
53 cd ${D}${mandir}/man1; ln -s run-mailcap.1.gz compose.1.gz 53 cd ${D}${mandir}/man1; ln -s run-mailcap.1.gz compose.1.gz
54 cd ${D}${mandir}/man1; ln -s run-mailcap.1.gz print.1.gz 54 cd ${D}${mandir}/man1; ln -s run-mailcap.1.gz print.1.gz
55} 55}
56 56
57SRC_URI[md5sum] = "d6e5d715e331147352c50c158dbdec6d" 57SRC_URI[md5sum] = "d6e5d715e331147352c50c158dbdec6d"
diff --git a/meta-oe/recipes-support/mini-iconv/mini-iconv.bb b/meta-oe/recipes-support/mini-iconv/mini-iconv.bb
index 3150013fa..56260975d 100644
--- a/meta-oe/recipes-support/mini-iconv/mini-iconv.bb
+++ b/meta-oe/recipes-support/mini-iconv/mini-iconv.bb
@@ -17,5 +17,5 @@ SRC_URI[sha256sum] = "3552262bf1bcf8e859a2a3a7adfb0367af8593383e730c492e981477aa
17S = "${WORKDIR}/${PN}" 17S = "${WORKDIR}/${PN}"
18 18
19do_install() { 19do_install() {
20 oe_runmake install DESTDIR=${D} PREFIX=${prefix} LIB=${base_libdir} 20 oe_runmake install DESTDIR=${D} PREFIX=${prefix} LIB=${base_libdir}
21} 21}
diff --git a/meta-oe/recipes-support/mysql/mysql5-native_5.1.40.bb b/meta-oe/recipes-support/mysql/mysql5-native_5.1.40.bb
index b2bbfc4aa..dcaf0c69c 100644
--- a/meta-oe/recipes-support/mysql/mysql5-native_5.1.40.bb
+++ b/meta-oe/recipes-support/mysql/mysql5-native_5.1.40.bb
@@ -12,12 +12,12 @@ EXTRA_OEMAKE = ""
12EXTRA_OECONF = " --with-embedded-server " 12EXTRA_OECONF = " --with-embedded-server "
13 13
14do_install() { 14do_install() {
15 oe_runmake 'DESTDIR=${D}' install 15 oe_runmake 'DESTDIR=${D}' install
16 mv -f ${D}${libdir}/mysql/* ${D}${libdir} 16 mv -f ${D}${libdir}/mysql/* ${D}${libdir}
17 rmdir ${D}${libdir}/mysql 17 rmdir ${D}${libdir}/mysql
18 18
19 install -d ${D}${bindir} 19 install -d ${D}${bindir}
20 install -m 0755 sql/gen_lex_hash ${D}${bindir}/ 20 install -m 0755 sql/gen_lex_hash ${D}${bindir}/
21} 21}
22 22
23SRC_URI[md5sum] = "32e7373c16271606007374396e6742ad" 23SRC_URI[md5sum] = "32e7373c16271606007374396e6742ad"
diff --git a/meta-oe/recipes-support/mysql/mysql5_5.1.40.inc b/meta-oe/recipes-support/mysql/mysql5_5.1.40.inc
index af0ddbb5c..3d79e193d 100644
--- a/meta-oe/recipes-support/mysql/mysql5_5.1.40.inc
+++ b/meta-oe/recipes-support/mysql/mysql5_5.1.40.inc
@@ -35,13 +35,13 @@ EXTRA_OEMAKE = "'GEN_LEX_HASH=${STAGING_BINDIR_NATIVE}/gen_lex_hash'"
35EXTRA_OECONF = " --with-atomic-ops=up --with-embedded-server --prefix=/usr --sysconfdir=/etc/mysql --localstatedir=/var/mysql --disable-dependency-tracking --without-raid --without-debug --with-low-memory --without-query-cache --without-man --without-docs --without-innodb " 35EXTRA_OECONF = " --with-atomic-ops=up --with-embedded-server --prefix=/usr --sysconfdir=/etc/mysql --localstatedir=/var/mysql --disable-dependency-tracking --without-raid --without-debug --with-low-memory --without-query-cache --without-man --without-docs --without-innodb "
36 36
37do_configure_append() { 37do_configure_append() {
38 sed -i /comp_err/d ${S}/sql/share/Makefile 38 sed -i /comp_err/d ${S}/sql/share/Makefile
39 39
40 # handle distros with different values of ${libexecdir} 40 # handle distros with different values of ${libexecdir}
41 libexecdir2=`echo ${libexecdir} | sed -e 's+/usr/++g'` 41 libexecdir2=`echo ${libexecdir} | sed -e 's+/usr/++g'`
42 sed -i -e "s:/libexec:/$libexecdir2:g" ${S}/scripts/mysql_install_db.sh 42 sed -i -e "s:/libexec:/$libexecdir2:g" ${S}/scripts/mysql_install_db.sh
43 sed -i -e "s:mysqld libexec:mysqld $libexecdir2:g" ${S}/scripts/mysql_install_db.sh 43 sed -i -e "s:mysqld libexec:mysqld $libexecdir2:g" ${S}/scripts/mysql_install_db.sh
44 sed -i -e "s:/libexec:/$libexecdir2:g" ${S}/scripts/mysqld_safe.sh 44 sed -i -e "s:/libexec:/$libexecdir2:g" ${S}/scripts/mysqld_safe.sh
45} 45}
46 46
47SYSROOT_PREPROCESS_FUNCS += "mysql5_sysroot_preprocess" 47SYSROOT_PREPROCESS_FUNCS += "mysql5_sysroot_preprocess"
@@ -52,45 +52,45 @@ SYSROOT_PREPROCESS_FUNCS += "mysql5_sysroot_preprocess"
52# plugindir is not fixed, but we don't create any plugins. 52# plugindir is not fixed, but we don't create any plugins.
53# 53#
54mysql5_sysroot_preprocess () { 54mysql5_sysroot_preprocess () {
55 sed -i -es,^pkgincludedir=.*,pkgincludedir=\'${STAGING_INCDIR}/mysql\', ${SYSROOT_DESTDIR}${bindir_crossscripts}/mysql_config 55 sed -i -es,^pkgincludedir=.*,pkgincludedir=\'${STAGING_INCDIR}/mysql\', ${SYSROOT_DESTDIR}${bindir_crossscripts}/mysql_config
56 sed -i -es,^pkglibdir=.*,pkglibdir=\'${STAGING_LIBDIR}\', ${SYSROOT_DESTDIR}${bindir_crossscripts}/mysql_config 56 sed -i -es,^pkglibdir=.*,pkglibdir=\'${STAGING_LIBDIR}\', ${SYSROOT_DESTDIR}${bindir_crossscripts}/mysql_config
57} 57}
58 58
59do_install() { 59do_install() {
60 oe_runmake 'DESTDIR=${D}' install 60 oe_runmake 'DESTDIR=${D}' install
61 mv -f ${D}${libdir}/mysql/* ${D}${libdir} 61 mv -f ${D}${libdir}/mysql/* ${D}${libdir}
62 rmdir ${D}${libdir}/mysql 62 rmdir ${D}${libdir}/mysql
63 63
64 install -d ${D}/etc/init.d 64 install -d ${D}/etc/init.d
65 install -m 0644 ${WORKDIR}/my.cnf ${D}/etc/ 65 install -m 0644 ${WORKDIR}/my.cnf ${D}/etc/
66 install -m 0755 ${WORKDIR}/mysqld.sh ${D}/etc/init.d/mysqld 66 install -m 0755 ${WORKDIR}/mysqld.sh ${D}/etc/init.d/mysqld
67} 67}
68 68
69pkg_postinst_mysql5-server () { 69pkg_postinst_mysql5-server () {
70 if [ "x$D" != "x" ]; then 70 if [ "x$D" != "x" ]; then
71 exit 1 71 exit 1
72 fi 72 fi
73 73
74 grep mysql /etc/passwd || adduser --disabled-password --home=/var/mysql --ingroup nogroup mysql 74 grep mysql /etc/passwd || adduser --disabled-password --home=/var/mysql --ingroup nogroup mysql
75 75
76 #Install the database 76 #Install the database
77 test -d /usr/bin || mkdir -p /usr/bin 77 test -d /usr/bin || mkdir -p /usr/bin
78 test -e /usr/bin/hostname || ln -s /bin/hostname /usr/bin/hostname 78 test -e /usr/bin/hostname || ln -s /bin/hostname /usr/bin/hostname
79 mkdir /var/lib/mysql 79 mkdir /var/lib/mysql
80 chown mysql.nogroup /var/lib/mysql 80 chown mysql.nogroup /var/lib/mysql
81 81
82 mysql_install_db 82 mysql_install_db
83 83
84} 84}
85 85
86pkg_postrm_mysql5-server () { 86pkg_postrm_mysql5-server () {
87 grep mysql /etc/passwd && deluser mysql 87 grep mysql /etc/passwd && deluser mysql
88} 88}
89 89
90PACKAGES = "${PN}-dbg ${PN} \ 90PACKAGES = "${PN}-dbg ${PN} \
91libmysqlclient-r libmysqlclient-r-dev libmysqlclient-r-staticdev libmysqlclient-r-dbg \ 91 libmysqlclient-r libmysqlclient-r-dev libmysqlclient-r-staticdev libmysqlclient-r-dbg \
92libmysqlclient libmysqlclient-dev libmysqlclient-staticdev libmysqlclient-dbg \ 92 libmysqlclient libmysqlclient-dev libmysqlclient-staticdev libmysqlclient-dbg \
93${PN}-client ${PN}-server ${PN}-leftovers" 93 ${PN}-client ${PN}-server ${PN}-leftovers"
94CONFFILES_${PN}-server += "${sysconfdir}/my.cnf" 94CONFFILES_${PN}-server += "${sysconfdir}/my.cnf"
95 95
96FILES_${PN} = " " 96FILES_${PN} = " "
@@ -98,95 +98,95 @@ RDEPENDS_${PN} = "${PN}-client ${PN}-server"
98ALLOW_EMPTY_${PN} = "1" 98ALLOW_EMPTY_${PN} = "1"
99 99
100FILES_libmysqlclient = "\ 100FILES_libmysqlclient = "\
101${libdir}/libmysqlclient.so.* \ 101 ${libdir}/libmysqlclient.so.* \
102${libdir}/plugin/*.so.*" 102 ${libdir}/plugin/*.so.*"
103FILES_libmysqlclient-dev = " \ 103FILES_libmysqlclient-dev = " \
104${includedir}/mysql/ \ 104 ${includedir}/mysql/ \
105${libdir}/libmysqlclient.so \ 105 ${libdir}/libmysqlclient.so \
106${libdir}/libmysqlclient.la \ 106 ${libdir}/libmysqlclient.la \
107${libdir}/plugin/*.so \ 107 ${libdir}/plugin/*.so \
108${libdir}/plugin/*.la \ 108 ${libdir}/plugin/*.la \
109${sysconfdir}/aclocal \ 109 ${sysconfdir}/aclocal \
110${bindir}/mysql_config" 110 ${bindir}/mysql_config"
111FILES_libmysqlclient-staticdev = "\ 111FILES_libmysqlclient-staticdev = "\
112${libdir}/*.a \ 112 ${libdir}/*.a \
113${libdir}/plugin/*.a" 113 ${libdir}/plugin/*.a"
114FILES_libmysqlclient-dbg = "${libdir}/plugin/.debug/ \ 114FILES_libmysqlclient-dbg = "${libdir}/plugin/.debug/ \
115/usr/mysql-test/lib/My/SafeProcess/.debug/my_safe_process" 115 /usr/mysql-test/lib/My/SafeProcess/.debug/my_safe_process"
116 116
117FILES_libmysqlclient-r = "${libdir}/libmysqlclient_r.so.*" 117FILES_libmysqlclient-r = "${libdir}/libmysqlclient_r.so.*"
118FILES_libmysqlclient-r-dev = "\ 118FILES_libmysqlclient-r-dev = "\
119${libdir}/libmysqlclient_r.so \ 119 ${libdir}/libmysqlclient_r.so \
120${libdir}/libmysqlclient_r.la" 120 ${libdir}/libmysqlclient_r.la"
121FILES_libmysqlclient-r-staticdev = "${libdir}/libmysqlclient_r.a" 121FILES_libmysqlclient-r-staticdev = "${libdir}/libmysqlclient_r.a"
122FILES_libmysqlclient-r-dbg = "${libdir}/plugin/.debuglibmysqlclient_r.so.*" 122FILES_libmysqlclient-r-dbg = "${libdir}/plugin/.debuglibmysqlclient_r.so.*"
123 123
124FILES_${PN}-client = "\ 124FILES_${PN}-client = "\
125${bindir}/myisam_ftdump \ 125 ${bindir}/myisam_ftdump \
126${bindir}/mysql \ 126 ${bindir}/mysql \
127${bindir}/mysql_client_test \ 127 ${bindir}/mysql_client_test \
128${bindir}/mysql_client_test_embedded \ 128 ${bindir}/mysql_client_test_embedded \
129${bindir}/mysql_find_rows \ 129 ${bindir}/mysql_find_rows \
130${bindir}/mysql_fix_extensions \ 130 ${bindir}/mysql_fix_extensions \
131${bindir}/mysql_waitpid \ 131 ${bindir}/mysql_waitpid \
132${bindir}/mysqlaccess \ 132 ${bindir}/mysqlaccess \
133${bindir}/mysqladmin \ 133 ${bindir}/mysqladmin \
134${bindir}/mysqlbug \ 134 ${bindir}/mysqlbug \
135${bindir}/mysqlcheck \ 135 ${bindir}/mysqlcheck \
136${bindir}/mysqldump \ 136 ${bindir}/mysqldump \
137${bindir}/mysqldumpslow \ 137 ${bindir}/mysqldumpslow \
138${bindir}/mysqlimport \ 138 ${bindir}/mysqlimport \
139${bindir}/mysqlshow \ 139 ${bindir}/mysqlshow \
140${bindir}/mysqlslap \ 140 ${bindir}/mysqlslap \
141${bindir}/mysqltest_embedded \ 141 ${bindir}/mysqltest_embedded \
142${libexecdir}/mysqlmanager" 142 ${libexecdir}/mysqlmanager"
143 143
144FILES_${PN}-server = "\ 144FILES_${PN}-server = "\
145${bindir}/comp_err \ 145 ${bindir}/comp_err \
146${bindir}/isamchk \ 146 ${bindir}/isamchk \
147${bindir}/isamlog \ 147 ${bindir}/isamlog \
148${bindir}/msql2mysql \ 148 ${bindir}/msql2mysql \
149${bindir}/my_print_defaults \ 149 ${bindir}/my_print_defaults \
150${bindir}/myisamchk \ 150 ${bindir}/myisamchk \
151${bindir}/myisamlog \ 151 ${bindir}/myisamlog \
152${bindir}/myisampack \ 152 ${bindir}/myisampack \
153${bindir}/mysql_convert_table_format \ 153 ${bindir}/mysql_convert_table_format \
154${bindir}/mysql_fix_privilege_tables \ 154 ${bindir}/mysql_fix_privilege_tables \
155${bindir}/mysql_install_db \ 155 ${bindir}/mysql_install_db \
156${bindir}/mysql_secure_installation \ 156 ${bindir}/mysql_secure_installation \
157${bindir}/mysql_setpermission \ 157 ${bindir}/mysql_setpermission \
158${bindir}/mysql_tzinfo_to_sql \ 158 ${bindir}/mysql_tzinfo_to_sql \
159${bindir}/mysql_upgrade \ 159 ${bindir}/mysql_upgrade \
160${bindir}/mysql_zap \ 160 ${bindir}/mysql_zap \
161${bindir}/mysqlbinlog \ 161 ${bindir}/mysqlbinlog \
162${bindir}/mysqld_multi \ 162 ${bindir}/mysqld_multi \
163${bindir}/mysqld_safe \ 163 ${bindir}/mysqld_safe \
164${bindir}/mysqlhotcopy \ 164 ${bindir}/mysqlhotcopy \
165${bindir}/mysqltest \ 165 ${bindir}/mysqltest \
166${bindir}/ndb_delete_all \ 166 ${bindir}/ndb_delete_all \
167${bindir}/ndb_desc \ 167 ${bindir}/ndb_desc \
168${bindir}/ndb_drop_index \ 168 ${bindir}/ndb_drop_index \
169${bindir}/ndb_drop_table \ 169 ${bindir}/ndb_drop_table \
170${bindir}/ndb_mgm \ 170 ${bindir}/ndb_mgm \
171${bindir}/ndb_restore \ 171 ${bindir}/ndb_restore \
172${bindir}/ndb_select_all \ 172 ${bindir}/ndb_select_all \
173${bindir}/ndb_select_count \ 173 ${bindir}/ndb_select_count \
174${bindir}/ndb_show_tables \ 174 ${bindir}/ndb_show_tables \
175${bindir}/ndb_waiter \ 175 ${bindir}/ndb_waiter \
176${bindir}/pack_isam \ 176 ${bindir}/pack_isam \
177${bindir}/perror \ 177 ${bindir}/perror \
178${bindir}/replace \ 178 ${bindir}/replace \
179${bindir}/resolve_stack_dump \ 179 ${bindir}/resolve_stack_dump \
180${bindir}/resolveip \ 180 ${bindir}/resolveip \
181${libexecdir}/mysqld \ 181 ${libexecdir}/mysqld \
182${sbindir}/mysqld \ 182 ${sbindir}/mysqld \
183${sbindir}/ndb_cpcd \ 183 ${sbindir}/ndb_cpcd \
184${sbindir}/ndbd \ 184 ${sbindir}/ndbd \
185${sbindir}/ndb_mgmd \ 185 ${sbindir}/ndb_mgmd \
186${datadir}/mysql/ \ 186 ${datadir}/mysql/ \
187${localstatedir}/mysql/ \ 187 ${localstatedir}/mysql/ \
188${sysconfdir}/init.d \ 188 ${sysconfdir}/init.d \
189${sysconfdir}/my.cnf" 189 ${sysconfdir}/my.cnf"
190 190
191DESCRIPTION_${PN}-leftovers = "unpackaged and probably unneeded files for ${PN}" 191DESCRIPTION_${PN}-leftovers = "unpackaged and probably unneeded files for ${PN}"
192FILES_${PN}-leftovers = "/" 192FILES_${PN}-leftovers = "/"
diff --git a/meta-oe/recipes-support/nmon/nmon_13g.bb b/meta-oe/recipes-support/nmon/nmon_13g.bb
index bc82c0ac6..38ea3e52f 100644
--- a/meta-oe/recipes-support/nmon/nmon_13g.bb
+++ b/meta-oe/recipes-support/nmon/nmon_13g.bb
@@ -20,10 +20,10 @@ LDFLAGS += "-ltinfo -lncursesw"
20ASNEEDED_pn-nmon = "" 20ASNEEDED_pn-nmon = ""
21 21
22do_compile() { 22do_compile() {
23 ${CC} ${CFLAGS} ${LDFLAGS} ${WORKDIR}/lmon13g.c -o nmon 23 ${CC} ${CFLAGS} ${LDFLAGS} ${WORKDIR}/lmon13g.c -o nmon
24} 24}
25 25
26do_install() { 26do_install() {
27 install -d ${D}${bindir} 27 install -d ${D}${bindir}
28 install -m 0755 nmon ${D}${bindir} 28 install -m 0755 nmon ${D}${bindir}
29} 29}
diff --git a/meta-oe/recipes-support/nonworking/fftw/benchfft_3.1.bb b/meta-oe/recipes-support/nonworking/fftw/benchfft_3.1.bb
index 52fd1bfc9..7d8501609 100644
--- a/meta-oe/recipes-support/nonworking/fftw/benchfft_3.1.bb
+++ b/meta-oe/recipes-support/nonworking/fftw/benchfft_3.1.bb
@@ -12,7 +12,7 @@ EXTRA_OECONF = "--disable-fortran --enable-single --enable-shared"
12inherit autotools pkgconfig 12inherit autotools pkgconfig
13 13
14do_compile_prepend() { 14do_compile_prepend() {
15 sed -i -e 's:all-recursive:$(RECURSIVE_TARGETS):g' ${S}/Makefile 15 sed -i -e 's:all-recursive:$(RECURSIVE_TARGETS):g' ${S}/Makefile
16} 16}
17 17
18SRC_URI[md5sum] = "9356e5e9dcb3f1481977009720a2ccf8" 18SRC_URI[md5sum] = "9356e5e9dcb3f1481977009720a2ccf8"
diff --git a/meta-oe/recipes-support/nonworking/syslog-ng/syslog-ng.inc b/meta-oe/recipes-support/nonworking/syslog-ng/syslog-ng.inc
index bac1be169..84846587b 100644
--- a/meta-oe/recipes-support/nonworking/syslog-ng/syslog-ng.inc
+++ b/meta-oe/recipes-support/nonworking/syslog-ng/syslog-ng.inc
@@ -16,41 +16,41 @@ SRC_URI = "http://www.balabit.com/downloads/files/syslog-ng/sources/${PV}/source
16noipv6 = "${@base_contains('DISTRO_FEATURES', 'ipv6', '', '--disable-ipv6', d)}" 16noipv6 = "${@base_contains('DISTRO_FEATURES', 'ipv6', '', '--disable-ipv6', d)}"
17 17
18EXTRA_OECONF = " \ 18EXTRA_OECONF = " \
19 --with-libnet=${STAGING_BINDIR_CROSS} \ 19 --with-libnet=${STAGING_BINDIR_CROSS} \
20 --enable-dynamic-linking \ 20 --enable-dynamic-linking \
21 ${noipv6} \ 21 ${noipv6} \
22 --enable-ssl \ 22 --enable-ssl \
23 --disable-sub-streams \ 23 --disable-sub-streams \
24 --disable-pacct \ 24 --disable-pacct \
25 --disable-linux-caps \ 25 --disable-linux-caps \
26 --disable-pcre \ 26 --disable-pcre \
27 --disable-sql \ 27 --disable-sql \
28" 28"
29 29
30EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemdsystemunitdir=${systemd_unitdir}/system/', '--without-systemdsystemunitdir', d)}" 30EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemdsystemunitdir=${systemd_unitdir}/system/', '--without-systemdsystemunitdir', d)}"
31EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'systemd', '--enable-systemd', '--disable-systemd', d)}" 31EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'systemd', '--enable-systemd', '--disable-systemd', d)}"
32 32
33do_configure_prepend() { 33do_configure_prepend() {
34 eval "${@base_contains('DISTRO_FEATURES', 'largefile', '', 'sed -i -e "s/-D_LARGEFILE_SOURCE//" -e "s/-D_FILE_OFFSET_BITS=64//" ${S}/configure.in', d)}" 34 eval "${@base_contains('DISTRO_FEATURES', 'largefile', '', 'sed -i -e "s/-D_LARGEFILE_SOURCE//" -e "s/-D_FILE_OFFSET_BITS=64//" ${S}/configure.in', d)}"
35} 35}
36 36
37# rename modules.conf because it breaks update-modules 37# rename modules.conf because it breaks update-modules
38# see http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-October/035537.html 38# see http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-October/035537.html
39do_install_append() { 39do_install_append() {
40 mv ${D}/${sysconfdir}/modules.conf ${D}/${sysconfdir}/scl-modules.conf 40 mv ${D}/${sysconfdir}/modules.conf ${D}/${sysconfdir}/scl-modules.conf
41 sed -i "s#@include 'modules.conf'#@include 'scl-modules.conf'#g" ${D}/${sysconfdir}/scl.conf 41 sed -i "s#@include 'modules.conf'#@include 'scl-modules.conf'#g" ${D}/${sysconfdir}/scl.conf
42 install -d ${D}/${sysconfdir}/${PN} 42 install -d ${D}/${sysconfdir}/${PN}
43 install ${WORKDIR}/syslog-ng.conf ${D}${sysconfdir}/${PN}.conf 43 install ${WORKDIR}/syslog-ng.conf ${D}${sysconfdir}/${PN}.conf
44 install -d ${D}/${sysconfdir}/init.d 44 install -d ${D}/${sysconfdir}/init.d
45 install -m 755 ${WORKDIR}/initscript ${D}/${sysconfdir}/init.d/syslog.${PN} 45 install -m 755 ${WORKDIR}/initscript ${D}/${sysconfdir}/init.d/syslog.${PN}
46} 46}
47 47
48FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*${SOLIBS} \ 48FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*${SOLIBS} \
49 ${sysconfdir} ${sharedstatedir} ${localstatedir} \ 49 ${sysconfdir} ${sharedstatedir} ${localstatedir} \
50 ${base_bindir}/* ${base_sbindir}/* \ 50 ${base_bindir}/* ${base_sbindir}/* \
51 ${base_libdir}/*${SOLIBS} \ 51 ${base_libdir}/*${SOLIBS} \
52 ${datadir}/${BPN} ${libdir}/${BPN}/*${SOLIBS} \ 52 ${datadir}/${BPN} ${libdir}/${BPN}/*${SOLIBS} \
53 ${datadir}/include/scl/ ${datadir}/xsd" 53 ${datadir}/include/scl/ ${datadir}/xsd"
54FILES_${PN}-dev += "${libdir}/${BPN}/lib*.la ${libdir}/${BPN}/*${SOLIBSDEV}" 54FILES_${PN}-dev += "${libdir}/${BPN}/lib*.la ${libdir}/${BPN}/*${SOLIBSDEV}"
55CONFFILES_${PN} = "${sysconfdir}/${PN}.conf ${sysconfdir}/scl.conf ${sysconfdir}/scl-modules.conf" 55CONFFILES_${PN} = "${sysconfdir}/${PN}.conf ${sysconfdir}/scl.conf ${sysconfdir}/scl-modules.conf"
56 56
@@ -60,39 +60,39 @@ RCONFLICTS_${PN} += "${PN}-systemd"
60SYSTEMD_SERVICE_${PN} = "${PN}.service" 60SYSTEMD_SERVICE_${PN} = "${PN}.service"
61 61
62pkg_postinst_${PN} () { 62pkg_postinst_${PN} () {
63 /etc/init.d/syslog stop 63 /etc/init.d/syslog stop
64 update-alternatives --install ${sysconfdir}/init.d/syslog syslog-init syslog.${PN} 200 64 update-alternatives --install ${sysconfdir}/init.d/syslog syslog-init syslog.${PN} 200
65 65
66 if test "x$D" != "x"; then 66 if test "x$D" != "x"; then
67 OPT="-r $D" 67 OPT="-r $D"
68 else 68 else
69 OPT="-s" 69 OPT="-s"
70 fi 70 fi
71 # remove all rc.d-links potentially created from alternative 71 # remove all rc.d-links potentially created from alternative
72 # syslog packages before creating new ones 72 # syslog packages before creating new ones
73 update-rc.d $OPT -f syslog remove 73 update-rc.d $OPT -f syslog remove
74 update-rc.d $OPT syslog start 20 2 3 4 5 . stop 90 0 1 6 . 74 update-rc.d $OPT syslog start 20 2 3 4 5 . stop 90 0 1 6 .
75} 75}
76 76
77pkg_prerm_${PN} () { 77pkg_prerm_${PN} () {
78 if test "x$D" = "x"; then 78 if test "x$D" = "x"; then
79 if test "$1" = "upgrade" -o "$1" = "remove"; then 79 if test "$1" = "upgrade" -o "$1" = "remove"; then
80 /etc/init.d/syslog stop 80 /etc/init.d/syslog stop
81 fi
82 fi 81 fi
82 fi
83 83
84 update-alternatives --remove syslog-init syslog.${PN} 84 update-alternatives --remove syslog-init syslog.${PN}
85} 85}
86 86
87pkg_postrm_${PN} () { 87pkg_postrm_${PN} () {
88 if test "x$D" != "x"; then 88 if test "x$D" != "x"; then
89 OPT="-r $D" 89 OPT="-r $D"
90 else 90 else
91 OPT="" 91 OPT=""
92 fi 92 fi
93 if test "$1" = "remove" -o "$1" = "purge"; then 93 if test "$1" = "remove" -o "$1" = "purge"; then
94 if ! test -e "/etc/init.d/syslog"; then 94 if ! test -e "/etc/init.d/syslog"; then
95 update-rc.d $OPT syslog remove 95 update-rc.d $OPT syslog remove
96 fi
97 fi 96 fi
97 fi
98} 98}
diff --git a/meta-oe/recipes-support/nonworking/syslog-ng/syslog-ng_3.2.5.bb b/meta-oe/recipes-support/nonworking/syslog-ng/syslog-ng_3.2.5.bb
index 62faa83b2..6d1fee7ae 100644
--- a/meta-oe/recipes-support/nonworking/syslog-ng/syslog-ng_3.2.5.bb
+++ b/meta-oe/recipes-support/nonworking/syslog-ng/syslog-ng_3.2.5.bb
@@ -2,8 +2,8 @@ require syslog-ng.inc
2PR = "${INC_PR}.1" 2PR = "${INC_PR}.1"
3 3
4SRC_URI += " \ 4SRC_URI += " \
5 file://syslog-ng.conf \ 5 file://syslog-ng.conf \
6 file://initscript \ 6 file://initscript \
7" 7"
8 8
9SRC_URI[md5sum] = "60737452ce898f9dc7170dfdc9bfd732" 9SRC_URI[md5sum] = "60737452ce898f9dc7170dfdc9bfd732"
diff --git a/meta-oe/recipes-support/opencv/opencv-samples_2.4.3.bb b/meta-oe/recipes-support/opencv/opencv-samples_2.4.3.bb
index 3d76226c2..50efd77bf 100644
--- a/meta-oe/recipes-support/opencv/opencv-samples_2.4.3.bb
+++ b/meta-oe/recipes-support/opencv/opencv-samples_2.4.3.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://include/opencv2/opencv.hpp;endline=41;md5=6d690d8488a
9" 9"
10 10
11SRC_URI = "${SOURCEFORGE_MIRROR}/opencvlibrary/opencv-unix/${PV}/OpenCV-${PV}.tar.bz2 \ 11SRC_URI = "${SOURCEFORGE_MIRROR}/opencvlibrary/opencv-unix/${PV}/OpenCV-${PV}.tar.bz2 \
12 " 12"
13 13
14SRC_URI[md5sum] = "c0a5af4ff9d0d540684c0bf00ef35dbe" 14SRC_URI[md5sum] = "c0a5af4ff9d0d540684c0bf00ef35dbe"
15SRC_URI[sha256sum] = "f8fbe985978d4eae73e8c3b526ed40a37d4761d2029a5b035233f58146f6f59b" 15SRC_URI[sha256sum] = "f8fbe985978d4eae73e8c3b526ed40a37d4761d2029a5b035233f58146f6f59b"
@@ -18,23 +18,23 @@ S = "${WORKDIR}/OpenCV-${PV}"
18 18
19do_install() { 19do_install() {
20 cd samples/c 20 cd samples/c
21 install -d ${D}/${bindir} 21 install -d ${D}/${bindir}
22 install -d ${D}/${datadir}/opencv/samples 22 install -d ${D}/${datadir}/opencv/samples
23 23
24 cp * ${D}/${datadir}/opencv/samples || true 24 cp * ${D}/${datadir}/opencv/samples || true
25 25
26 for i in *.c; do 26 for i in *.c; do
27 echo "compiling $i" 27 echo "compiling $i"
28 ${CXX} ${CFLAGS} ${LDFLAGS} -ggdb `pkg-config --cflags opencv` -o `basename $i .c` $i `pkg-config --libs opencv` || true 28 ${CXX} ${CFLAGS} ${LDFLAGS} -ggdb `pkg-config --cflags opencv` -o `basename $i .c` $i `pkg-config --libs opencv` || true
29 install -m 0755 `basename $i .c` ${D}/${bindir} || true 29 install -m 0755 `basename $i .c` ${D}/${bindir} || true
30 rm ${D}/${datadir}/opencv/samples/`basename $i .c` || true 30 rm ${D}/${datadir}/opencv/samples/`basename $i .c` || true
31 done 31 done
32 for i in *.cpp; do 32 for i in *.cpp; do
33 echo "compiling $i" 33 echo "compiling $i"
34 ${CXX} ${CFLAGS} ${LDFLAGS} -ggdb `pkg-config --cflags opencv` -o `basename $i .cpp` $i `pkg-config --libs opencv` || true 34 ${CXX} ${CFLAGS} ${LDFLAGS} -ggdb `pkg-config --cflags opencv` -o `basename $i .cpp` $i `pkg-config --libs opencv` || true
35 install -m 0755 `basename $i .cpp` ${D}/${bindir} || true 35 install -m 0755 `basename $i .cpp` ${D}/${bindir} || true
36 rm ${D}/${datadir}/opencv/samples/`basename $i .cpp` || true 36 rm ${D}/${datadir}/opencv/samples/`basename $i .cpp` || true
37 done 37 done
38} 38}
39 39
40FILES_${PN}-dev += "${datadir}/opencv/samples/*.c* ${datadir}/opencv/samples/*.vcp* ${datadir}/opencv/samples/build*" 40FILES_${PN}-dev += "${datadir}/opencv/samples/*.c* ${datadir}/opencv/samples/*.vcp* ${datadir}/opencv/samples/build*"
diff --git a/meta-oe/recipes-support/opencv/opencv_2.4.3.bb b/meta-oe/recipes-support/opencv/opencv_2.4.3.bb
index 916c8c57e..39b608a33 100644
--- a/meta-oe/recipes-support/opencv/opencv_2.4.3.bb
+++ b/meta-oe/recipes-support/opencv/opencv_2.4.3.bb
@@ -11,7 +11,7 @@ DEPENDS = "python-numpy v4l-utils libav gtk+ libtool swig swig-native python jpe
11 11
12SRC_URI = "${SOURCEFORGE_MIRROR}/opencvlibrary/opencv-unix/${PV}/OpenCV-${PV}.tar.bz2 \ 12SRC_URI = "${SOURCEFORGE_MIRROR}/opencvlibrary/opencv-unix/${PV}/OpenCV-${PV}.tar.bz2 \
13 file://opencv-fix-pkgconfig-generation.patch \ 13 file://opencv-fix-pkgconfig-generation.patch \
14 " 14"
15 15
16SRC_URI[md5sum] = "c0a5af4ff9d0d540684c0bf00ef35dbe" 16SRC_URI[md5sum] = "c0a5af4ff9d0d540684c0bf00ef35dbe"
17SRC_URI[sha256sum] = "f8fbe985978d4eae73e8c3b526ed40a37d4761d2029a5b035233f58146f6f59b" 17SRC_URI[sha256sum] = "f8fbe985978d4eae73e8c3b526ed40a37d4761d2029a5b035233f58146f6f59b"
@@ -32,7 +32,7 @@ EXTRA_OECMAKE = "-DPYTHON_NUMPY_INCLUDE_DIR:PATH=${STAGING_LIBDIR}/${PYTHON_DIR}
32 -DWITH_GTK=ON \ 32 -DWITH_GTK=ON \
33 -DCMAKE_SKIP_RPATH=ON \ 33 -DCMAKE_SKIP_RPATH=ON \
34 ${@bb.utils.contains("TARGET_CC_ARCH", "-msse3", "-DENABLE_SSE=1 -DENABLE_SSE2=1 -DENABLE_SSE3=1 -DENABLE_SSSE3=1", "", d)} \ 34 ${@bb.utils.contains("TARGET_CC_ARCH", "-msse3", "-DENABLE_SSE=1 -DENABLE_SSE2=1 -DENABLE_SSE3=1 -DENABLE_SSSE3=1", "", d)} \
35 " 35"
36 36
37inherit distutils-base pkgconfig cmake 37inherit distutils-base pkgconfig cmake
38 38
@@ -81,6 +81,6 @@ FILES_python-opencv = "${PYTHON_SITEPACKAGES_DIR}/*"
81RDEPENDS_python-opencv = "python-core python-numpy" 81RDEPENDS_python-opencv = "python-core python-numpy"
82 82
83do_install_append() { 83do_install_append() {
84 cp ${S}/include/opencv/*.h ${D}${includedir}/opencv/ 84 cp ${S}/include/opencv/*.h ${D}${includedir}/opencv/
85 sed -i '/blobtrack/d' ${D}${includedir}/opencv/cvaux.h 85 sed -i '/blobtrack/d' ${D}${includedir}/opencv/cvaux.h
86} 86}
diff --git a/meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb b/meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb
index 98882462f..f45094941 100644
--- a/meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb
+++ b/meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb
@@ -22,10 +22,10 @@ PACKAGES += "${PN}-bin"
22FILES_${PN}-bin = "${bindir}" 22FILES_${PN}-bin = "${bindir}"
23 23
24do_compile() { 24do_compile() {
25 ( 25 (
26 # HACK: build a native binaries need during the build 26 # HACK: build a native binaries need during the build
27 unset CC LD CXX CCLD CFLAGS 27 unset CC LD CXX CCLD CFLAGS
28 oe_runmake -C config/util CC="${BUILD_CC}" LD="${BUILD_LD}" CXX="${BUILD_CXX}" LIBS="" makestrs 28 oe_runmake -C config/util CC="${BUILD_CC}" LD="${BUILD_LD}" CXX="${BUILD_CXX}" LIBS="" makestrs
29 ) 29 )
30 if [ "$?" != "0" ]; then 30 if [ "$?" != "0" ]; then
31 exit 1 31 exit 1
diff --git a/meta-oe/recipes-support/p910nd/p910nd_0.95.bb b/meta-oe/recipes-support/p910nd/p910nd_0.95.bb
index 29051475f..6880e1c9f 100644
--- a/meta-oe/recipes-support/p910nd/p910nd_0.95.bb
+++ b/meta-oe/recipes-support/p910nd/p910nd_0.95.bb
@@ -12,10 +12,10 @@ SRC_URI[md5sum] = "c7ac6afdf7730ac8387a8e87198d4491"
12SRC_URI[sha256sum] = "7d78642c86dc247fbdef1ff85c56629dcdc6b2a457c786420299e284fffcb029" 12SRC_URI[sha256sum] = "7d78642c86dc247fbdef1ff85c56629dcdc6b2a457c786420299e284fffcb029"
13 13
14do_compile () { 14do_compile () {
15 ${CC} ${LDFLAGS} -o p910nd p910nd.c 15 ${CC} ${LDFLAGS} -o p910nd p910nd.c
16} 16}
17 17
18do_install () { 18do_install () {
19 install -D -m 0755 ${S}/p910nd ${D}${sbindir}/p910nd 19 install -D -m 0755 ${S}/p910nd ${D}${sbindir}/p910nd
20 install -D -m 0644 ${S}/p910nd.conf ${D}${sysconfdir}/p910nd.conf 20 install -D -m 0644 ${S}/p910nd.conf ${D}${sysconfdir}/p910nd.conf
21} 21}
diff --git a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb
index 04ec03c9a..266781a52 100644
--- a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb
+++ b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb
@@ -13,10 +13,10 @@ PR = "r3"
13inherit autotools systemd 13inherit autotools systemd
14 14
15EXTRA_OECONF = " \ 15EXTRA_OECONF = " \
16 --disable-libusb \ 16 --disable-libusb \
17 --enable-libudev \ 17 --enable-libudev \
18 --enable-usbdropdir=${libdir}/pcsc/drivers \ 18 --enable-usbdropdir=${libdir}/pcsc/drivers \
19 " 19"
20 20
21S = "${WORKDIR}/pcsc-lite-${PV}" 21S = "${WORKDIR}/pcsc-lite-${PV}"
22 22
diff --git a/meta-oe/recipes-support/picocom/picocom_1.6.bb b/meta-oe/recipes-support/picocom/picocom_1.6.bb
index b7744aa17..9fdd9d682 100644
--- a/meta-oe/recipes-support/picocom/picocom_1.6.bb
+++ b/meta-oe/recipes-support/picocom/picocom_1.6.bb
@@ -9,8 +9,8 @@ SRC_URI = "http://picocom.googlecode.com/files/picocom-1.6.tar.gz"
9CPPFLAGS_append = '-DVERSION_STR=\\"${PV}\\" -DUUCP_LOCK_DIR=\\"/var/lock\\" -DHIGH_BAUD' 9CPPFLAGS_append = '-DVERSION_STR=\\"${PV}\\" -DUUCP_LOCK_DIR=\\"/var/lock\\" -DHIGH_BAUD'
10 10
11do_install () { 11do_install () {
12 install -d ${D}${bindir} 12 install -d ${D}${bindir}
13 install -m 0755 ${PN} pcasc pcxm pcym pczm ${D}${bindir}/ 13 install -m 0755 ${PN} pcasc pcxm pcym pczm ${D}${bindir}/
14} 14}
15 15
16SRC_URI[md5sum] = "426c3d30b82cbc80b0dafdccd6020c6c" 16SRC_URI[md5sum] = "426c3d30b82cbc80b0dafdccd6020c6c"
diff --git a/meta-oe/recipes-support/pidgin/pidgin.inc b/meta-oe/recipes-support/pidgin/pidgin.inc
index 340e7f2b0..bdeefa9be 100644
--- a/meta-oe/recipes-support/pidgin/pidgin.inc
+++ b/meta-oe/recipes-support/pidgin/pidgin.inc
@@ -8,21 +8,21 @@ INC_PR = "r3"
8inherit autotools gettext pkgconfig gconf perlnative 8inherit autotools gettext pkgconfig gconf perlnative
9 9
10EXTRA_OECONF = " \ 10EXTRA_OECONF = " \
11 --enable-vv \ 11 --enable-vv \
12 --disable-perl \ 12 --disable-perl \
13 --disable-tcl \ 13 --disable-tcl \
14 --disable-gevolution \ 14 --disable-gevolution \
15 --disable-schemas-install \ 15 --disable-schemas-install \
16 --x-includes=${STAGING_INCDIR} \ 16 --x-includes=${STAGING_INCDIR} \
17 --x-libraries=${STAGING_LIBDIR} \ 17 --x-libraries=${STAGING_LIBDIR} \
18 --enable-gnutls=yes \ 18 --enable-gnutls=yes \
19 --with-ncurses-headers=${STAGING_INCDIR} \ 19 --with-ncurses-headers=${STAGING_INCDIR} \
20 --with-gnutls-includes=${STAGING_INCDIR} \ 20 --with-gnutls-includes=${STAGING_INCDIR} \
21 --with-gnutls-libs=${STAGING_LIBDIR} \ 21 --with-gnutls-libs=${STAGING_LIBDIR} \
22 " 22"
23 23
24do_configure_prepend() { 24do_configure_prepend() {
25 touch ${S}/po/Makefile 25 touch ${S}/po/Makefile
26} 26}
27 27
28OE_LT_RPATH_ALLOW=":${libdir}/purple-2:" 28OE_LT_RPATH_ALLOW=":${libdir}/purple-2:"
@@ -50,7 +50,7 @@ FILES_finch-dbg = "${bindir}/.debug/finch \
50 ${libdir}/finch/.debug" 50 ${libdir}/finch/.debug"
51 51
52FILES_${PN} = "${bindir} ${datadir}/${PN} ${libdir}/${PN}/*.so \ 52FILES_${PN} = "${bindir} ${datadir}/${PN} ${libdir}/${PN}/*.so \
53 ${datadir}/applications" 53 ${datadir}/applications"
54RRECOMMENDS_${PN} = "${PN}-data libpurple-plugin-ssl-gnutls libpurple-protocol-irc libpurple-protocol-xmpp" 54RRECOMMENDS_${PN} = "${PN}-data libpurple-plugin-ssl-gnutls libpurple-protocol-irc libpurple-protocol-xmpp"
55 55
56FILES_${PN}-data = "${datadir}/pixmaps ${datadir}/sounds ${datadir}/icons" 56FILES_${PN}-data = "${datadir}/pixmaps ${datadir}/sounds ${datadir}/icons"
diff --git a/meta-oe/recipes-support/pidgin/pidgin_2.7.9.bb b/meta-oe/recipes-support/pidgin/pidgin_2.7.9.bb
index d229c1501..3ce3cc39a 100644
--- a/meta-oe/recipes-support/pidgin/pidgin_2.7.9.bb
+++ b/meta-oe/recipes-support/pidgin/pidgin_2.7.9.bb
@@ -4,20 +4,20 @@ PR = "${INC_PR}.3"
4DEPENDS += "farsight2 libidn" 4DEPENDS += "farsight2 libidn"
5 5
6SRC_URI = "\ 6SRC_URI = "\
7 ${SOURCEFORGE_MIRROR}/pidgin/pidgin-${PV}.tar.bz2 \ 7 ${SOURCEFORGE_MIRROR}/pidgin/pidgin-${PV}.tar.bz2 \
8 file://sanitize-configure.ac.patch \ 8 file://sanitize-configure.ac.patch \
9 file://pidgin.desktop-set-icon.patch \ 9 file://pidgin.desktop-set-icon.patch \
10 file://purple-OE-branding-25.patch \ 10 file://purple-OE-branding-25.patch \
11 file://pidgin-cross-python-265.patch \ 11 file://pidgin-cross-python-265.patch \
12" 12"
13 13
14SRC_URI[md5sum] = "9bc6cf953ed7d383b215fa8487bf8829" 14SRC_URI[md5sum] = "9bc6cf953ed7d383b215fa8487bf8829"
15SRC_URI[sha256sum] = "9722d7f199a6704e29900c80f270d9409d5c28caab77f495b68108d81ba3e19e" 15SRC_URI[sha256sum] = "9722d7f199a6704e29900c80f270d9409d5c28caab77f495b68108d81ba3e19e"
16 16
17EXTRA_OECONF += "\ 17EXTRA_OECONF += "\
18 --disable-gtkspell \ 18 --disable-gtkspell \
19 --disable-meanwhile \ 19 --disable-meanwhile \
20 --disable-nm \ 20 --disable-nm \
21 --disable-screensaver \ 21 --disable-screensaver \
22 --enable-nss=no \ 22 --enable-nss=no \
23" 23"
diff --git a/meta-oe/recipes-support/pngcheck/pngcheck_2.3.0.bb b/meta-oe/recipes-support/pngcheck/pngcheck_2.3.0.bb
index 59f22df3f..bec82362f 100644
--- a/meta-oe/recipes-support/pngcheck/pngcheck_2.3.0.bb
+++ b/meta-oe/recipes-support/pngcheck/pngcheck_2.3.0.bb
@@ -10,13 +10,13 @@ SRC_URI[md5sum] = "980bd6d9a3830fdce746d7fe3c9166ee"
10SRC_URI[sha256sum] = "77f0a039ac64df55fbd06af6f872fdbad4f639d009bbb5cd5cbe4db25690f35f" 10SRC_URI[sha256sum] = "77f0a039ac64df55fbd06af6f872fdbad4f639d009bbb5cd5cbe4db25690f35f"
11 11
12do_compile() { 12do_compile() {
13 oe_runmake -f Makefile.unx INCS=-I${STAGING_DIR_HOST}${incdir} LIBS=${STAGING_DIR_HOST}${libdir}/libz.a 13 oe_runmake -f Makefile.unx INCS=-I${STAGING_DIR_HOST}${incdir} LIBS=${STAGING_DIR_HOST}${libdir}/libz.a
14} 14}
15 15
16do_install() { 16do_install() {
17 install -d ${D}${bindir} 17 install -d ${D}${bindir}
18 install pngcheck ${D}${bindir} 18 install pngcheck ${D}${bindir}
19 install png-fix-IDAT-windowsize ${D}${bindir} 19 install png-fix-IDAT-windowsize ${D}${bindir}
20 install pngsplit ${D}${bindir} 20 install pngsplit ${D}${bindir}
21} 21}
22 22
diff --git a/meta-oe/recipes-support/poppler/poppler-data_0.4.5.bb b/meta-oe/recipes-support/poppler/poppler-data_0.4.5.bb
index cbb02b478..56a30e4e5 100644
--- a/meta-oe/recipes-support/poppler/poppler-data_0.4.5.bb
+++ b/meta-oe/recipes-support/poppler/poppler-data_0.4.5.bb
@@ -11,7 +11,7 @@ do_compile() {
11} 11}
12 12
13do_install() { 13do_install() {
14 oe_runmake install DESTDIR=${D} 14 oe_runmake install DESTDIR=${D}
15} 15}
16 16
17FILES_${PN} += "${datadir}" 17FILES_${PN} += "${datadir}"
diff --git a/meta-oe/recipes-support/poppler/poppler.inc b/meta-oe/recipes-support/poppler/poppler.inc
index a624c1b95..d0c0074f9 100644
--- a/meta-oe/recipes-support/poppler/poppler.inc
+++ b/meta-oe/recipes-support/poppler/poppler.inc
@@ -8,11 +8,11 @@ SRC_URI = "http://poppler.freedesktop.org/${PN}-${PV}.tar.gz"
8inherit autotools pkgconfig 8inherit autotools pkgconfig
9 9
10EXTRA_OECONF = "\ 10EXTRA_OECONF = "\
11 --enable-xpdf-headers \ 11 --enable-xpdf-headers \
12 --disable-gtk-test \ 12 --disable-gtk-test \
13 --disable-poppler-qt \ 13 --disable-poppler-qt \
14 --disable-poppler-qt4 \ 14 --disable-poppler-qt4 \
15 --enable-zlib \ 15 --enable-zlib \
16" 16"
17 17
18# check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points 18# check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points
diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc b/meta-oe/recipes-support/postgresql/postgresql.inc
index 4e7aec2e3..4fda67b4b 100644
--- a/meta-oe/recipes-support/postgresql/postgresql.inc
+++ b/meta-oe/recipes-support/postgresql/postgresql.inc
@@ -22,7 +22,7 @@ EXTRA_OECONF_sh4 = "--disable-spinlocks --disable-rpath"
22EXTRA_OECONF_aarch64 += "--disable-spinlocks" 22EXTRA_OECONF_aarch64 += "--disable-spinlocks"
23 23
24do_compile_append() { 24do_compile_append() {
25 cp /usr/sbin/zic ${S}/src/timezone/ 25 cp /usr/sbin/zic ${S}/src/timezone/
26} 26}
27 27
28SSTATE_SCAN_FILES += "Makefile.global" 28SSTATE_SCAN_FILES += "Makefile.global"
diff --git a/meta-oe/recipes-support/pxaregs/pxaregs_1.14.bb b/meta-oe/recipes-support/pxaregs/pxaregs_1.14.bb
index d5a5b4ba9..3241b83a0 100644
--- a/meta-oe/recipes-support/pxaregs/pxaregs_1.14.bb
+++ b/meta-oe/recipes-support/pxaregs/pxaregs_1.14.bb
@@ -17,8 +17,8 @@ do_compile() {
17} 17}
18 18
19do_install() { 19do_install() {
20 install -d ${D}${sbindir}/ 20 install -d ${D}${sbindir}/
21 install -m 0755 pxaregs ${D}${sbindir}/ 21 install -m 0755 pxaregs ${D}${sbindir}/
22} 22}
23 23
24SRC_URI[md5sum] = "a43baa88842cd5926dbffb6fb87624f6" 24SRC_URI[md5sum] = "a43baa88842cd5926dbffb6fb87624f6"
diff --git a/meta-oe/recipes-support/rng-tools/rng-tools_2.bb b/meta-oe/recipes-support/rng-tools/rng-tools_2.bb
index ef753cff8..cccc6a59d 100644
--- a/meta-oe/recipes-support/rng-tools/rng-tools_2.bb
+++ b/meta-oe/recipes-support/rng-tools/rng-tools_2.bb
@@ -13,13 +13,13 @@ SRC_URI[sha256sum] = "1126f0ecc8cab3af14a562cddc5d8ffeef47df7eba34a7aadcdee35a25
13inherit autotools update-rc.d 13inherit autotools update-rc.d
14 14
15do_install_append() { 15do_install_append() {
16 install -d "${D}${sysconfdir}/init.d" 16 install -d "${D}${sysconfdir}/init.d"
17 install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/rng-tools 17 install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/rng-tools
18 sed -i -e 's,/etc/,${sysconfdir}/,' -e 's,/usr/sbin/,${sbindir},' \ 18 sed -i -e 's,/etc/,${sysconfdir}/,' -e 's,/usr/sbin/,${sbindir},' \
19 ${D}${sysconfdir}/init.d/rng-tools 19 ${D}${sysconfdir}/init.d/rng-tools
20 20
21 install -d "${D}${sysconfdir}/default" 21 install -d "${D}${sysconfdir}/default"
22 install -m 0644 ${WORKDIR}/default ${D}${sysconfdir}/default 22 install -m 0644 ${WORKDIR}/default ${D}${sysconfdir}/default
23} 23}
24 24
25INITSCRIPT_NAME = "rng-tools" 25INITSCRIPT_NAME = "rng-tools"
diff --git a/meta-oe/recipes-support/samsung-soc-utils/s3c24xx-gpio_svn.bb b/meta-oe/recipes-support/samsung-soc-utils/s3c24xx-gpio_svn.bb
index d46580338..ca98ab5ce 100644
--- a/meta-oe/recipes-support/samsung-soc-utils/s3c24xx-gpio_svn.bb
+++ b/meta-oe/recipes-support/samsung-soc-utils/s3c24xx-gpio_svn.bb
@@ -11,10 +11,10 @@ SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gpio;protocol=http"
11S = "${WORKDIR}/gpio" 11S = "${WORKDIR}/gpio"
12 12
13do_compile() { 13do_compile() {
14 ${CC} ${CFLAGS} ${LDFLAGS} -static -o ${PN} gpio.c 14 ${CC} ${CFLAGS} ${LDFLAGS} -static -o ${PN} gpio.c
15} 15}
16 16
17do_install() { 17do_install() {
18 install -d ${D}${sbindir} 18 install -d ${D}${sbindir}
19 install -m 0755 ${PN} ${D}${sbindir} 19 install -m 0755 ${PN} ${D}${sbindir}
20} 20}
diff --git a/meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb b/meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb
index 96285e944..a0dbef468 100644
--- a/meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb
+++ b/meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb
@@ -11,10 +11,10 @@ SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gpio;protocol=http"
11S = "${WORKDIR}/gpio" 11S = "${WORKDIR}/gpio"
12 12
13do_compile() { 13do_compile() {
14 ${CC} ${CFLAGS} ${LDFLAGS} -static -o ${PN} gpio-s3c6410.c 14 ${CC} ${CFLAGS} ${LDFLAGS} -static -o ${PN} gpio-s3c6410.c
15} 15}
16 16
17do_install() { 17do_install() {
18 install -d ${D}${sbindir} 18 install -d ${D}${sbindir}
19 install -m 0755 ${PN} ${D}${sbindir} 19 install -m 0755 ${PN} ${D}${sbindir}
20} 20}
diff --git a/meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_svn.bb b/meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_svn.bb
index 9e0c087d4..a6ec087d0 100644
--- a/meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_svn.bb
+++ b/meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_svn.bb
@@ -16,17 +16,17 @@ do_deploy[sstate-outputdirs] = "${DEPLOY_DIR_TOOLS}"
16CFLAGS += "-DLINUX_PPDEV" 16CFLAGS += "-DLINUX_PPDEV"
17 17
18do_compile() { 18do_compile() {
19 oe_runmake 19 oe_runmake
20} 20}
21 21
22do_install() { 22do_install() {
23 install -d ${D}/${bindir} 23 install -d ${D}/${bindir}
24 install -m 0755 sjf2410 ${D}/${bindir} 24 install -m 0755 sjf2410 ${D}/${bindir}
25} 25}
26 26
27do_deploy() { 27do_deploy() {
28 install -d ${DEPLOY_DIR_TOOLS} 28 install -d ${DEPLOY_DIR_TOOLS}
29 install -m 0755 sjf2410 ${DEPLOY_DIR_TOOLS}/sjf2410-${PV} 29 install -m 0755 sjf2410 ${DEPLOY_DIR_TOOLS}/sjf2410-${PV}
30} 30}
31 31
32addtask deploy before do_build after do_install 32addtask deploy before do_build after do_install
diff --git a/meta-oe/recipes-support/sqlite/sqlite_2.8.17.bb b/meta-oe/recipes-support/sqlite/sqlite_2.8.17.bb
index 733bb9e0f..54b59bf0e 100644
--- a/meta-oe/recipes-support/sqlite/sqlite_2.8.17.bb
+++ b/meta-oe/recipes-support/sqlite/sqlite_2.8.17.bb
@@ -8,9 +8,9 @@ LIC_FILES_CHKSUM = "file://src/main.c;beginline=1;endline=10;md5=e98469a8efa024a
8PR = "r7" 8PR = "r7"
9 9
10SRC_URI = "http://www.hwaci.com/sw/sqlite/sqlite-${PV}.tar.gz \ 10SRC_URI = "http://www.hwaci.com/sw/sqlite/sqlite-${PV}.tar.gz \
11 file://mainmk_build_dynamic.patch \ 11 file://mainmk_build_dynamic.patch \
12 file://mainmk_no_tcl.patch \ 12 file://mainmk_no_tcl.patch \
13 file://sqlite.pc" 13 file://sqlite.pc"
14 14
15SOURCES = "attach.o auth.o btree.o btree_rb.o build.o copy.o date.o delete.o \ 15SOURCES = "attach.o auth.o btree.o btree_rb.o build.o copy.o date.o delete.o \
16 expr.o func.o hash.o insert.o main.o opcodes.o os.o pager.o \ 16 expr.o func.o hash.o insert.o main.o opcodes.o os.o pager.o \
@@ -26,27 +26,27 @@ do_configure() {
26} 26}
27 27
28do_compile() { 28do_compile() {
29 oe_runmake -f Makefile.linux-gcc \ 29 oe_runmake -f Makefile.linux-gcc \
30 TOP="${S}" \ 30 TOP="${S}" \
31 BCC="${BUILD_CC}" \ 31 BCC="${BUILD_CC}" \
32 TCC="${CC}" \ 32 TCC="${CC}" \
33 OPTS="-fPIC -D'INTPTR_TYPE=int'" \ 33 OPTS="-fPIC -D'INTPTR_TYPE=int'" \
34 TCL_FLAGS= LIBTCL= \ 34 TCL_FLAGS= LIBTCL= \
35 READLINE_FLAGS="-DHAVE_READLINE=1 -I${STAGING_INCDIR}" \ 35 READLINE_FLAGS="-DHAVE_READLINE=1 -I${STAGING_INCDIR}" \
36 LIBREADLINE="-L. -L${STAGING_LIBDIR} -lreadline -lncurses" 36 LIBREADLINE="-L. -L${STAGING_LIBDIR} -lreadline -lncurses"
37} 37}
38 38
39do_install() { 39do_install() {
40 install -d ${D}${libdir} ${D}${bindir} 40 install -d ${D}${libdir} ${D}${bindir}
41 install sqlite ${D}${bindir} 41 install sqlite ${D}${bindir}
42 install -m 0755 libsqlite.so ${D}${libdir}/libsqlite.so.0.8.6 42 install -m 0755 libsqlite.so ${D}${libdir}/libsqlite.so.0.8.6
43 ln -sf libsqlite.so.0.8.6 ${D}${libdir}/libsqlite.so 43 ln -sf libsqlite.so.0.8.6 ${D}${libdir}/libsqlite.so
44 ln -sf libsqlite.so.0.8.6 ${D}${libdir}/libsqlite.so.0 44 ln -sf libsqlite.so.0.8.6 ${D}${libdir}/libsqlite.so.0
45 ln -sf libsqlite.so.0.8.6 ${D}${libdir}/libsqlite.so.0.8 45 ln -sf libsqlite.so.0.8.6 ${D}${libdir}/libsqlite.so.0.8
46 install -d ${D}${includedir} 46 install -d ${D}${includedir}
47 install -m 0644 sqlite.h ${D}${includedir}/sqlite.h 47 install -m 0644 sqlite.h ${D}${includedir}/sqlite.h
48 install -d ${D}${libdir}/pkgconfig 48 install -d ${D}${libdir}/pkgconfig
49 install -m 0644 ${S}/sqlite.pc ${D}${libdir}/pkgconfig/sqlite.pc 49 install -m 0644 ${S}/sqlite.pc ${D}${libdir}/pkgconfig/sqlite.pc
50} 50}
51 51
52PACKAGES += "${PN}-bin" 52PACKAGES += "${PN}-bin"
diff --git a/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb b/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb
index 9b1084aeb..f8a1ef48a 100644
--- a/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb
+++ b/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb
@@ -15,17 +15,17 @@ inherit autotools gettext
15S = "${WORKDIR}/dpkg-${PV}" 15S = "${WORKDIR}/dpkg-${PV}"
16 16
17EXTRA_OECONF = " \ 17EXTRA_OECONF = " \
18 --with-start-stop-daemon \ 18 --with-start-stop-daemon \
19 --without-bz2 \ 19 --without-bz2 \
20 --without-deselect \ 20 --without-deselect \
21 --without-install-info \ 21 --without-install-info \
22 --without-selinux \ 22 --without-selinux \
23 --without-update-alternatives \ 23 --without-update-alternatives \
24" 24"
25 25
26do_install_append () { 26do_install_append () {
27 # remove everything that is not related to start-stop-daemon, since there 27 # remove everything that is not related to start-stop-daemon, since there
28 # is no explicit rule for only installing ssd 28 # is no explicit rule for only installing ssd
29 find ${D} -type f -not -name "*start-stop-daemon*" -exec rm {} \; 29 find ${D} -type f -not -name "*start-stop-daemon*" -exec rm {} \;
30 find ${D} -depth -type d -empty -exec rmdir {} \; 30 find ${D} -depth -type d -empty -exec rmdir {} \;
31} 31}
diff --git a/meta-oe/recipes-support/strongswan/strongswan_5.0.0.bb b/meta-oe/recipes-support/strongswan/strongswan_5.0.0.bb
index 2713f5b18..eb49494ef 100644
--- a/meta-oe/recipes-support/strongswan/strongswan_5.0.0.bb
+++ b/meta-oe/recipes-support/strongswan/strongswan_5.0.0.bb
@@ -12,8 +12,8 @@ SRC_URI[md5sum] = "c8b861305def7c0abae04f7bbefec212"
12SRC_URI[sha256sum] = "efc13c86e715b5e596d9d8535640c830f83e977fe521afd2c70d68926c4b573e" 12SRC_URI[sha256sum] = "efc13c86e715b5e596d9d8535640c830f83e977fe521afd2c70d68926c4b573e"
13 13
14EXTRA_OECONF = "--disable-curl --disable-soup --disable-ldap \ 14EXTRA_OECONF = "--disable-curl --disable-soup --disable-ldap \
15 --enable-gmp --disable-mysql --disable-sqlite \ 15 --enable-gmp --disable-mysql --disable-sqlite \
16 --enable-openssl" 16 --enable-openssl"
17 17
18EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemdsystemunitdir=${systemd_unitdir}/system/', '--without-systemdsystemunitdir', d)}" 18EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemdsystemunitdir=${systemd_unitdir}/system/', '--without-systemdsystemunitdir', d)}"
19 19
diff --git a/meta-oe/recipes-support/synergy/synergy_1.3.8.bb b/meta-oe/recipes-support/synergy/synergy_1.3.8.bb
index b8d1e6c15..02a24b745 100644
--- a/meta-oe/recipes-support/synergy/synergy_1.3.8.bb
+++ b/meta-oe/recipes-support/synergy/synergy_1.3.8.bb
@@ -16,7 +16,7 @@ S = "${WORKDIR}/${PN}-${PV}-Source"
16inherit cmake 16inherit cmake
17 17
18do_install() { 18do_install() {
19 install -d ${D}/usr/bin 19 install -d ${D}/usr/bin
20 install -m 0755 ${S}/bin/synergy* ${D}/usr/bin/ 20 install -m 0755 ${S}/bin/synergy* ${D}/usr/bin/
21} 21}
22 22
diff --git a/meta-oe/recipes-support/talloc/talloc_2.0.1.bb b/meta-oe/recipes-support/talloc/talloc_2.0.1.bb
index 6aa5a9e80..83bb0c248 100644
--- a/meta-oe/recipes-support/talloc/talloc_2.0.1.bb
+++ b/meta-oe/recipes-support/talloc/talloc_2.0.1.bb
@@ -7,7 +7,7 @@ inherit autotools pkgconfig
7 7
8SRC_URI = "http://samba.org/ftp/${BPN}/${BPN}-${PV}.tar.gz \ 8SRC_URI = "http://samba.org/ftp/${BPN}/${BPN}-${PV}.tar.gz \
9 file://install-swig-interface-in-SWINGLIBDIR.patch \ 9 file://install-swig-interface-in-SWINGLIBDIR.patch \
10 " 10"
11SRC_URI[md5sum] = "c6e736540145ca58cb3dcb42f91cf57b" 11SRC_URI[md5sum] = "c6e736540145ca58cb3dcb42f91cf57b"
12SRC_URI[sha256sum] = "5b810527405f29d54f50efd78bf2c89e318f2cd8bed001f22f2a1412fd27c9b4" 12SRC_URI[sha256sum] = "5b810527405f29d54f50efd78bf2c89e318f2cd8bed001f22f2a1412fd27c9b4"
13 13
@@ -17,21 +17,21 @@ PR = "r2"
17 17
18# autoreconf doesn't work well while reconfiguring included libreplace 18# autoreconf doesn't work well while reconfiguring included libreplace
19do_configure () { 19do_configure () {
20 gnu-configize 20 gnu-configize
21 oe_runconf 21 oe_runconf
22} 22}
23 23
24do_install_prepend() { 24do_install_prepend() {
25 # Hack the way swig interface for talloc is installed 25 # Hack the way swig interface for talloc is installed
26 # This hack is accompanied by install-swig-interface-in-SWINGLIBDIR.patch 26 # This hack is accompanied by install-swig-interface-in-SWINGLIBDIR.patch
27 type swig > /dev/null 2>&1 && SWIGLIBDIR=`swig -swiglib` && SWIGLIBDIR=${SWIGLIBDIR##${STAGING_DIR_NATIVE}} && export SWIGLIBDIR || echo "No swig found" 27 type swig > /dev/null 2>&1 && SWIGLIBDIR=`swig -swiglib` && SWIGLIBDIR=${SWIGLIBDIR##${STAGING_DIR_NATIVE}} && export SWIGLIBDIR || echo "No swig found"
28} 28}
29 29
30do_install_append() { 30do_install_append() {
31 install -d ${D}${libdir} 31 install -d ${D}${libdir}
32 ln -s libtalloc.so.2.0.1 ${D}${libdir}/libtalloc.so.2.0 32 ln -s libtalloc.so.2.0.1 ${D}${libdir}/libtalloc.so.2.0
33 ln -s libtalloc.so.2.0 ${D}${libdir}/libtalloc.so.2 33 ln -s libtalloc.so.2.0 ${D}${libdir}/libtalloc.so.2
34 ln -s libtalloc.so.2 ${D}${libdir}/libtalloc.so 34 ln -s libtalloc.so.2 ${D}${libdir}/libtalloc.so
35} 35}
36 36
37PACKAGES += "${PN}-swig" 37PACKAGES += "${PN}-swig"
diff --git a/meta-oe/recipes-support/tbb/tbb_4.1.bb b/meta-oe/recipes-support/tbb/tbb_4.1.bb
index 2337bddaa..a159321c1 100644
--- a/meta-oe/recipes-support/tbb/tbb_4.1.bb
+++ b/meta-oe/recipes-support/tbb/tbb_4.1.bb
@@ -1,8 +1,8 @@
1DESCRIPTION = "Parallelism library for C++ - runtime files \ 1DESCRIPTION = "Parallelism library for C++ - runtime files \
2 TBB is a library that helps you leverage multi-core processor \ 2 TBB is a library that helps you leverage multi-core processor \
3 performance without having to be a threading expert. It represents a \ 3 performance without having to be a threading expert. It represents a \
4 higher-level, task-based parallelism that abstracts platform details \ 4 higher-level, task-based parallelism that abstracts platform details \
5 and threading mechanism for performance and scalability." 5 and threading mechanism for performance and scalability."
6HOMEPAGE = "http://threadingbuildingblocks.org/" 6HOMEPAGE = "http://threadingbuildingblocks.org/"
7LICENSE = "GPLv2" 7LICENSE = "GPLv2"
8LIC_FILES_CHKSUM = "file://COPYING;md5=2c7f2caf277a3933e3acdf7f89d54cc1" 8LIC_FILES_CHKSUM = "file://COPYING;md5=2c7f2caf277a3933e3acdf7f89d54cc1"
diff --git a/meta-oe/recipes-support/tcpdump/tcpdump_4.3.0.bb b/meta-oe/recipes-support/tcpdump/tcpdump_4.3.0.bb
index d3ca24f3e..1da819412 100644
--- a/meta-oe/recipes-support/tcpdump/tcpdump_4.3.0.bb
+++ b/meta-oe/recipes-support/tcpdump/tcpdump_4.3.0.bb
@@ -6,11 +6,11 @@ SECTION = "console/network"
6DEPENDS = "libpcap" 6DEPENDS = "libpcap"
7 7
8SRC_URI = " \ 8SRC_URI = " \
9 http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz \ 9 http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz \
10 file://tcpdump_configure_no_-O2.patch \ 10 file://tcpdump_configure_no_-O2.patch \
11 file://0001-minimal-IEEE802.15.4-allowed.patch \ 11 file://0001-minimal-IEEE802.15.4-allowed.patch \
12 file://ipv6-cross.patch \ 12 file://ipv6-cross.patch \
13 file://configure.patch \ 13 file://configure.patch \
14" 14"
15SRC_URI[md5sum] = "a3fe4d30ac85ff5467c889ff46b7e1e8" 15SRC_URI[md5sum] = "a3fe4d30ac85ff5467c889ff46b7e1e8"
16SRC_URI[sha256sum] = "efd08b610210d39977ec3175fa82dad9fbd33587930081be2a905a712dba4286" 16SRC_URI[sha256sum] = "efd08b610210d39977ec3175fa82dad9fbd33587930081be2a905a712dba4286"
@@ -19,25 +19,25 @@ inherit autotools
19CACHED_CONFIGUREVARS = "ac_cv_linux_vers=${ac_cv_linux_vers=2}" 19CACHED_CONFIGUREVARS = "ac_cv_linux_vers=${ac_cv_linux_vers=2}"
20 20
21EXTRA_OECONF = "--without-crypto --disable-rpath \ 21EXTRA_OECONF = "--without-crypto --disable-rpath \
22 ${@base_contains('DISTRO_FEATURES', 'ipv6', '--enable-ipv6', '--disable-ipv6', d)}" 22 ${@base_contains('DISTRO_FEATURES', 'ipv6', '--enable-ipv6', '--disable-ipv6', d)}"
23 23
24EXTRA_AUTORECONF += " -I m4" 24EXTRA_AUTORECONF += " -I m4"
25 25
26do_configure_prepend() { 26do_configure_prepend() {
27 mkdir -p ${S}/m4 27 mkdir -p ${S}/m4
28 if [ -f aclocal.m4 ]; then 28 if [ -f aclocal.m4 ]; then
29 mv aclocal.m4 ${S}/m4 29 mv aclocal.m4 ${S}/m4
30 fi 30 fi
31 # AC_CHECK_LIB(dlpi.. was looking to host /lib 31 # AC_CHECK_LIB(dlpi.. was looking to host /lib
32 sed -i 's:-L/lib::g' ./configure.in 32 sed -i 's:-L/lib::g' ./configure.in
33} 33}
34do_configure_append() { 34do_configure_append() {
35 sed -i 's:-L/usr/lib::' ./Makefile 35 sed -i 's:-L/usr/lib::' ./Makefile
36 sed -i 's:-Wl,-rpath,${STAGING_LIBDIR}::' ./Makefile 36 sed -i 's:-Wl,-rpath,${STAGING_LIBDIR}::' ./Makefile
37 sed -i 's:-I/usr/include::' ./Makefile 37 sed -i 's:-I/usr/include::' ./Makefile
38} 38}
39 39
40do_install_append() { 40do_install_append() {
41 # tcpdump 4.0.0 installs a copy to /usr/sbin/tcpdump.4.0.0 41 # tcpdump 4.0.0 installs a copy to /usr/sbin/tcpdump.4.0.0
42 rm -f ${D}${sbindir}/tcpdump.${PV} 42 rm -f ${D}${sbindir}/tcpdump.${PV}
43} 43}
diff --git a/meta-oe/recipes-support/toscoterm/toscoterm_git.bb b/meta-oe/recipes-support/toscoterm/toscoterm_git.bb
index baaac2999..5c5fab948 100644
--- a/meta-oe/recipes-support/toscoterm/toscoterm_git.bb
+++ b/meta-oe/recipes-support/toscoterm/toscoterm_git.bb
@@ -14,14 +14,14 @@ S = "${WORKDIR}/git"
14inherit gitpkgv pkgconfig 14inherit gitpkgv pkgconfig
15 15
16do_compile() { 16do_compile() {
17 oe_runmake \ 17 oe_runmake \
18 CC="${CC}" \ 18 CC="${CC}" \
19 CFLAGS="`pkg-config --cflags vte`${CFLAGS}" \ 19 CFLAGS="`pkg-config --cflags vte`${CFLAGS}" \
20 LDFLAGS="`pkg-config --libs vte` ${LDFLAGS}" 20 LDFLAGS="`pkg-config --libs vte` ${LDFLAGS}"
21} 21}
22 22
23do_install() { 23do_install() {
24 oe_runmake PREFIX="${prefix}" DESTDIR="${D}" install 24 oe_runmake PREFIX="${prefix}" DESTDIR="${D}" install
25} 25}
26 26
27RDEPENDS_${PN}_append_libc-glibc += "glibc-gconv-ibm437" 27RDEPENDS_${PN}_append_libc-glibc += "glibc-gconv-ibm437"
diff --git a/meta-oe/recipes-support/upower/upower_0.9.14.bb b/meta-oe/recipes-support/upower/upower_0.9.14.bb
index 5a33ab92d..902a9839a 100644
--- a/meta-oe/recipes-support/upower/upower_0.9.14.bb
+++ b/meta-oe/recipes-support/upower/upower_0.9.14.bb
@@ -15,16 +15,16 @@ inherit autotools pkgconfig gettext
15EXTRA_OECONF = " --with-backend=linux" 15EXTRA_OECONF = " --with-backend=linux"
16 16
17do_configure_prepend() { 17do_configure_prepend() {
18 sed -i -e s:-nonet:\:g ${S}/doc/man/Makefile.am 18 sed -i -e s:-nonet:\:g ${S}/doc/man/Makefile.am
19 sed -i -e 's: doc : :g' ${S}/Makefile.am 19 sed -i -e 's: doc : :g' ${S}/Makefile.am
20} 20}
21 21
22 22
23RRECOMMENDS_${PN} += "pm-utils" 23RRECOMMENDS_${PN} += "pm-utils"
24FILES_${PN} += "${datadir}/dbus-1/ \ 24FILES_${PN} += "${datadir}/dbus-1/ \
25 ${datadir}/polkit-1/ \ 25 ${datadir}/polkit-1/ \
26 ${base_libdir}/udev/* \ 26 ${base_libdir}/udev/* \
27 " 27"
28 28
29FILES_${PN}-dbg += "${base_libdir}/udev/.debug" 29FILES_${PN}-dbg += "${base_libdir}/udev/.debug"
30 30
diff --git a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20121109.bb b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20121109.bb
index 8a6fc134d..de8181245 100644
--- a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20121109.bb
+++ b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20121109.bb
@@ -9,7 +9,7 @@ SRC_URI[md5sum] = "a7d23a03157871013a0d708ab2b1b6df"
9SRC_URI[sha256sum] = "a74346a471d540ba9da7d7b332ad35ea05ff7375297c0da87da5be675293d5a5" 9SRC_URI[sha256sum] = "a74346a471d540ba9da7d7b332ad35ea05ff7375297c0da87da5be675293d5a5"
10 10
11do_install() { 11do_install() {
12 oe_runmake install DESTDIR=${D} 12 oe_runmake install DESTDIR=${D}
13} 13}
14 14
15RDEPENDS_${PN} = "usb-modeswitch" 15RDEPENDS_${PN} = "usb-modeswitch"
diff --git a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_1.2.5.bb b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_1.2.5.bb
index b0c9e951d..fe6ea6290 100644
--- a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_1.2.5.bb
+++ b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_1.2.5.bb
@@ -11,8 +11,8 @@ SRC_URI[md5sum] = "c393603908eceab95444c5bde790f6f0"
11SRC_URI[sha256sum] = "ce47a3dec3e4c93e0a2fcea64278d0e289e6e78d8e1381c54f03986e443ab90f" 11SRC_URI[sha256sum] = "ce47a3dec3e4c93e0a2fcea64278d0e289e6e78d8e1381c54f03986e443ab90f"
12 12
13do_install() { 13do_install() {
14 sed 's_!/usr/bin_!'"${bindir}"'_' <usb_modeswitch.tcl >usb_modeswitch_dispatcher 14 sed 's_!/usr/bin_!'"${bindir}"'_' <usb_modeswitch.tcl >usb_modeswitch_dispatcher
15 oe_runmake install DESTDIR=${D} 15 oe_runmake install DESTDIR=${D}
16} 16}
17 17
18FILES_${PN} = "${bindir} ${sysconfdir} ${base_libdir}/udev/usb_modeswitch ${sbindir} ${localstatedir}/lib/usb_modeswitch" 18FILES_${PN} = "${bindir} ${sysconfdir} ${base_libdir}/udev/usb_modeswitch ${sbindir} ${localstatedir}/lib/usb_modeswitch"
diff --git a/meta-oe/recipes-support/vim/vim.inc b/meta-oe/recipes-support/vim/vim.inc
index 4fa8f7cad..e288fff28 100644
--- a/meta-oe/recipes-support/vim/vim.inc
+++ b/meta-oe/recipes-support/vim/vim.inc
@@ -12,10 +12,10 @@ VIMDIR = "${PN}${@d.getVar('PV',1).split('.')[0]}${@d.getVar('PV',1).split('.')[
12INC_PR = "r13" 12INC_PR = "r13"
13 13
14SRC_URI = " \ 14SRC_URI = " \
15 ftp://ftp.${PN}.org/pub/${PN}/unix/${PN}-${PV_MAJOR}.tar.bz2;name=${VIMDIR} \ 15 ftp://ftp.${PN}.org/pub/${PN}/unix/${PN}-${PV_MAJOR}.tar.bz2;name=${VIMDIR} \
16 ftp://ftp.${PN}.org/pub/${PN}/extra/${PN}-${PV_MAJOR}-extra.tar.gz;name=${VIMDIR}-extra \ 16 ftp://ftp.${PN}.org/pub/${PN}/extra/${PN}-${PV_MAJOR}-extra.tar.gz;name=${VIMDIR}-extra \
17 ftp://ftp.${PN}.org/pub/${PN}/extra/${PN}-${PV_MAJOR}-lang.tar.gz;name=${VIMDIR}-lang \ 17 ftp://ftp.${PN}.org/pub/${PN}/extra/${PN}-${PV_MAJOR}-lang.tar.gz;name=${VIMDIR}-lang \
18 file://vimrc \ 18 file://vimrc \
19" 19"
20 20
21S = "${WORKDIR}/${VIMDIR}/src" 21S = "${WORKDIR}/${VIMDIR}/src"
@@ -24,13 +24,13 @@ inherit autotools update-alternatives
24 24
25# vim configure.in contains functions which got 'dropped' by autotools.bbclass 25# vim configure.in contains functions which got 'dropped' by autotools.bbclass
26do_configure () { 26do_configure () {
27 rm -f auto/* 27 rm -f auto/*
28 touch auto/config.mk 28 touch auto/config.mk
29 aclocal 29 aclocal
30 autoconf 30 autoconf
31 oe_runconf 31 oe_runconf
32 touch auto/configure 32 touch auto/configure
33 touch auto/config.mk auto/config.h 33 touch auto/config.mk auto/config.h
34} 34}
35 35
36#Available PACKAGECONFIG options are gtkgui, x11, tiny 36#Available PACKAGECONFIG options are gtkgui, x11, tiny
@@ -41,25 +41,25 @@ PACKAGECONFIG[x11] = "--with-x,--without-x,xt,"
41PACKAGECONFIG[tiny] = "--with-features=tiny,--with-features=big,," 41PACKAGECONFIG[tiny] = "--with-features=tiny,--with-features=big,,"
42 42
43EXTRA_OECONF = " \ 43EXTRA_OECONF = " \
44 --disable-gpm \ 44 --disable-gpm \
45 --disable-gtktest \ 45 --disable-gtktest \
46 --disable-xim \ 46 --disable-xim \
47 --disable-netbeans \ 47 --disable-netbeans \
48 --with-tlib=ncurses \ 48 --with-tlib=ncurses \
49 ac_cv_small_wchar_t=no \ 49 ac_cv_small_wchar_t=no \
50 vim_cv_getcwd_broken=no \ 50 vim_cv_getcwd_broken=no \
51 vim_cv_memmove_handles_overlap=yes \ 51 vim_cv_memmove_handles_overlap=yes \
52 vim_cv_stat_ignores_slash=no \ 52 vim_cv_stat_ignores_slash=no \
53 vim_cv_terminfo=yes \ 53 vim_cv_terminfo=yes \
54 vim_cv_tgent=non-zero \ 54 vim_cv_tgent=non-zero \
55 vim_cv_toupper_broken=no \ 55 vim_cv_toupper_broken=no \
56 vim_cv_tty_group=world \ 56 vim_cv_tty_group=world \
57" 57"
58 58
59# Work around rpm picking up csh as a dep 59# Work around rpm picking up csh as a dep
60do_install_append() { 60do_install_append() {
61 chmod -x ${D}${datadir}/${PN}/${VIMDIR}/tools/vim132 61 chmod -x ${D}${datadir}/${PN}/${VIMDIR}/tools/vim132
62 install -m 0644 ${WORKDIR}/vimrc ${D}/${datadir}/${PN} 62 install -m 0644 ${WORKDIR}/vimrc ${D}/${datadir}/${PN}
63} 63}
64 64
65PACKAGES =+ "${PN}-common ${PN}-syntax ${PN}-help ${PN}-tutor ${PN}-vimrc ${PN}-data" 65PACKAGES =+ "${PN}-common ${PN}-syntax ${PN}-help ${PN}-tutor ${PN}-vimrc ${PN}-data"
diff --git a/meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb b/meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb
index 6d1fa9a7f..6c9037bb2 100644
--- a/meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb
+++ b/meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb
@@ -12,7 +12,7 @@ S = "${WORKDIR}/AR6kSDK.build_sw.18/host/tools/wmiconfig"
12TARGET_CC_ARCH += "${LDFLAGS}" 12TARGET_CC_ARCH += "${LDFLAGS}"
13 13
14do_install() { 14do_install() {
15 install -d ${D}${bindir} 15 install -d ${D}${bindir}
16 install -m 0755 wmiconfig ${D}${bindir} 16 install -m 0755 wmiconfig ${D}${bindir}
17} 17}
18 18
diff --git a/meta-oe/recipes-support/xchat/xchat_2.8.8.bb b/meta-oe/recipes-support/xchat/xchat_2.8.8.bb
index 70dc150d7..d0a868e81 100644
--- a/meta-oe/recipes-support/xchat/xchat_2.8.8.bb
+++ b/meta-oe/recipes-support/xchat/xchat_2.8.8.bb
@@ -9,15 +9,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b"
9PR = "r1" 9PR = "r1"
10 10
11SRC_URI = "http://xchat.org/files/source/2.8/xchat-${PV}.tar.bz2 \ 11SRC_URI = "http://xchat.org/files/source/2.8/xchat-${PV}.tar.bz2 \
12 file://glib-2.32.patch \ 12 file://glib-2.32.patch \
13" 13"
14 14
15inherit autotools gettext 15inherit autotools gettext
16 16
17EXTRA_OECONF = "\ 17EXTRA_OECONF = "\
18 --disable-perl \ 18 --disable-perl \
19 --disable-python \ 19 --disable-python \
20 --disable-tcl \ 20 --disable-tcl \
21" 21"
22do_configure_prepend(){ 22do_configure_prepend(){
23 rm -f ${S}/po/Makefile.in.in 23 rm -f ${S}/po/Makefile.in.in
diff --git a/meta-oe/recipes-support/xfsprogs/xfsprogs_3.1.8.bb b/meta-oe/recipes-support/xfsprogs/xfsprogs_3.1.8.bb
index ef5224b5f..ba3490d1c 100644
--- a/meta-oe/recipes-support/xfsprogs/xfsprogs_3.1.8.bb
+++ b/meta-oe/recipes-support/xfsprogs/xfsprogs_3.1.8.bb
@@ -8,8 +8,8 @@ DEPENDS = "util-linux"
8PR = "r1" 8PR = "r1"
9 9
10SRC_URI = "ftp://oss.sgi.com/projects/xfs/cmd_tars/${P}.tar.gz \ 10SRC_URI = "ftp://oss.sgi.com/projects/xfs/cmd_tars/${P}.tar.gz \
11 file://remove-install-as-user.patch \ 11 file://remove-install-as-user.patch \
12 file://drop-configure-check-for-aio.patch \ 12 file://drop-configure-check-for-aio.patch \
13" 13"
14 14
15SRC_URI[md5sum] = "f70b2e7200d4c29f0af1cf70e7be1db6" 15SRC_URI[md5sum] = "f70b2e7200d4c29f0af1cf70e7be1db6"
@@ -27,16 +27,16 @@ FILES_libhandle = "${base_libdir}/libhandle${SOLIBS}"
27 27
28EXTRA_OECONF = "--enable-gettext=no" 28EXTRA_OECONF = "--enable-gettext=no"
29do_configure () { 29do_configure () {
30 # Prevent Makefile from calling configure without arguments, 30 # Prevent Makefile from calling configure without arguments,
31 # when do_configure gets called for a second time. 31 # when do_configure gets called for a second time.
32 rm -f include/builddefs include/platform_defs.h 32 rm -f include/builddefs include/platform_defs.h
33 # Recreate configure script. 33 # Recreate configure script.
34 rm -f configure 34 rm -f configure
35 oe_runmake configure 35 oe_runmake configure
36 # Configure. 36 # Configure.
37 export DEBUG="-DNDEBUG" 37 export DEBUG="-DNDEBUG"
38 gnu-configize --force 38 gnu-configize --force
39 oe_runconf 39 oe_runconf
40} 40}
41 41
42LIBTOOL = "${HOST_SYS}-libtool" 42LIBTOOL = "${HOST_SYS}-libtool"
@@ -45,13 +45,13 @@ TARGET_CC_ARCH += "${LDFLAGS}"
45PARALLEL_MAKE = "" 45PARALLEL_MAKE = ""
46 46
47do_install () { 47do_install () {
48 export DIST_ROOT=${D} 48 export DIST_ROOT=${D}
49 oe_runmake install 49 oe_runmake install
50 # needed for xfsdump 50 # needed for xfsdump
51 oe_runmake install-dev 51 oe_runmake install-dev
52 rm ${D}${base_libdir}/libhandle.a 52 rm ${D}${base_libdir}/libhandle.a
53 rm ${D}${base_libdir}/libhandle.la 53 rm ${D}${base_libdir}/libhandle.la
54 rm ${D}${base_libdir}/libhandle.so 54 rm ${D}${base_libdir}/libhandle.so
55 rm ${D}${libdir}/libhandle.so 55 rm ${D}${libdir}/libhandle.so
56 ln -s ../..${base_libdir}/libhandle.so.1 ${D}${libdir}/libhandle.so 56 ln -s ../..${base_libdir}/libhandle.so.1 ${D}${libdir}/libhandle.so
57} 57}