* [PATCH 1/4] xbmc_svn: add `jasper` to `DEPENDS`
@ 2010-11-26 12:17 Paul Menzel
2010-11-26 12:20 ` [PATCH 2/4] xbmc: add `libxtst` " Paul Menzel
0 siblings, 1 reply; 7+ messages in thread
From: Paul Menzel @ 2010-11-26 12:17 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 2453 bytes --]
Date: Fri, 26 Nov 2010 00:49:11 +0100
Task `configure` fails with the following error.
[…]
| checking for main in -lresolv... yes
| checking for main in -ljasper... no
| configure: error: Could not find a required library. Please see the README for your platform.
| ERROR: Function do_configure failed
NOTE: package xbmc-10.05-r8+gitr0+e2ab481ebe964321c358ab9d6402088c714adcbe: task do_configure: Failed
ERROR: TaskFailed event exception, aborting
ERROR: Build of /oe/openembedded/recipes/xbmc/xbmc_svn.bb do_configure failed
ERROR: Task 11 (/oe/openembedded/recipes/xbmc/xbmc_svn.bb, do_configure) failed with 256
ERROR: '/oe/openembedded/recipes/xbmc/xbmc_svn.bb' failed
ERROR: '/oe/openembedded/recipes/xbmc/xbmc_svn.bb' failed
ERROR: '/oe/openembedded/recipes/xbmc/xbmc_svn.bb' failed
Adding `jasper` to `DEPENDS` fixes this error with the following build configuration.
Build Configuration:
BB_VERSION = "1.10.0"
METADATA_BRANCH = "org.openembedded.dev"
METADATA_REVISION = "97ea91e"
TARGET_ARCH = "arm"
TARGET_OS = "linux-gnueabi"
MACHINE = "beagleboard"
DISTRO = "angstrom"
DISTRO_VERSION = "2010.7-test-20101126"
TARGET_FPU = "hard"
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
---
recipes/xbmc/xbmc_svn.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/recipes/xbmc/xbmc_svn.bb b/recipes/xbmc/xbmc_svn.bb
index b42d7fa..d03ea0b 100644
--- a/recipes/xbmc/xbmc_svn.bb
+++ b/recipes/xbmc/xbmc_svn.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "XBMC Media Center"
LICENSE = "xbmc"
-DEPENDS = "libxmu fribidi mpeg2dec ffmpeg samba fontconfig curl libmodplug libmicrohttpd wavpack libmms cmake-native libsdl-image libsdl-mixer virtual/egl mysql5 sqlite3 libmms faad2 libcdio libpcre boost lzo2 enca avahi libsamplerate0 libxrandr bzip2 virtual/libsdl"
+DEPENDS = "libxmu fribidi mpeg2dec ffmpeg samba fontconfig curl libmodplug libmicrohttpd wavpack libmms cmake-native libsdl-image libsdl-mixer virtual/egl mysql5 sqlite3 libmms faad2 libcdio libpcre boost lzo2 enca avahi libsamplerate0 libxrandr bzip2 virtual/libsdl jasper"
require recipes/egl/egl.inc
SRCREV = "e2ab481ebe964321c358ab9d6402088c714adcbe"
--
1.7.2.3
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply related [flat|nested] 7+ messages in thread* [PATCH 2/4] xbmc: add `libxtst` to `DEPENDS`
2010-11-26 12:17 [PATCH 1/4] xbmc_svn: add `jasper` to `DEPENDS` Paul Menzel
@ 2010-11-26 12:20 ` Paul Menzel
2010-11-27 1:32 ` [PATCH 3/4] xbmc: add `libxinerama` " Paul Menzel
0 siblings, 1 reply; 7+ messages in thread
From: Paul Menzel @ 2010-11-26 12:20 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1917 bytes --]
Date: Fri, 26 Nov 2010 10:33:57 +0100
Task `configure` fails with the following error.
[…]
checking for ENCA... yes
checking for XT... yes
checking for XTST... no
configure: error: Could not find a required library. Please see the README for your platform.
ERROR: Function do_configure failed
Adding `libxtst` to `DEPENDS` fixes this error with the following build configuration.
Build Configuration:
BB_VERSION = "1.10.0"
METADATA_BRANCH = "org.openembedded.dev"
METADATA_REVISION = "97ea91e"
TARGET_ARCH = "arm"
TARGET_OS = "linux-gnueabi"
MACHINE = "beagleboard"
DISTRO = "angstrom"
DISTRO_VERSION = "2010.7-test-20101126"
TARGET_FPU = "hard"
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
---
recipes/xbmc/xbmc_svn.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/recipes/xbmc/xbmc_svn.bb b/recipes/xbmc/xbmc_svn.bb
index d03ea0b..7880a57 100644
--- a/recipes/xbmc/xbmc_svn.bb
+++ b/recipes/xbmc/xbmc_svn.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "XBMC Media Center"
LICENSE = "xbmc"
-DEPENDS = "libxmu fribidi mpeg2dec ffmpeg samba fontconfig curl libmodplug libmicrohttpd wavpack libmms cmake-native libsdl-image libsdl-mixer virtual/egl mysql5 sqlite3 libmms faad2 libcdio libpcre boost lzo2 enca avahi libsamplerate0 libxrandr bzip2 virtual/libsdl jasper"
+DEPENDS = "libxmu fribidi mpeg2dec ffmpeg samba fontconfig curl libmodplug libmicrohttpd wavpack libmms cmake-native libsdl-image libsdl-mixer virtual/egl mysql5 sqlite3 libmms faad2 libcdio libpcre boost lzo2 enca avahi libsamplerate0 libxrandr libxtst bzip2 virtual/libsdl jasper"
require recipes/egl/egl.inc
SRCREV = "e2ab481ebe964321c358ab9d6402088c714adcbe"
--
1.7.2.3
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply related [flat|nested] 7+ messages in thread* [PATCH 3/4] xbmc: add `libxinerama` to `DEPENDS`
2010-11-26 12:20 ` [PATCH 2/4] xbmc: add `libxtst` " Paul Menzel
@ 2010-11-27 1:32 ` Paul Menzel
2010-11-27 1:40 ` [PATCH 4/4] xbmc: add `zip-native` to `DEPENDS` and increase `PR` Paul Menzel
0 siblings, 1 reply; 7+ messages in thread
From: Paul Menzel @ 2010-11-27 1:32 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 2584 bytes --]
Date: Fri, 26 Nov 2010 11:27:33 +0100
Task `configure` fails with the following error.
[…]
| checking for XT... yes
| checking for XTST... yes
| checking for XEXT... yes
| checking for XMU... yes
| checking for XINERAMA... no
| configure: error: Could not find a required library. Please see the README for your platform.
| ERROR: Function do_configure failed
NOTE: package xbmc-10.05-r8+gitr0+e2ab481ebe964321c358ab9d6402088c714adcbe: task do_configure: Failed
ERROR: TaskFailed event exception, aborting
ERROR: Build of /oe/openembedded/recipes/xbmc/xbmc_svn.bb do_configure failed
ERROR: Task 11 (/oe/openembedded/recipes/xbmc/xbmc_svn.bb, do_configure) failed with 256
ERROR: '/oe/openembedded/recipes/xbmc/xbmc_svn.bb' failed
ERROR: '/oe/openembedded/recipes/xbmc/xbmc_svn.bb' failed
ERROR: '/oe/openembedded/recipes/xbmc/xbmc_svn.bb' failed
Adding `libxinerama` to `DEPENDS` fixes this error with the following build configuration.
Build Configuration:
BB_VERSION = "1.10.0"
METADATA_BRANCH = "org.openembedded.dev"
METADATA_REVISION = "97ea91e"
TARGET_ARCH = "arm"
TARGET_OS = "linux-gnueabi"
MACHINE = "beagleboard"
DISTRO = "angstrom"
DISTRO_VERSION = "2010.7-test-20101126"
TARGET_FPU = "hard"
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
---
recipes/xbmc/xbmc_svn.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/recipes/xbmc/xbmc_svn.bb b/recipes/xbmc/xbmc_svn.bb
index 7880a57..d23cc8c 100644
--- a/recipes/xbmc/xbmc_svn.bb
+++ b/recipes/xbmc/xbmc_svn.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "XBMC Media Center"
LICENSE = "xbmc"
-DEPENDS = "libxmu fribidi mpeg2dec ffmpeg samba fontconfig curl libmodplug libmicrohttpd wavpack libmms cmake-native libsdl-image libsdl-mixer virtual/egl mysql5 sqlite3 libmms faad2 libcdio libpcre boost lzo2 enca avahi libsamplerate0 libxrandr libxtst bzip2 virtual/libsdl jasper"
+DEPENDS = "libxmu fribidi mpeg2dec ffmpeg samba fontconfig curl libmodplug libmicrohttpd wavpack libmms cmake-native libsdl-image libsdl-mixer virtual/egl mysql5 sqlite3 libmms faad2 libcdio libpcre boost lzo2 enca avahi libsamplerate0 libxinerama libxrandr libxtst bzip2 virtual/libsdl jasper"
require recipes/egl/egl.inc
SRCREV = "e2ab481ebe964321c358ab9d6402088c714adcbe"
--
1.7.2.3
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply related [flat|nested] 7+ messages in thread* [PATCH 4/4] xbmc: add `zip-native` to `DEPENDS` and increase `PR`
2010-11-27 1:32 ` [PATCH 3/4] xbmc: add `libxinerama` " Paul Menzel
@ 2010-11-27 1:40 ` Paul Menzel
2010-11-27 10:16 ` Koen Kooi
0 siblings, 1 reply; 7+ messages in thread
From: Paul Menzel @ 2010-11-27 1:40 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 2747 bytes --]
Date: Fri, 26 Nov 2010 11:34:59 +0100
1. Task `configure` fails with the following error.
[…]
| checking for unzip... yes
| checking for zip... no
| configure: error: Could not find a required program. Please see the README for your platform.
| ERROR: Function do_configure failed
NOTE: package xbmc-10.05-r8+gitr0+e2ab481ebe964321c358ab9d6402088c714adcbe: task do_configure: Failed
ERROR: TaskFailed event exception, aborting
ERROR: Build of /oe/openembedded/recipes/xbmc/xbmc_svn.bb do_configure failed
ERROR: Task 11 (/oe/openembedded/recipes/xbmc/xbmc_svn.bb, do_configure) failed with 256
ERROR: '/oe/openembedded/recipes/xbmc/xbmc_svn.bb' failed
ERROR: '/oe/openembedded/recipes/xbmc/xbmc_svn.bb' failed
ERROR: '/oe/openembedded/recipes/xbmc/xbmc_svn.bb' failed
Adding `zip-native` to `DEPENDS` fixes this error with the following build configuration.
Build Configuration:
BB_VERSION = "1.10.0"
METADATA_BRANCH = "org.openembedded.dev"
METADATA_REVISION = "97ea91e"
TARGET_ARCH = "arm"
TARGET_OS = "linux-gnueabi"
MACHINE = "beagleboard"
DISTRO = "angstrom"
DISTRO_VERSION = "2010.7-test-20101126"
TARGET_FPU = "hard"
2. After the newly added dependencies the program release (`PR`) has to be increased.
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
---
I am not sure what the best way of submitting this series would be. Probably squashing everything in one patch or bump the `PR` in every patch.
---
recipes/xbmc/xbmc_svn.bb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes/xbmc/xbmc_svn.bb b/recipes/xbmc/xbmc_svn.bb
index d23cc8c..ad95a8a 100644
--- a/recipes/xbmc/xbmc_svn.bb
+++ b/recipes/xbmc/xbmc_svn.bb
@@ -1,13 +1,13 @@
DESCRIPTION = "XBMC Media Center"
LICENSE = "xbmc"
-DEPENDS = "libxmu fribidi mpeg2dec ffmpeg samba fontconfig curl libmodplug libmicrohttpd wavpack libmms cmake-native libsdl-image libsdl-mixer virtual/egl mysql5 sqlite3 libmms faad2 libcdio libpcre boost lzo2 enca avahi libsamplerate0 libxinerama libxrandr libxtst bzip2 virtual/libsdl jasper"
+DEPENDS = "libxmu fribidi mpeg2dec ffmpeg samba fontconfig curl libmodplug libmicrohttpd wavpack libmms cmake-native libsdl-image libsdl-mixer virtual/egl mysql5 sqlite3 libmms faad2 libcdio libpcre boost lzo2 enca avahi libsamplerate0 libxinerama libxrandr libxtst bzip2 virtual/libsdl jasper zip-native"
require recipes/egl/egl.inc
SRCREV = "e2ab481ebe964321c358ab9d6402088c714adcbe"
PV = "10.05"
-PR = "r8"
+PR = "r9"
PR_append = "+gitr${SRCPV}"
SRC_URI = "git://xbmc.git.sourceforge.net/gitroot/xbmc/xbmc;protocol=git;branch=master \
--
1.7.2.3
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply related [flat|nested] 7+ messages in thread* Re: [PATCH 4/4] xbmc: add `zip-native` to `DEPENDS` and increase `PR`
2010-11-27 1:40 ` [PATCH 4/4] xbmc: add `zip-native` to `DEPENDS` and increase `PR` Paul Menzel
@ 2010-11-27 10:16 ` Koen Kooi
2010-12-11 9:16 ` Khem Raj
2010-12-24 13:46 ` XBMC: update to new release (was: [PATCH 4/4] xbmc: add `zip-native` to `DEPENDS` and increase `PR`) Paul Menzel
0 siblings, 2 replies; 7+ messages in thread
From: Koen Kooi @ 2010-11-27 10:16 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 27-11-10 02:40, Paul Menzel wrote:
> I am not sure what the best way of submitting this series would be. Probably squashing everything in one patch or bump the `PR` in every patch.
Squashing :)
I'll also talk to Tobias to see if we can pull in an updated version
from e.g. trunk.
regards,
Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFM8NpgMkyGM64RGpERAt+RAJsHe1WFE0zwA4pdGeEYsJRTdk+GwgCePU+a
5Q3XQ4E7wAMGeiE1hg/RQpg=
=+A3b
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 4/4] xbmc: add `zip-native` to `DEPENDS` and increase `PR`
2010-11-27 10:16 ` Koen Kooi
@ 2010-12-11 9:16 ` Khem Raj
2010-12-24 13:46 ` XBMC: update to new release (was: [PATCH 4/4] xbmc: add `zip-native` to `DEPENDS` and increase `PR`) Paul Menzel
1 sibling, 0 replies; 7+ messages in thread
From: Khem Raj @ 2010-12-11 9:16 UTC (permalink / raw)
To: openembedded-devel
On (27/11/10 11:16), Koen Kooi wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 27-11-10 02:40, Paul Menzel wrote:
>
> > I am not sure what the best way of submitting this series would be. Probably squashing everything in one patch or bump the `PR` in every patch.
>
> Squashing :)
squashed and applied
>
> I'll also talk to Tobias to see if we can pull in an updated version
> from e.g. trunk.
>
> regards,
>
> Koen
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (Darwin)
>
> iD8DBQFM8NpgMkyGM64RGpERAt+RAJsHe1WFE0zwA4pdGeEYsJRTdk+GwgCePU+a
> 5Q3XQ4E7wAMGeiE1hg/RQpg=
> =+A3b
> -----END PGP SIGNATURE-----
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* XBMC: update to new release (was: [PATCH 4/4] xbmc: add `zip-native` to `DEPENDS` and increase `PR`)
2010-11-27 10:16 ` Koen Kooi
2010-12-11 9:16 ` Khem Raj
@ 2010-12-24 13:46 ` Paul Menzel
1 sibling, 0 replies; 7+ messages in thread
From: Paul Menzel @ 2010-12-24 13:46 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 497 bytes --]
Dear Koen,
Am Samstag, den 27.11.2010, 11:16 +0100 schrieb Koen Kooi:
[…]
> I'll also talk to Tobias to see if we can pull in an updated version
> from e.g. trunk.
were you able to contact Tobias? XBMC 10.0 was released around a week
ago [1], so it would be great to have that in OE. Before that gets done,
I need another patch to get XBMC to build [2].
Thanks,
Paul
[1] http://xbmc.org/theuni/2010/12/18/xbmc-10-0/
[2] http://patches.openembedded.org/patch/120/
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2010-12-24 13:46 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-26 12:17 [PATCH 1/4] xbmc_svn: add `jasper` to `DEPENDS` Paul Menzel
2010-11-26 12:20 ` [PATCH 2/4] xbmc: add `libxtst` " Paul Menzel
2010-11-27 1:32 ` [PATCH 3/4] xbmc: add `libxinerama` " Paul Menzel
2010-11-27 1:40 ` [PATCH 4/4] xbmc: add `zip-native` to `DEPENDS` and increase `PR` Paul Menzel
2010-11-27 10:16 ` Koen Kooi
2010-12-11 9:16 ` Khem Raj
2010-12-24 13:46 ` XBMC: update to new release (was: [PATCH 4/4] xbmc: add `zip-native` to `DEPENDS` and increase `PR`) Paul Menzel
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.