summaryrefslogtreecommitdiff
path: root/packages/images/mythfront-image.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-12-31 23:28:56 +0000
committerRichard Purdie <rpurdie@rpsys.net>2006-12-31 23:28:56 +0000
commita7c7d20784667526ec3fce58da7efe2b415aa884 (patch)
tree73c22c96396d8f235b49a0da712a9d9d04e377a9 /packages/images/mythfront-image.bb
parent9bd213b23e9095cc0aa94952cc345a110a5cdc40 (diff)
Rename: image_ipk -> image.bbclass, IPKG_INSTALL -> PACKAGE_INSTALL to prepare for deb packaging
Diffstat (limited to 'packages/images/mythfront-image.bb')
-rw-r--r--packages/images/mythfront-image.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/images/mythfront-image.bb b/packages/images/mythfront-image.bb
index 9bfedcf222..49e6b5ae2b 100644
--- a/packages/images/mythfront-image.bb
+++ b/packages/images/mythfront-image.bb
@@ -6,8 +6,8 @@ IMAGE_LINGUAS = ""
MYTHFRONT_PACKAGES = "${MACHINE_TASK_PROVIDER} task-mythfront"
-export IPKG_INSTALL = "${MYTHFRONT_PACKAGES}"
+export PACKAGE_INSTALL = "${MYTHFRONT_PACKAGES}"
DEPENDS = "${MYTHFRONT_PACKAGES}"
-inherit image_ipk
+inherit image
LICENSE = "MIT"