diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-03-07 11:58:55 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-07 14:45:57 +0000 |
commit | 0fd2469d05181520e0a0c1603968f8201bca2f29 (patch) | |
tree | ad634825dd9b847528335dff087e701a57efbf74 | |
parent | 4772424ab69908d4e3b9d6d4717ca889468e6acd (diff) | |
download | meta-qt3-0fd2469d05181520e0a0c1603968f8201bca2f29.tar.gz meta-qt3-0fd2469d05181520e0a0c1603968f8201bca2f29.tar.bz2 meta-qt3-0fd2469d05181520e0a0c1603968f8201bca2f29.zip |
core-image-lsb-qt3: fix for rename of packagegroup-core-basic1.6_M4
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | recipes-qt3/images/core-image-lsb-qt3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt3/images/core-image-lsb-qt3.bb b/recipes-qt3/images/core-image-lsb-qt3.bb index 8aab5ae..b56b1c6 100644 --- a/recipes-qt3/images/core-image-lsb-qt3.bb +++ b/recipes-qt3/images/core-image-lsb-qt3.bb @@ -2,7 +2,7 @@ IMAGE_FEATURES += "splash ssh-server-openssh" IMAGE_INSTALL = "\ ${CORE_IMAGE_BASE_INSTALL} \ - packagegroup-core-basic \ + packagegroup-core-full-cmdline \ packagegroup-core-lsb \ packagegroup-core-qt3-libs \ " |