[Buildroot] [PATCH v2 1/1] package/php-xdebug: new package

Thomas Petazzoni thomas.petazzoni at bootlin.com
Wed Sep 25 12:02:19 UTC 2019


Hello,

On Wed, 25 Sep 2019 12:00:19 +0000
Nicolas Carrier <nicolas.carrier at orolia.com> wrote:

> I tried to address all your comments, but:
>  * I didn't manage to use test-pkg, I ran:
>        ./utils/test-pkg -p php-xdebug -c php-xdebug.config
>    but only got a bunch of [...] SKIPPED messages
>    (same with -a).
>    php-xdebug.config's content was:
>        BR2_PACKAGE_PHP_XDEBUG=y

You also need:

BR2_PACKAGE_PHP=y

Because PHP_XDEBUG=y has a depends on BR2_PACKAGE_PHP, if you don't
also enable BR2_PACKAGE_PHP in your config fragment,
BR2_PACKAGE_PHP_XDEBUG=y will be discarded as it has an unmet
dependency.

>  * I didn't manage either to use check-package. I ran:
>        $ ./utils/check-package package/php-xdebug/*
>    _before_ fixing the two errors Arnout mentioned in the Config.in,
>    but just got:
>        36 lines processed
>        0 warnings generated

Well, 36 lines were processed, and no warnings were generated, so
you're all good.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list