]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
10 years agolibpng12: upgrade to 1.2.52
Ross Burton [Wed, 31 Dec 2014 12:40:29 +0000 (12:40 +0000)]
libpng12: upgrade to 1.2.52

License texts contain new dates and versions, so update checksums.

(From OE-Core rev: 92fc39417ba1fcfb3b6004f0d8d657cb56fe123e)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolibrsvg: upgrade to 2.40.6
Ross Burton [Wed, 31 Dec 2014 12:33:13 +0000 (12:33 +0000)]
librsvg: upgrade to 2.40.6

Upstream now ships it's own vapigen.m4, so don't install our own copy.

(From OE-Core rev: 7235da88c6ed6555cfa271714331595a8c3dd2e4)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agohicolor-icon-theme: upgrade to 0.14
Ross Burton [Wed, 31 Dec 2014 12:19:23 +0000 (12:19 +0000)]
hicolor-icon-theme: upgrade to 0.14

Drop the customised index.theme as it was only required for Hildon- and
OpenMoko-specific environments.

Upstream now uses autotools, so drop custom rules and autotools-brokensep.

Drop pointless unknown SECTION and unused gnomebase class.

(From OE-Core rev: 60784d5faafe75f79fc5aaa9c7ef03b51f6efaec)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agojson-glib: upgrade to 1.0.2
Ross Burton [Wed, 31 Dec 2014 11:54:06 +0000 (11:54 +0000)]
json-glib: upgrade to 1.0.2

(From OE-Core rev: 91201b12f97294fc2b78cf65d6ba51444ba4e0c5)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogst-fluendo-mp3: upgrade to 0.10.31
Ross Burton [Wed, 31 Dec 2014 11:31:38 +0000 (11:31 +0000)]
gst-fluendo-mp3: upgrade to 0.10.31

This version supports both GStreamer 0.10 and 1.0, but for now only build 0.10
for consistency with previous recipies.

Add a missing build dependency.

(From OE-Core rev: ed1edf4917e173f5df41854cfd74559b60b9fdf3)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoinsane.bbclass: fix desktop
Robert Yang [Wed, 7 Jan 2015 14:44:01 +0000 (06:44 -0800)]
insane.bbclass: fix desktop

The desktop-file-utils-native lacks a space.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agokernel.bbclass: fix do_unpack function when S ends with slash
Martin Jansa [Wed, 7 Jan 2015 14:06:49 +0000 (15:06 +0100)]
kernel.bbclass: fix do_unpack function when S ends with slash

* slash at the end causes os.symlink(kernsrc, s) to use s as
  directory name and fails with:

ERROR: Error executing a python function in /OE/build/owpb/webos-ports/meta-smartphone/meta-samsung/recipes-kernel/linux/linux-samsung-tuna_git.bb:

The stack trace of python calls that resulted in this exception/failure was:
File: 'base_do_unpack', lineno: 26, function: <module>
     0022:        subprocess.call(d.expand("mv /OE/build/owpb/webos-ports/tmp-glibc/work/maguro-webos-linux-gnueabi/linux-samsung-tuna/3_3.0.72+gitrAUTOINC+f8ed73f94a-r12/git/ /OE/build/owpb/webos-ports/tmp-glibc/sysroots/maguro/usr/src/kernel"), shell=True)
     0023:        os.symlink(kernsrc, s)
     0024:
     0025:
 *** 0026:base_do_unpack(d)
     0027:
File: 'base_do_unpack', lineno: 23, function: base_do_unpack
     0019:        bb.utils.mkdirhier(kernsrc)
     0020:        bb.utils.remove(kernsrc, recurse=True)
     0021:        import subprocess
     0022:        subprocess.call(d.expand("mv /OE/build/owpb/webos-ports/tmp-glibc/work/maguro-webos-linux-gnueabi/linux-samsung-tuna/3_3.0.72+gitrAUTOINC+f8ed73f94a-r12/git/ /OE/build/owpb/webos-ports/tmp-glibc/sysroots/maguro/usr/src/kernel"), shell=True)
 *** 0023:        os.symlink(kernsrc, s)
     0024:
     0025:
     0026:base_do_unpack(d)
     0027:
Exception: OSError: [Errno 2] No such file or directory

ERROR: Function failed: base_do_unpack
ERROR: Logfile of failure stored in: /OE/build/owpb/webos-ports/tmp-glibc/work/maguro-webos-linux-gnueabi/linux-samsung-tuna/3_3.0.72+gitrAUTOINC+f8ed73f94a-r12/temp/log.do_unpack.17042
ERROR: Task 0 (/OE/build/owpb/webos-ports/meta-smartphone/meta-samsung/recipes-kernel/linux/linux-samsung-tuna_git.bb, do_unpack) failed with exit code '1'

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopulseaudio: use stricter PACKAGES_DYNAMIC
Martin Jansa [Wed, 7 Jan 2015 14:06:48 +0000 (15:06 +0100)]
pulseaudio: use stricter PACKAGES_DYNAMIC

