task-pandora-core: make sure blkid is included
authorGrazvydas Ignotas <notasas@gmail.com>
Thu, 17 Dec 2015 23:26:21 +0000 (01:26 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Thu, 17 Dec 2015 23:26:21 +0000 (01:26 +0200)
recipes/pandora-system/pandora-version.bb
recipes/tasks/task-pandora-core.bb

index ebaa70d..85d57d4 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "Installs /etc/op-version file."
 LICENSE = "Public Domain"
 DESCRIPTION = "Installs /etc/op-version file."
 LICENSE = "Public Domain"
-PR = "r19"
+PR = "r20"
 
 do_install() {
   OLD_PWD=$PWD
 
 do_install() {
   OLD_PWD=$PWD
index 7f1dac1..179c7b1 100755 (executable)
@@ -5,7 +5,7 @@ DESCRIPTION = "Task file for default core/console apps and libs in the Pandora i
 
 # Don't forget to bump the PR if you change it.
 
 
 # Don't forget to bump the PR if you change it.
 
-PR = "r46"
+PR = "r47"
 
 inherit task 
 
 
 inherit task 
 
@@ -126,6 +126,8 @@ EXTRA_TOOLS = " \
 UTIL_LINUX_NG_EXTRAS = " \
   util-linux-ng-losetup \
   util-linux-ng-swaponoff \
 UTIL_LINUX_NG_EXTRAS = " \
   util-linux-ng-losetup \
   util-linux-ng-swaponoff \
+  util-linux-ng-blkid \
+  util-linux-ng-fsck \
 "
 
 # sysvinit-* used to not be needed, but after adding
 "
 
 # sysvinit-* used to not be needed, but after adding