diff options
author | Baptiste Durand <baptiste.durand@open.eurogiciel.org> | 2015-03-17 11:40:02 +0100 |
---|---|---|
committer | Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org> | 2015-06-16 14:31:25 +0200 |
commit | a7b950fbe36a9836234a3e13350045c9cd7e2a73 (patch) | |
tree | 5ffb27978d03f217f8775b043fde5c8ac7c533cb | |
parent | a927068d51d283109486ecf64fac88fba0994531 (diff) | |
download | meta-tizen-a7b950fbe36a9836234a3e13350045c9cd7e2a73.tar.gz meta-tizen-a7b950fbe36a9836234a3e13350045c9cd7e2a73.tar.bz2 meta-tizen-a7b950fbe36a9836234a3e13350045c9cd7e2a73.zip |
Add app-installer in the image by default
Change-Id: I015d264e41f34cc122d1e1e19f40507aaa49e9c3
Signed-off-by: Baptiste Durand <baptiste.durand@open.eurogiciel.org>
-rw-r--r-- | meta-tizen-common-demo/recipes-image/images/tizen-common-core-image-crosswalk.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-tizen-common-demo/recipes-image/images/tizen-common-core-image-crosswalk.bb b/meta-tizen-common-demo/recipes-image/images/tizen-common-core-image-crosswalk.bb index 301411da..e0f09bdc 100644 --- a/meta-tizen-common-demo/recipes-image/images/tizen-common-core-image-crosswalk.bb +++ b/meta-tizen-common-demo/recipes-image/images/tizen-common-core-image-crosswalk.bb @@ -10,4 +10,4 @@ DESCRIPTION = "A weston image with Tizen common ." CORE_IMAGE_EXTRA_INSTALL += "packagegroup-tizen-crosswalk" # Time zone -CORE_IMAGE_EXTRA_INSTALL += "tzdata" +CORE_IMAGE_EXTRA_INSTALL += "tzdata wgt-backend" |