Re: [Helidelinux-devel] Dependency management for software packaging
Status: Abandoned
Brought to you by:
rveen
From: Rolf V. <rol...@he...> - 2004-03-10 15:29:53
|
Dependency information is only meaningful for a combination of package/version/build-recipe. That means that probably a master file with a map 'package/version -> dependencies' is pretty useless. The correct map would be 'package/version/recipe -> dependencies'. Ugly. That means that dependencies are more a property of the build recipe, a prerequisite for that particular recipe: -- pkg binutils-2.14 build depends bash, coreutils, diffutils, gcc, gettext, glibc, grep, make, perl, sed, texinfo recipe \ # here the build recipe another_build depends # here other dependencies. recipe \ # another recipe -- Rolf. -- Just trying to think :-). |