diff options
Diffstat (limited to 'packages/images/slugos-image.bb')
-rw-r--r-- | packages/images/slugos-image.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/images/slugos-image.bb b/packages/images/slugos-image.bb index 0e034005e7..cf7d580928 100644 --- a/packages/images/slugos-image.bb +++ b/packages/images/slugos-image.bb @@ -91,9 +91,9 @@ RDEPENDS = "kernel ixp4xx-npe \ ${SLUGOS_KERNEL} \ ${SLUGOS_EXTRA_RDEPENDS}" -IPKG_INSTALL = "${RDEPENDS}" +PACKAGE_INSTALL = "${RDEPENDS}" -inherit image_ipk +inherit image python () { # Don't build slugos images unless the configuration is set up |