[oe-issues] [Bug 3366] New: webcam-server needs jpeg to build
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Sun Nov 25 12:46:38 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=3366
Summary: webcam-server needs jpeg to build
Product: Openembedded
Version: Angstrom
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build
AssignedTo: openembedded-issues at lists.openembedded.org
ReportedBy: nicolas-oe at boichat.ch
Hi,
I had to modified the recipe for webcam-server to get it to build, as the
dependency to jpeg is missing. There might be other dependencies, I haven't
checked.
Fix:
--- org.openembedded.dev/packages/webcam-server/webcam-server_0.50.bb
2007-11-24 13:48:08.000000000 +0100
+++ custom/packages/webcam-server/webcam-server_0.50.bb 2007-11-25
13:41:10.000000000 +0100
@@ -13,6 +13,8 @@ LICENSE = "GPL"
######################################################################################
+DEPENDS = "jpeg"
+
SRC_URI = "${SOURCEFORGE_MIRROR}/webcamserver/webcam_server-${PV}.tar.gz"
S = "${WORKDIR}/webcam_server-${PV}"
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list