* I don't see any usage for libpulse-* packages
* adding '-' resolves the issue when we have separate recipe for
  pulseaudio-modules-droid which isn't built to satisfy RDEPENDS
  with the same name, because generic pulseaudio recipe seems to
  RPROVIDE it through PACKAGES_DYNAMIC

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogstreamer1.0-omx: use mulitple SCMs to fetch submodules
Awais Belal [Mon, 29 Dec 2014 09:46:48 +0000 (14:46 +0500)]
gstreamer1.0-omx: use mulitple SCMs to fetch submodules

The gstreamer omx package uses a submodule 'common' which
is fetched by the configure script. This approach fails
on non-network builds as the fetcher tries to look upstream
for the submodule.
We now use multiple SCMs, one for the main omx package and
the other for the 'common' submodule so it is available in
the downloads_dir for later use.

Signed-off-by: Awais Belal <awais_belal@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoimage.bbclass: Remove 'set_image_autologin' function
Otavio Salvador [Tue, 30 Dec 2014 14:16:36 +0000 (12:16 -0200)]
image.bbclass: Remove 'set_image_autologin' function

The set_image_autologin function is GPE Login specific and the package
is not available in OE-Core so the function should be added in the
meta-gpe layer, if necessary. Drop this from the OE-Core as it is
unused.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agotelepathy: remove (moved to meta-oe)
Ross Burton [Tue, 30 Dec 2014 14:13:57 +0000 (14:13 +0000)]
telepathy: remove (moved to meta-oe)

Nothing in oe-core uses Telepathy, so move these recipes to meta-oe.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolttng-ust: Update to 2.5.2 version
Otavio Salvador [Tue, 30 Dec 2014 16:25:51 +0000 (14:25 -0200)]
lttng-ust: Update to 2.5.2 version

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolttng-tools: Update to 2.5.3 version
Otavio Salvador [Tue, 30 Dec 2014 16:25:50 +0000 (14:25 -0200)]
lttng-tools: Update to 2.5.3 version

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolttng-modules: Update to revision to 16d7431c3
Otavio Salvador [Tue, 30 Dec 2014 16:25:49 +0000 (14:25 -0200)]
lttng-modules: Update to revision to 16d7431c3

This update the source code to the 2.5.2 version and also brings two
fixes from stable-2.5 branch. The update also allowed the removal of
some already applied patches from the metadata.

Doing this update, it fixes following build error:

