aboutsummaryrefslogtreecommitdiffstats
path: root/packages/images/mythfront-image.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-08-27 17:31:47 +0000
committerRichard Purdie <rpurdie@rpsys.net>2006-08-27 17:31:47 +0000
commit98928e07d9798f59e1db3d7fcd47fd2c63766be2 (patch)
tree47d9e33d927e77bcc69c69758fa8e46e2932676d /packages/images/mythfront-image.bb
parentec79ca5996b24f3b3bd39f43774b5b1bbbbce50b (diff)
downloadopenembedded-98928e07d9798f59e1db3d7fcd47fd2c63766be2.tar.gz
Add MACHINE_TASK_PROVIDER to remove hardcoded references to task-bootstrap and allow machines/distros to elect an alternative
Diffstat (limited to 'packages/images/mythfront-image.bb')
-rw-r--r--packages/images/mythfront-image.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/images/mythfront-image.bb b/packages/images/mythfront-image.bb
index 7836258940..31992e4bc8 100644
--- a/packages/images/mythfront-image.bb
+++ b/packages/images/mythfront-image.bb
@@ -4,7 +4,7 @@ IMAGE_ROOTFS_SIZE_ext2 = "85000"
IMAGE_ROOTFS_SIZE_ext2.gz = "85000"
IMAGE_LINGUAS = ""
-MYTHFRONT_PACKAGES = "task-bootstrap task-mythfront"
+MYTHFRONT_PACKAGES = "${MACHINE_TASK_PROVIDER} task-mythfront"
export IPKG_INSTALL = "${MYTHFRONT_PACKAGES}"
DEPENDS = "${MYTHFRONT_PACKAGES}"