Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Paul Menzel <paulepanter@users.sourceforge.net>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 4/4] xbmc: add `zip-native` to `DEPENDS` and increase `PR`
Date: Sat, 27 Nov 2010 02:40:11 +0100	[thread overview]
Message-ID: <1290822011.3795.13.camel@mattotaupa> (raw)
In-Reply-To: <1290821557.3795.11.camel@mattotaupa>

[-- 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 --]

  reply	other threads:[~2010-11-27  1:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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     ` Paul Menzel [this message]
2010-11-27 10:16       ` [PATCH 4/4] xbmc: add `zip-native` to `DEPENDS` and increase `PR` 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1290822011.3795.13.camel@mattotaupa \
    --to=paulepanter@users.sourceforge.net \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox