See first line: http://www.openembedded.org/wiki/Bitbake_World_Status
On Fri, Mar 18, 2016 at 7:56 AM, Gary Thomas <[email protected]> wrote: > On 2016-03-17 15:44, Martin Jansa wrote: > >> On Thu, Mar 10, 2016 at 05:07:21PM +0100, Gary Thomas wrote: >> >>> libass has moved from Google to github.com >>> Also update to the latest version (libass.so.5) >>> >> >> libass-0.13.2: ELF binary >> >> '/tmp/work/i586-oe-linux/libass/0.13.2-r0/packages-split/libass/usr/lib/libass.so.5.3.0' >> has relocations in .text [textrel] >> >> > Hmm, this doesn't happen on arm (cortexa9) builds :-( > > Please tell me how you do "world builds" and I'll try to duplicate this > and the mpv issues. > > > Signed-off-by: Gary Thomas <[email protected]> >>> --- >>> meta-oe/recipes-multimedia/libass/libass.inc | 7 ++----- >>> meta-oe/recipes-multimedia/libass/libass_0.10.1.bb | 5 ----- >>> meta-oe/recipes-multimedia/libass/libass_0.13.2.bb | 4 ++++ >>> 3 files changed, 6 insertions(+), 10 deletions(-) >>> delete mode 100644 meta-oe/recipes-multimedia/libass/libass_0.10.1.bb >>> create mode 100644 meta-oe/recipes-multimedia/libass/libass_0.13.2.bb >>> >>> diff --git a/meta-oe/recipes-multimedia/libass/libass.inc >>> b/meta-oe/recipes-multimedia/libass/libass.inc >>> index 328cd14..a394c56 100644 >>> --- a/meta-oe/recipes-multimedia/libass/libass.inc >>> +++ b/meta-oe/recipes-multimedia/libass/libass.inc >>> @@ -1,5 +1,5 @@ >>> DESCRIPTION = "libass is a portable subtitle renderer for the ASS/SSA >>> (Advanced Substation Alpha/Substation Alpha) subtitle format. It is mostly >>> compatible with VSFilter." >>> -HOMEPAGE = "http://code.google.com/p/libass/" >>> +HOMEPAGE = "http://github.com/libass/libass/" >>> SECTION = "libs/multimedia" >>> >>> LICENSE = "ISC" >>> @@ -7,10 +7,7 @@ LIC_FILES_CHKSUM = >>> "file://COPYING;md5=8ae98663bac55afe5d989919d296f28a" >>> >>> DEPENDS = "enca fontconfig freetype libpng fribidi" >>> >>> -INC_PR = "r1" >>> - >>> -SRC_URI = "http://${BPN}.googlecode.com/files/${BP}.tar.gz >>> <http://googlecode.com/files/$%7BBP%7D.tar.gz>" >>> - >>> +SRC_URI = " >>> https://github.com/${PN}/${PN}/releases/download/0.13.2/${BP}.tar.gz" >>> inherit autotools pkgconfig >>> >>> PACKAGECONFIG ??= "" >>> diff --git a/meta-oe/recipes-multimedia/libass/libass_0.10.1.bb >>> b/meta-oe/recipes-multimedia/libass/libass_0.10.1.bb >>> deleted file mode 100644 >>> index 0b32276..0000000 >>> --- a/meta-oe/recipes-multimedia/libass/libass_0.10.1.bb >>> +++ /dev/null >>> @@ -1,5 +0,0 @@ >>> -require ${PN}.inc >>> -PR = "${INC_PR}.0" >>> - >>> -SRC_URI[md5sum] = "6cace482a013a3c4bf3b31a68ac66026" >>> -SRC_URI[sha256sum] = >>> "629a7e81fff92dea8d0399b818a41fd1b61e381c67a5961b1eaec2efadb14c6c" >>> diff --git a/meta-oe/recipes-multimedia/libass/libass_0.13.2.bb >>> b/meta-oe/recipes-multimedia/libass/libass_0.13.2.bb >>> new file mode 100644 >>> index 0000000..123c9dd >>> --- /dev/null >>> +++ b/meta-oe/recipes-multimedia/libass/libass_0.13.2.bb >>> @@ -0,0 +1,4 @@ >>> +require ${PN}.inc >>> + >>> +SRC_URI[md5sum] = "b4d82616bb18e8e954b18746a105a3b8" >>> +SRC_URI[sha256sum] = >>> "8baccf663553b62977b1c017d18b3879835da0ef79dc4d3b708f2566762f1d5e" >>> -- >>> 2.5.0 >>> >> > -- > ------------------------------------------------------------ > Gary Thomas | Consulting for the > MLB Associates | Embedded world > ------------------------------------------------------------ > -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
