summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_ipkg_finish.sh
Commit message (Collapse)AuthorAgeFilesLines
* ptxd_make_xpkg: handle DEPENDS in ptxd_make_xpkg_prepareMichael Olbrich2011-06-191-8/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* make ptxd_make_xpkg more genericGeorge McCollister2011-05-121-1/+2
| | | | | | | | | Change name of pkg_ipkg_control_dir to pkg_xpkg_control_dir. Change name of pkg_ipkg_control to pkg_xpkg_control. Signed-off-by: George McCollister <george.mccollister@gmail.com> [mol: added on missing replacement] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [ptxd_make_ipkg_finish] convert fakeroot invocationMarc Kleine-Budde2010-03-101-6/+13
| | | | | | | | | | | | | | | This patch converts the fakeroot call from: echo $cmd | fakeroot -- to the more standard: fakeroot -- $cmd form. The former has the drawbacks that certain commands like "read" don't work as expected. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [ptxd_make_] provide and use variable for the fakeroot environmentMarc Kleine-Budde2010-03-101-3/+2
| | | | | | | This patch introduces the variable "pkg_fake_env" which holds the fakeroot environment. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [install] handle all install_{copy,link,node,alternative} delayed in a scriptMichael Olbrich2010-03-051-4/+9
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [ptxd_make_ipkg_finish] fix dependency generationMarc Kleine-Budde2010-01-241-2/+2
| | | | | | | | The replacement was wrong, only the first space was replace by a ", ". Resulting in broken dependencies for packages with more than two dependencies. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [ptxd_make_ipkg_finish] provide actual ipkg packaging functionMarc Kleine-Budde2009-06-141-0/+33
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10782 33e552b5-05e3-0310-8538-816dae2090ed