All of lore.kernel.org
 help / color / mirror / Atom feed
* how to configure the build packages of a makefile based libary
@ 2016-04-28  9:50 S.Jaritz
  2016-04-28 10:51 ` Burton, Ross
  2016-04-28 10:52 ` SIVA SUBRAMANIAN.P
  0 siblings, 2 replies; 18+ messages in thread
From: S.Jaritz @ 2016-04-28  9:50 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 1928 bytes --]

Hej

I like to include the hiredis library. I created a recipe and modified the 
EXTRA_OEMAKE. The compilation works (in the git directory object, "so" and 
"a" files are generated). But the generated files are not placed into 
packages.

Any ideas?

below there is the "libhiredis.bb" file:
#########
SUMMARY = "libhiredis"
SECTION = "sek4"
LICENSE = "COPYING"
LIC_FILES_CHKSUM = "file://$
{WORKDIR}/git/COPYING;md5=d84d659a35c666d23233e54503aaea51"

# 0.13.3
# SRCREV = "010756025e8cefd1bc66c6d4ed3b1648ef6f1f95"
SRC_URI = "git://github.com/redis/hiredis.git;rev=v0.13.3"

S = "${WORKDIR}/git/"

# we need to pass the Cxx parameter extra to the make call
EXTRA_OEMAKE = "'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}' 'CFLAGS=${CFLAGS} 
-I${S}/include' 'BUILDDIR=${S}'"
#########

Regards!
Stefan

------------------------------------------------------------
ESA Elektroschaltanlagen Grimma GmbH
Broner Ring 30
04668 Grimma
Telefon: +49 3437 9211 176
Telefax: +49 3437 9211 26
E-Mail: s.jaritz@esa-grimma.de
Internet: www.esa-grimma.de


Geschäftsführer:
Dipl.-Ing. Jörg Gaitzsch
Jörg Reinker

Sitz der Gesellschaft: Grimma
Ust.-ID: DE 141784437
Amtsgericht: Leipzig, HRB 5159
Steuernummer: 238/108/00755


Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte 
Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich 
erhalten 
haben, informieren Sie bitte sofort den Absender und löschen Sie diese 
Nachricht. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser 
Mail 
ist nicht gestattet.

This e-mail may contain confidential and/or privileged information. If you 
are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is 
strictly 
forbidden.

[-- Attachment #2: Type: text/html, Size: 3195 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2016-04-29 14:18 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-28  9:50 how to configure the build packages of a makefile based libary S.Jaritz
2016-04-28 10:51 ` Burton, Ross
2016-04-28 12:09   ` S.Jaritz
2016-04-28 12:44     ` Burton, Ross
2016-04-28 15:25       ` Fred Ollinger
2016-04-28 15:46         ` Burton, Ross
2016-04-28 16:09           ` Antwort: " S.Jaritz
2016-04-28 16:16             ` Burton, Ross
2016-04-28 16:16             ` Antwort: " Fred Ollinger
2016-04-28 16:18             ` YUKATHARSANI JEYACHANDRA
2016-04-28 16:25               ` Burton, Ross
2016-04-29  7:54                 ` Antwort: " S.Jaritz
2016-04-29  8:59                   ` Burton, Ross
2016-04-29  9:59                     ` Antwort: Re: " S.Jaritz
2016-04-29 11:11                       ` Burton, Ross
2016-04-29 14:01                         ` SIVA SUBRAMANIAN.P
2016-04-29 14:17                           ` Burton, Ross
2016-04-28 10:52 ` SIVA SUBRAMANIAN.P

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.