]> code.ossystems Code Review - openembedded-core.git/commit
dpkg: Use less as pager
authorRicardo Ribalda Delgado <ricardo@ribalda.com>
Tue, 20 Aug 2019 08:19:02 +0000 (10:19 +0200)
committerArmin Kuster <akuster808@gmail.com>
Wed, 4 Sep 2019 15:22:03 +0000 (08:22 -0700)
commit51fb10275cd9013e3c5fcb94f88e3529e2b8f069
tree37ff9839ccf72e7ddfa53d078cd7b701b253ecee
parent1a3527231d3c0fa42d16c5b1980c07d68105fea2
dpkg: Use less as pager

Debian traditionaly uses /usr/bin/pager as the system pager, which is a
link to the user preferred pager. This is a Debianism.

Without this patch:

root@qt5122:~# dpkg -l
sh: pager: command not found
dpkg-query: error: showing package list on pager subprocess returned error exit status 127

Signed-off-by: Ricardo Ribalda Delgado <ricardo@ribalda.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-devtools/dpkg/dpkg/pager.patch [new file with mode: 0644]
meta/recipes-devtools/dpkg/dpkg_1.19.4.bb