On Tue, Aug 16, 2011 at 7:44 PM, Cui, Dexuan <[email protected]> wrote: > Khem Raj wrote on 2011-08-17: >> It ends in errors like below otherwise >> >> | framework/channel_tcp.c:34:27: fatal error: openssl/ssl.h: No such >> file or directory >> | compilation terminated. >> | make: *** [obj/GNU/Linux/arm/Debug/framework/channel_tcp.o] Error 1 >> | make: *** Waiting for unfinished jobs.... >> | + die 'oe_runmake failed' >> | + bbfatal 'oe_runmake failed' >> | + echo 'ERROR: oe_runmake failed' >> | ERROR: oe_runmake failed >> | + exit 1 >> >> Signed-off-by: Khem Raj <[email protected]> >> --- >> meta/recipes-devtools/tcf-agent/tcf-agent_svn.bb | 4 ++-- >> 1 files changed, 2 insertions(+), 2 deletions(-) >> diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_svn.bb >> b/meta/recipes-devtools/tcf-agent/tcf-agent_svn.bb index >> 3f97f69..37591c2 100644 --- >> a/meta/recipes-devtools/tcf-agent/tcf-agent_svn.bb +++ >> b/meta/recipes-devtools/tcf-agent/tcf-agent_svn.bb @@ -8,7 +8,7 @@ >> LIC_FILES_CHKSUM = >> "file://../epl-v10.html;md5=7aa4215a330a0a4f6a1cbf8da1a0879f >> >> SRCREV = "1855" >> PV = "0.0+svnr${SRCPV}" >> -PR = "r0" >> +PR = "r1" >> >> SRC_URI = >> "svn://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf/trunk;module=ag >> ent;p roto=http \ >> >> http://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf/trunk/epl-v10.h >> tml;na me=epl \ @@ -19,7 +19,7 @@ SRC_URI = >> "svn://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf/trunk;module=ag >> SRC_URI[epl.md5sum] = "7aa4215a330a0a4f6a1cbf8da1a0879f" >> SRC_URI[epl.sha256sum] = >> "4fd64aeed340d62a64a8da4b371efe0f6d0d745f4d2dbefacba86c646d36bc7 2" >> >> -DEPENDS = "util-linux" >> +DEPENDS = "util-linux openssl" >> RDEPENDS_${PN} = "bash" >> >> S = "${WORKDIR}/agent" > Hi, I have sent out the same patch 8+ hours ago. :-)
thanks for doing that > > Thanks, > -- Dexuan > > > > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core > _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
