aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/include/slugos.inc
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2007-02-18 01:39:07 +0000
committerRod Whitby <rod@whitby.id.au>2007-02-18 01:39:07 +0000
commit464d501ed34c9b151ff535d95efc4f4b29d4b761 (patch)
tree999d33a1d62fd562c240788528519d91fd35c155 /conf/distro/include/slugos.inc
parentf423928298938b2b053cc80b68fd93d21fe614bf (diff)
downloadopenembedded-464d501ed34c9b151ff535d95efc4f4b29d4b761.tar.gz
slugos: Added support for DISTR_EXTRA_{DEPENDS,RDEPENDS,RRECOMMENDS}
Diffstat (limited to 'conf/distro/include/slugos.inc')
-rw-r--r--conf/distro/include/slugos.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc
index 0a11c0e8ac..a89d193225 100644
--- a/conf/distro/include/slugos.inc
+++ b/conf/distro/include/slugos.inc
@@ -84,7 +84,9 @@ CMDLINE_DEBUG = "noirqdebug"
#
# Everything in this list gets added to the flash image, along with any RDEPENDS
# it has itself!
-SLUGOS_EXTRA_RDEPENDS ?= ""
+DISTRO_EXTRA_DEPENDS ?= ""
+DISTRO_EXTRA_RDEPENDS ?= ""
+DISTRO_EXTRA_RRECOMMENDS ?= ""
#----------------------------------------------------------------------------------
# PACKAGE VERSION CONTROL