,----
| make[1]: Entering directory `.../build-framebuffer/tmp/sysroots/imx23evk/usr/src/kernel'
|
|   ERROR: Kernel configuration is invalid.
|          include/generated/autoconf.h or include/config/auto.conf are missing.
|          Run 'make oldconfig && make prepare' on kernel src to fix it.
|
|   Building modules, stage 2.
| ./scripts/Makefile.modpost:42: include/config/auto.conf: No such file or directory
| make[2]: *** No rule to make target `include/config/auto.conf'.  Stop.
| make[1]: *** [modules] Error 2
| make[1]: Leaving directory `.../build-framebuffer/tmp/sysroots/imx23evk/usr/src/kernel'
| make: *** [default] Error 2
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolibinput: update to 0.7.0
Armin Kuster [Wed, 31 Dec 2014 04:12:24 +0000 (20:12 -0800)]
libinput: update to 0.7.0

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agommc-utils: update to latest git version
Armin Kuster [Wed, 31 Dec 2014 04:12:23 +0000 (20:12 -0800)]
mmc-utils: update to latest git version

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agooeqa/selftest: fix test_incremental_image_generation for changes in log output
Yi Zhao [Wed, 31 Dec 2014 02:59:42 +0000 (10:59 +0800)]
oeqa/selftest: fix test_incremental_image_generation for changes in log output

test_incremental_image_generation case failed because the log output
chanaged:

FAIL: test_incremental_image_generation (oeqa.selftest.buildoptions.ImageOptionsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
  "/buildarea3/yzhao1/poky-build/meta/lib/oeqa/utils/decorators.py", line 90, in wrapped_f
    return func(*args)
  File
  "/buildarea3/yzhao1/poky-build/meta/lib/oeqa/selftest/buildoptions.py", line 25, in test_incremental_image_generation
    self.assertEqual(0, res.status, msg="No match for openssh-sshd in log.do_rootfs")
AssertionError: 0 != 1 : No match for openssh-sshd in log.do_rootfs
----------------------------------------------------------------------

Using re search instead grep

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogstreamer1.0-rtsp-server: upgrade to 1.4.5
Ross Burton [Tue, 30 Dec 2014 18:04:05 +0000 (18:04 +0000)]
gstreamer1.0-rtsp-server: upgrade to 1.4.5

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogstreamer1.0-libav: upgrade to 1.4.5
Ross Burton [Tue, 30 Dec 2014 18:04:04 +0000 (18:04 +0000)]
gstreamer1.0-libav: upgrade to 1.4.5

License checksum changed as the file list in the license was revised.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogstreamer1.0-plugins-ugly: upgrade to 1.4.5
Ross Burton [Tue, 30 Dec 2014 18:04:03 +0000 (18:04 +0000)]
gstreamer1.0-plugins-ugly: upgrade to 1.4.5

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogstreamer1.0-plugins-good: upgrade to 1.4.5
Ross Burton [Tue, 30 Dec 2014 18:04:02 +0000 (18:04 +0000)]
gstreamer1.0-plugins-good: upgrade to 1.4.5

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogstreamer1.0-plugins-bad: upgrade to 1.4.5
Ross Burton [Tue, 30 Dec 2014 18:04:01 +0000 (18:04 +0000)]
gstreamer1.0-plugins-bad: upgrade to 1.4.5

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogstreamer1.0-plugins-base: upgrade to 1.4.5
Ross Burton [Tue, 30 Dec 2014 18:04:00 +0000 (18:04 +0000)]
gstreamer1.0-plugins-base: upgrade to 1.4.5

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogstreamer1.0: upgrade to 1.4.5
Ross Burton [Tue, 30 Dec 2014 18:03:59 +0000 (18:03 +0000)]
gstreamer1.0: upgrade to 1.4.5

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agooeqa/parselogs: Add harmless failure warning introduced by new qemu version on qemuppc
Richard Purdie [Wed, 31 Dec 2014 08:17:26 +0000 (08:17 +0000)]
oeqa/parselogs: Add harmless failure warning introduced by new qemu version on qemuppc

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoqemu: upgrade to 2.2.0
Kai Kang [Thu, 18 Dec 2014 01:36:40 +0000 (09:36 +0800)]
qemu: upgrade to 2.2.0

Upgrade qemu from version 2.1.2 to 2.2.0.

Update Qemu-Arm-versatilepb-Add-memory-size-checking.patch for new
version qemu.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogstreamer1.0-plugins-base: Taglist will not be sent to downstream if all the frame...
Zidan Wang [Tue, 30 Dec 2014 02:55:53 +0000 (10:55 +0800)]
gstreamer1.0-plugins-base: Taglist will not be sent to downstream if all the frame corrupted

Add patch to fix the issue that taglist will not be sent to downstream if the
tag is EOS.

https://bugzilla.gnome.org/show_bug.cgi?id=737246

Signed-off-by: Zidan Wang <b50113@freescale.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agogstreamer1.0-plugins-good: Decrease the rank as havn't this kind of decoder for aster...
Zidan Wang [Tue, 30 Dec 2014 02:55:52 +0000 (10:55 +0800)]
gstreamer1.0-plugins-good: Decrease the rank as havn't this kind of decoder for asteriskh263

When streaming H263 stream on RTSP, asteriskh263 will be loaded, but it can't
find this kind of video decoder. So decrease the rank as havn't this kind of
decoder.

https://bugzilla.gnome.org/show_bug.cgi?id=739935

Signed-off-by: Zidan Wang <b50113@freescale.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoxcb-util-keysyms: upgrade to 0.4.0
Ross Burton [Mon, 22 Dec 2014 17:33:41 +0000 (17:33 +0000)]
xcb-util-keysyms: upgrade to 0.4.0

10 years agoxcb-util-image: upgrade to 0.4.0
Ross Burton [Mon, 22 Dec 2014 17:33:26 +0000 (17:33 +0000)]
xcb-util-image: upgrade to 0.4.0

Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoxcb-util: upgrade to 0.4.0
Ross Burton [Mon, 22 Dec 2014 17:33:10 +0000 (17:33 +0000)]
xcb-util: upgrade to 0.4.0

Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoxtrans: upgrade to 1.3.5
Ross Burton [Mon, 22 Dec 2014 17:32:56 +0000 (17:32 +0000)]
xtrans: upgrade to 1.3.5

Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agolibxext: upgrade to 1.3.3
Ross Burton [Mon, 22 Dec 2014 17:32:41 +0000 (17:32 +0000)]
libxext: upgrade to 1.3.3

10 years agogtk+: upgrade to 2.24.25
Ross Burton [Fri, 19 Dec 2014 19:52:36 +0000 (19:52 +0000)]
gtk+: upgrade to 2.24.25

Remove patches that are no longer needed:
* GtkButton-do-no-prelight: merged upstream
* Duplicate-the-exec-string: upstream decided this behaviour is incorrect
* cellrenderer-cairo: Cairo isn't the performance bottleneck it once was, drop
* configure-nm: resolved upstrea
* configurefix.patch: not applied
* run-iconcache: not needed when building tarballs, and if gtk-update-icon-cache
  is needed at build time (e.g. user is customising default icon theme) then
  they can add a dependency on gtk-update-icon-cache-native.

Also remove mention of patches that have been commented out for a long time.

Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agopango: upgrade to 1.36.8
Ross Burton [Mon, 22 Dec 2014 16:55:00 +0000 (16:55 +0000)]
pango: upgrade to 1.36.8

Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoharfbuzz: upgrade to 0.9.37
Ross Burton [Mon, 22 Dec 2014 16:58:27 +0000 (16:58 +0000)]
harfbuzz: upgrade to 0.9.37

Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agocairo: upgrade to 1.12.8
Ross Burton [Mon, 22 Dec 2014 17:11:35 +0000 (17:11 +0000)]
cairo: upgrade to 1.12.8

Drop Remove-LTO-support as this patch has been merged upstream.

Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoat-spi2-atk: upgrade to 2.14.1.
Ross Burton [Fri, 19 Dec 2014 17:40:42 +0000 (17:40 +0000)]
at-spi2-atk: upgrade to 2.14.1.

Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoat-spi2-core: upgrade to 2.14.1
Ross Burton [Fri, 19 Dec 2014 17:38:47 +0000 (17:38 +0000)]
at-spi2-core: upgrade to 2.14.1

Drop core_acinclude_m4.patch, merged upstream.

Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoatk: upgrade to 2.14.0
Ross Burton [Fri, 19 Dec 2014 17:27:08 +0000 (17:27 +0000)]
atk: upgrade to 2.14.0

License checksums included some #includes so update the endline to match the
license statement.

Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agoglib-2.0: Upgrade to 2.42.1
Ross Burton [Fri, 19 Dec 2014 17:21:54 +0000 (17:21 +0000)]
glib-2.0: Upgrade to 2.42.1

Signed-off-by: Ross Burton <ross.burton@intel.com>
10 years agosqlite3: Upgrade to 3.8.7.4
Aníbal Limón [Mon, 29 Dec 2014 17:24:11 +0000 (11:24 -0600)]
sqlite3: Upgrade to 3.8.7.4

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agomc: Upgrade to 4.8.13
Aníbal Limón [Mon, 29 Dec 2014 17:24:10 +0000 (11:24 -0600)]
mc: Upgrade to 4.8.13

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolsof: Upgrade to 4.88
Aníbal Limón [Mon, 29 Dec 2014 17:24:09 +0000 (11:24 -0600)]
lsof: Upgrade to 4.88

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoacpid: Upgrade to 2.0.23
Aníbal Limón [Mon, 29 Dec 2014 17:24:08 +0000 (11:24 -0600)]
acpid: Upgrade to 2.0.23

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoxrandr: Upgrade to 1.4.3
Aníbal Limón [Mon, 29 Dec 2014 17:24:07 +0000 (11:24 -0600)]
xrandr: Upgrade to 1.4.3

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopciutils: change default value of PACKAGECONFIG
Chen Qi [Mon, 29 Dec 2014 12:04:38 +0000 (20:04 +0800)]
pciutils: change default value of PACKAGECONFIG

Default PACKAGECONFIG value to "hwdb" if 'systemd' is in DISTRO_FEATURES.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agobind: fix for CVE-2014-8500
Sona Sarmadi [Mon, 29 Dec 2014 09:10:33 +0000 (10:10 +0100)]
bind: fix for CVE-2014-8500

[From upstream commit: 603a0e2637b35a2da820bc807f69bcf09c682dce]

[YOCTO #7098]

External References:
===================
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8500

Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agodiffutils & diffstat: fix up EXTRA_OECONF
Chen Qi [Mon, 29 Dec 2014 08:28:21 +0000 (16:28 +0800)]
diffutils & diffstat: fix up EXTRA_OECONF

The following line is meant to be in diffutils but it was added to
diffstat by accident. The commit message which introduced this line
says that it's for diffutils.

     EXTRA_OECONF += "--without-libsigsegv-prefix"

This patch fixes this problem.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agowpa-supplicant: avoid host contamination of drivers by libnl3
Justin Capella [Sun, 28 Dec 2014 23:40:23 +0000 (15:40 -0800)]
wpa-supplicant: avoid host contamination of drivers by libnl3

(See patch refrenced from OE-core rev: 1c3beda0015da9a0fec2581af7645c9ea122c7e3)

Modifies do_configure to inject DRV_CFLAGS variable into wpa_supplicant/.config which is then included during make of drivers.

Signed-off-by: Justin Capella <justincapella@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoclutter: enable EGL backend by default
Ross Burton [Thu, 27 Jun 2013 16:40:50 +0000 (17:40 +0100)]
clutter: enable EGL backend by default

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoclutter-1.0: add ptest
Tim Orling [Wed, 8 Oct 2014 03:00:13 +0000 (20:00 -0700)]
clutter-1.0: add ptest

Upstream has reworked installed-tests, use them for ptest.
Default output format for tests is not TAP, add patch to generate TAP output.
Run tests with gnome-desktop-testing-runner, which understands TAP output.

Tested on nuc with core-image-clutter and core-image-weston.

Reminder that for "pure" wayland (e.g. core-image-weston) you need to "export CLUTTER_BACKEND = wayland" to get past setting the DISPLAY variable expected for X11 backend.

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoclutter-1.0: upgrade to v1.20.0
Tim Orling [Wed, 8 Oct 2014 03:00:12 +0000 (20:00 -0700)]
clutter-1.0: upgrade to v1.20.0

* The 1.19.x series were "snapshots" and not stable releases.
* This is the first stable release beyond the 1.18.x series.
* Tested on nuc with core-image-weston.

ANNOUNCEMENT:
https://mail.gnome.org/archives/clutter-list/2014-September/msg00007.html

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolocal.conf.sample: Add qemuarm64
Mark Hatle [Thu, 6 Nov 2014 15:34:27 +0000 (23:34 +0800)]
local.conf.sample: Add qemuarm64

Add an example machine configuration for qemuarm64.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agobinutils: several security fixes
Armin Kuster [Fri, 26 Dec 2014 16:51:53 +0000 (08:51 -0800)]
binutils: several security fixes

CVE-2014-8484
CVE-2014-8485
CVE-2014-8501
CVE-2014-8502
CVE-2014-8503
CVE-2014-8504
CVE-2014-8737

and one supporting patch.

[Yocto # 7084]

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agom4: Disable searching for libsigsegv
Holger Hans Peter Freyther [Fri, 26 Dec 2014 11:08:59 +0000 (12:08 +0100)]
m4: Disable searching for libsigsegv

When building GNU Smalltalk libsigsegv will be available and m4
will start to use it. This leads to the below warning:

WARNING: QA Issue: m4 rdepends on libsigsegv, but it isn't a build dependency? [build-deps]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agodiffutils: Disable searching for libsigsegv
Holger Hans Peter Freyther [Fri, 26 Dec 2014 11:08:58 +0000 (12:08 +0100)]
diffutils: Disable searching for libsigsegv

After building GNU Smalltalk libsigsegv is in the sysroot
and will be picked-up by diffutils. This lead to the below
warning:

WARNING: QA Issue: m4 rdepends on libsigsegv, but it isn't a build dependency? [build-deps]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogrep: upgrade to 2.21
Chen Qi [Fri, 26 Dec 2014 09:35:33 +0000 (17:35 +0800)]
grep: upgrade to 2.21

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoxz: upgrade to latest stable release 5.2.0
Chen Qi [Fri, 26 Dec 2014 09:35:32 +0000 (17:35 +0800)]
xz: upgrade to latest stable release 5.2.0

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopciutils: add PACKAGECONFIG for 'hwdb'
Chen Qi [Fri, 26 Dec 2014 09:35:31 +0000 (17:35 +0800)]
pciutils: add PACKAGECONFIG for 'hwdb'

Add PACKAGECONFIG for 'hwdb' to fix the following QA warning.
WARNING: QA Issue: libpci rdepends on libudev, but it isn't a build dependency? [build-deps]
WARNING: QA Issue: pciutils rdepends on libudev, but it isn't a build dependency? [build-deps]

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopciutils: upgrade to 3.3.0
Chen Qi [Fri, 26 Dec 2014 09:35:30 +0000 (17:35 +0800)]
pciutils: upgrade to 3.3.0

lib-build-fix.patch is removed as it doesn't seem useful.
do_compile_prepend is removed because it's not useful for the new version.
The following line is removed as I don't see any problem without it.
PARALLEL_MAKE = ""

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agosudo: upgrade to latest state version 1.8.11p2
Chen Qi [Fri, 26 Dec 2014 09:35:29 +0000 (17:35 +0800)]
sudo: upgrade to latest state version 1.8.11p2

Files containing license information have changed position.
FILES_${PN}-dev needs to be modified to contain correct files.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agotar: upgrade to 2.18
Chen Qi [Fri, 26 Dec 2014 09:35:28 +0000 (17:35 +0800)]
tar: upgrade to 2.18

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agokmod: upgrade to 19
Chen Qi [Fri, 26 Dec 2014 09:35:27 +0000 (17:35 +0800)]
kmod: upgrade to 19

0001-Add-missing-O_CLOEXEC-in-kmod_module_get_size.patch is dropped
as it's in the new version.

Change-to-calling-bswap_-instead-of-htobe-and-be-toh.patch is modified
to match the new version.

License chesum is changed but it is confirmed that the license information
is not chagned.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoboost : Add the atomic and chrono libraries to the build.
Philip Balister [Tue, 23 Dec 2014 14:14:03 +0000 (09:14 -0500)]
boost : Add the atomic and chrono libraries to the build.

Inspection of buildhistory shows no existing libraries changed and
the atmoic and chrono libraries are packaged individually.

Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agorunqemu-internal: increase memory for qemuarm64
Kai Kang [Thu, 25 Dec 2014 08:19:33 +0000 (16:19 +0800)]
runqemu-internal: increase memory for qemuarm64

Increase memory to 512M for qemuarm64. The original size 126M can't make
task testimage pass, neither 256M.

[YOCTO #7102]

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoelfutils: Update PREFERRED_VERSION after upgrade
Saul Wold [Tue, 23 Dec 2014 21:41:04 +0000 (13:41 -0800)]
elfutils: Update PREFERRED_VERSION after upgrade

Since we normally fix the version of elfutils in tcmode-default, this
needs to be updated after we upgrade the recipe itself.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agooeqa/selftest: fix test_force_task so it doesn't taint the entire build
Paul Eggleton [Tue, 23 Dec 2014 16:01:55 +0000 (16:01 +0000)]
oeqa/selftest: fix test_force_task so it doesn't taint the entire build

Using -C sets a taint on the specified task, and m4-native is in the
dependency chain for just about everything, which means that everything
gets forced to rebuild. We don't need the influence of this test to
extend outside of the test itself, so ensure that the taint gets cleared
at the end of the test.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
10 years agooeqa/selftest: populate pkgdata/shlibs in test_recipetool_create_git
Paul Eggleton [Tue, 23 Dec 2014 15:20:24 +0000 (15:20 +0000)]
oeqa/selftest: populate pkgdata/shlibs in test_recipetool_create_git

Build some recipes so that we have the needed data in the sysroot for
recipetool to refer to when scanning for dependencies.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
10 years agooeqa/selftest: improve failure messages for devtool tests
Paul Eggleton [Tue, 23 Dec 2014 15:19:03 +0000 (15:19 +0000)]
oeqa/selftest: improve failure messages for devtool tests

assertTrue prints "False is not True" if it fails, which is pretty much
useless. Use a more appropriate assertion test where practical and add a
message where it isn't.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
10 years agooeqa/selftest: skip test_incremental_image_generation if not using rpm
Paul Eggleton [Tue, 23 Dec 2014 15:17:48 +0000 (15:17 +0000)]
oeqa/selftest: skip test_incremental_image_generation if not using rpm

We have just implemented incremental ipk image generation, but at the
moment this test doesn't support that, so skip it if not using rpm.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
10 years agooeqa/selftest: fix test_event_handler for changes in bitbake output
Paul Eggleton [Tue, 23 Dec 2014 14:39:03 +0000 (14:39 +0000)]
oeqa/selftest: fix test_event_handler for changes in bitbake output

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
10 years agooeqa/utils: fix testcase decorator to allow calling tests individually
Paul Eggleton [Tue, 23 Dec 2014 14:47:45 +0000 (14:47 +0000)]
oeqa/utils: fix testcase decorator to allow calling tests individually

Without this, running tests individually failed with a traceback:

$ oe-selftest --run-test
buildoptions.ImageOptionsTests.test_incremental_image_generation
2014-12-23 14:40:37,636 - selftest - INFO - Checking that everything is in order before running the tests
2014-12-23 14:40:38,408 - selftest - INFO - Running bitbake -p
2014-12-23 14:40:40,235 - selftest - INFO - Loading tests from:
oeqa.selftest.buildoptions.ImageOptionsTests.test_incremental_image_generation
Traceback (most recent call last):
  File "/home/user/poky/scripts/oe-selftest", line 179, in <module>
    ret = main()
  File "/home/user/poky/scripts/oe-selftest", line 164, in main
    suite.addTests(loader.loadTestsFromName(test))
  File "/usr/lib64/python2.7/unittest/loader.py", line 91, in loadTestsFromName
    module = __import__('.'.join(parts_copy))
  File "/home/user/poky/meta/lib/oeqa/selftest/buildoptions.py", line 12, in <module>
    class ImageOptionsTests(oeSelfTest):
  File "/home/user/poky/meta/lib/oeqa/selftest/buildoptions.py", line 14, in ImageOptionsTests
    @testcase(761)
NameError: global name 'func' is not defined

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
10 years agooeqa/utils: replace some tabs with spaces
Paul Eggleton [Tue, 23 Dec 2014 14:34:29 +0000 (14:34 +0000)]
oeqa/utils: replace some tabs with spaces

Python code should use spaces only for indentation.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
10 years agodpkg: Upgrade to 1.17.21
Aníbal Limón [Mon, 24 Nov 2014 21:16:31 +0000 (15:16 -0600)]
dpkg: Upgrade to 1.17.21

Remove dpkg-1.17.4-CVE-2014-0471, dpkg-1.17.4-CVE-2014-0471-CVE-2014-3127 and
ignore_extra_fields patches that are already in upstream.

Rebase no-vla-warning patch.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopythonnative: set PYTHON_EXECUTABLE so that cmake can find it
Andreas Müller [Wed, 3 Dec 2014 12:40:54 +0000 (13:40 +0100)]
pythonnative: set PYTHON_EXECUTABLE so that cmake can find it

| CMake Error at /home/a.mueller/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
|   Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE)

[RP: Added comment that is used by cmake]
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agowic: account for mmcblk device partition naming
Maciej Borzecki [Mon, 22 Dec 2014 14:28:02 +0000 (15:28 +0100)]
wic: account for mmcblk device partition naming

MMC block device partitions are named differently than other block
devices and use the scheme: mmcblk<devnum>p<partnum>, ex: mmcblk0p1,
mmcblk0p2. The current code generates incorrect parition names missing
'p' infix for fstab entries. The patch resolves this problem.

Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl>
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolsb: remove sendmail from sysroot
Robert Yang [Fri, 19 Dec 2014 08:27:54 +0000 (00:27 -0800)]
lsb: remove sendmail from sysroot

The sysroot/${libdir}/sendmail conflicts with esmtp's, and it's a
symlink to ${sbindir}/sendmail which is meaningless for sysroot, so
remove it.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agobind: fix conf.patch to add db.255 configuration file
Chen Qi [Fri, 19 Dec 2014 07:30:04 +0000 (15:30 +0800)]
bind: fix conf.patch to add db.255 configuration file

Add in conf.patch /etc/bind/db.255 file so that we don't get the following error.

    zone 255.in-addr.arpa/IN: loading from master file /etc/bind/db.255 failed: file not found

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoimage.bbclass: avoid boot error on read-only systemd image
Chen Qi [Tue, 21 Oct 2014 06:30:36 +0000 (14:30 +0800)]
image.bbclass: avoid boot error on read-only systemd image

New version of systemd implements a new feature of updating /etc
or /var when needed at boot. For details, please see link below.

Opointer.de/blog/projects/stateless.html

For now, at boot time, the systemd-sysusers.service would update user
database files (/etc/passwd, /etc/group, etc.) according to the configuration
files under /usr/lib/sysusers.d. This step is necessary for other systemd
services to work correctly. Examples of such services are systemd-resolved
and systemd-tmpfiles-setup.

The problem is that on a read-only file system, that is, if /etc is read-only,
the user database files could not be updated, causing failures of services.

This patch fixes this problem by adding users/groups at rootfs time.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolicense.bbclass: hardlink requires write permission
Robert Yang [Thu, 13 Nov 2014 07:55:58 +0000 (23:55 -0800)]
license.bbclass: hardlink requires write permission

Fixed:
* The os.link() reqiures write permission on the src file (suppose the
  src file belongs to another user, then you need write permission to harlink to
  it since the link count would change)

* Print more info when failed to copy
  The warning was like:
  WARNING: Could not copy license file COPYING: [Errno 1] Operation not permitted

  We couldn't know which recipe print the warning from this message.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoopkg-collateral: Use new lists_dir syntax
Paul Barker [Sun, 21 Dec 2014 22:11:50 +0000 (22:11 +0000)]
opkg-collateral: Use new lists_dir syntax

Since opkg v0.2.3, it has been possible to use the new syntax for the
'lists_dir' option in an opkg configuration file. From v0.3.0, this new syntax
is required. The new syntax matches the way other options are set.

Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoppp: upgrade 2.4.7
Hongxu Jia [Tue, 23 Dec 2014 05:09:58 +0000 (13:09 +0800)]
ppp: upgrade 2.4.7

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agopax-utils: upgrade to 0.9.2
Hongxu Jia [Tue, 23 Dec 2014 05:09:57 +0000 (13:09 +0800)]
pax-utils: upgrade to 0.9.2

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoapr-util: upgrade to 1.5.4
Hongxu Jia [Tue, 23 Dec 2014 05:09:56 +0000 (13:09 +0800)]
apr-util: upgrade to 1.5.4

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolibxml2: upgrade to 2.9.2
Hongxu Jia [Tue, 23 Dec 2014 05:09:54 +0000 (13:09 +0800)]
libxml2: upgrade to 2.9.2

- Rebase python-sitepackages-dir.patch to 2.9.2

- Drop libxml2-CVE-2014-3660.patch which has been merged to 2.9.2.

- Add configure.ac-fix-cross-compiling-warning.patch to fix cross
  compilation failure.

- Tweak do_configure_prepend, use configure.ac to instead of configure.in

- Add cmake files to ${PN}-dev

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolicense: Validate if LICENSE is well defined.
Aníbal Limón [Mon, 22 Dec 2014 23:30:46 +0000 (17:30 -0600)]
license: Validate if LICENSE is well defined.

Add check_license_format function that shows warning if LICENSE don't have
valid operators and also if have space separated entries without operator,
add check_license_format validation into base class.

[YOCTO #6758]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolicense_class: fix license.manifest shows LICENSE field differently to recipe
Aníbal Limón [Mon, 22 Dec 2014 23:30:45 +0000 (17:30 -0600)]
license_class: fix license.manifest shows LICENSE field differently to recipe

Drop removal of [|&()*] operators in pkged_lic because this removal is only
needed to validate if license is collected.

[YOCTO #6757]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agologrotate: upgrade to 3.8.8
Robert Yang [Fri, 19 Dec 2014 11:06:34 +0000 (03:06 -0800)]
logrotate: upgrade to 3.8.8

* Upgrade to 3.8.8.
* Update disable-check-different-filesystems.patch since we still need it.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolib/oe/image.py: Handle compressed IMAGE_TYPEDEP values
Otavio Salvador [Wed, 24 Dec 2014 16:32:11 +0000 (14:32 -0200)]
lib/oe/image.py: Handle compressed IMAGE_TYPEDEP values

When computing the dependency graph for the image generation, we need
to take into account the compression type and identify the base type
it relates to. This allow for a more robust graph generation even when
using composed image types.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoimage_types.bbclass: Rework code to map types for 'ext3'
Otavio Salvador [Wed, 24 Dec 2014 16:32:10 +0000 (14:32 -0200)]
image_types.bbclass: Rework code to map types for 'ext3'

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoimage_types.bbclass: Respect IMAGE_TYPEDEP dependencies
Otavio Salvador [Wed, 24 Dec 2014 16:32:09 +0000 (14:32 -0200)]
image_types.bbclass: Respect IMAGE_TYPEDEP dependencies

The IMAGE_TYPEDEP dependencies also need to be taken into account when
building an IMAGE_FSTYPE.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agoinit-ifupdown: Add missing script for qemuarm64
Richard Purdie [Mon, 22 Dec 2014 12:14:10 +0000 (12:14 +0000)]
init-ifupdown: Add missing script for qemuarm64

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agolibpng 1.6.13: fix build for aarch64
Koen Kooi [Thu, 18 Dec 2014 08:51:04 +0000 (16:51 +0800)]
libpng 1.6.13: fix build for aarch64

The configure override was too restrictive, it needed both 'arm' and
'neon' to trigger, which breaks on aarch64. Since TUNE_FEATURES is the
only qualifier that matters, drop the 'arm' override.

Buildtested for 'genericarmv8' and 'qemux86' machines.

[RP: Added class-target override to avoid failures for libpng-native]
Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agomake: upgrade to 4.1
Robert Yang [Mon, 22 Dec 2014 05:28:29 +0000 (21:28 -0800)]
make: upgrade to 4.1

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agogit: upgrade to 2.2.0
Robert Yang [Mon, 22 Dec 2014 05:28:28 +0000 (21:28 -0800)]
git: upgrade to 2.2.0

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agorsync: upgrade to 3.1.1
Robert Yang [Mon, 22 Dec 2014 05:28:26 +0000 (21:28 -0800)]
rsync: upgrade to 3.1.1

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agowget: add PACKAGECONFIG for util-linux
Robert Yang [Mon, 22 Dec 2014 05:28:25 +0000 (21:28 -0800)]
wget: add PACKAGECONFIG for util-linux

Fixed:
WARNING: QA Issue: wget rdepends on util-linux-libuuid, but it isn't a build dependency? [build-deps]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agowget: upgrade to 1.16.1
Robert Yang [Mon, 22 Dec 2014 05:28:24 +0000 (21:28 -0800)]
wget: upgrade to 1.16.1

* upgrade to 1.16.1
* inherit pkgconfig to fix the error like:a
  | configure.ac:41: error: possibly undefined macro: AC_MSG_NOTICE
  | configure.ac:89: error: possibly undefined macro: AS_IF

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 years agofile: upgrade to 5.21
Robert Yang [Mon, 22 Dec 2014 05:28:23 +0000 (21:28 -0800)]
file: upgrade to 5.21

* Upgrade to 5.21.
* The debian-742262.patch is still needed.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>