buildroot icon indicating copy to clipboard operation
buildroot copied to clipboard

Stuff under xen-api.git/scripts/ not packaged into rpm

Open simonjbeaumont opened this issue 10 years ago • 2 comments

simonjbeaumont avatar Jul 18 '14 09:07 simonjbeaumont

These scripts are installed by the make install target (see scripts/OMakefile) but we don't call make install in the buildroot's xapi.spec. Instead we cherry pick particular files, and we don't take the scripts. We probably do this because the make install target isn't flexible enough to adapt to the different filesystem layout in buildroot - if so we should fix that. In the meantime we can add the scripts files to the spec file's install recipe, and list them in the appropriate sub-package.

euanh avatar Jul 18 '14 09:07 euanh

Don't forget that these scripts require substitutions to be made (@BINDIR@ etc)

jonludlam avatar Jul 23 '14 00:07 jonludlam