diff options
Diffstat (limited to 'stage')
-rwxr-xr-x | stage | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -33,7 +33,7 @@ bpkg --version >/dev/null bdep --version >/dev/null # Make sure the build system if up to date (otherwise update will be triggered -# by libbuild2-hello distribution). +# by libbuild2-* module distribution). # b build2/build2/ b --version >/dev/null @@ -302,8 +302,9 @@ etc/stage-pkg -c $mode -d libstudxml ../studxml/libstudxml etc/stage-pkg -c $mode -d hello hello/libhello-1.0 -etc/stage-pkg -c $mode -d kconfig packaging/kconfig/kconfig/liblkc -etc/stage-pkg -c $mode -d kconfig packaging/kconfig/kconfig/kconfig-conf +etc/stage-pkg -c $mode -d kconfig packaging/kconfig/kconfig/liblkc \ + packaging/kconfig/kconfig/kconfig-conf \ + packaging/kconfig/kconfig/kconfig-qconf # For testing we also stage other libodb-*. # @@ -333,6 +334,6 @@ etc/stage-pkg -c $mode build2 \ openssl-agent \ libbuild2-hello/libbuild2-hello \ libbuild2-hello/libbuild2-hello-tests \ - -# libbuild2-kconfig/libbuild2-kconfig \ -# libbuild2-kconfig/libbuild2-kconfig-tests + libbuild2-kconfig/kconfig-hello \ + libbuild2-kconfig/libbuild2-kconfig \ + libbuild2-kconfig/libbuild2-kconfig-tests |