On Wed, Aug 7, 2013 at 7:34 AM, Burton, Ross <[email protected]> wrote:
> Hi, > > On 7 August 2013 15:17, Matt Ranostay <[email protected]> wrote: > > Added ACPICA package which enables viewing/editing/compiling > > of ACPI tables. > > Is this really general-purpose enough to be suitable for oe-core, or > would it be more suited to meta-oe or some other layer? > > Probably correct to be in meta-oe or another layer since only x86 and some ARM platforms use ACPI as of now. > > +PR = "r0" > > Remove this line, r0 is the default. > > +LIC_FILES_CHKSUM = > > "file://${S}/source/include/aclocal.h;endline=42;md5=07fbd4e514c75e140a19e3ab508f763d" > > ${S} is default, so in general people do file://sources/... > > > +SRC_URI = " > https://acpica.org/sites/acpica/files/acpica-unix2-${PV}.tar.gz" > > Fetching that here with wget produces: > > ERROR: The certificate of ‘acpica.org’ is not trusted. > > Seems StartCom Ltd. isn't a trusted CA or just not in the keystore by default. > Someone should tell them... > > > +inherit autotools > > The recipe doesn't use autotools, so you should drop this inherit. > > > +do_install() { > > + oe_runmake INSTALLFLAGS="-m 555" > > +} > > That's just running 'make INSTALLFLAGS="-m 555"'. You'll need to tell > it to run the right target for install, and to pass ${D} somehow so > the makefile doesn't try and write to /usr directly. > > Gah good catch. Will fix up and resubmit. > Ross >
_______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
