* meta-networking rp-pppoe
@ 2013-05-09 19:38 Mark Hatle
0 siblings, 0 replies; only message in thread
From: Mark Hatle @ 2013-05-09 19:38 UTC (permalink / raw)
To: openembedded-devel
I'm having a couple of problems with rp-pppoe.
The first issue is simple. '${P}' is used in the SRC_URI, so if I am configured
to use multilibs I get failures. The following fixes it:
-SRC_URI = "http://www.roaringpenguin.com/files/download/${P}.tar.gz \
+SRC_URI = "http://www.roaringpenguin.com/files/download/${BP}.tar.gz \
The second issue however, is something I haven't been able to figure out. When
running the do_configure task, I get a failure:
checking packing order of bit fields... no defaults for cross-compiling
configure: error: ./configure failed for src
Looking into this, there is a patch that appears to be expecting something to
pass in "rpppoe_cv_pack_bitfields" with a value of 'normal' or 'rev'. But I
don't see anything in the recipe that actually sets that value.
Is this is a bug in the integration, or am I missing something?
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-05-09 19:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-09 19:38 meta-networking rp-pppoe Mark Hatle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox