| Submitter | Peter Tworek |
|---|---|
| Date | Jan. 20, 2012, 10:39 p.m. |
| Message ID | <1327099180-19218-1-git-send-email-tworaz666@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/19877/ |
| State | Not Applicable |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-core/busybox/busybox-1.19.3/defconfig b/meta/recipes-core/busybox/busybox-1.19.3/defconfig index 1990f28..a807454 100644 --- a/meta/recipes-core/busybox/busybox-1.19.3/defconfig +++ b/meta/recipes-core/busybox/busybox-1.19.3/defconfig @@ -540,7 +540,7 @@ CONFIG_FEATURE_FDISK_WRITABLE=y # CONFIG_FEATURE_GPT_LABEL is not set # CONFIG_FEATURE_FDISK_ADVANCED is not set # CONFIG_FINDFS is not set -# CONFIG_FLOCK is not set +CONFIG_FLOCK=y # CONFIG_FREERAMDISK is not set CONFIG_FSCK_MINIX=y # CONFIG_MKFS_EXT2 is not set
Thus utility is required by by pm-utils package to function properly. It's shipped in both busybox and util-linux. Both versions work fine with pm-utils. In util-linux case however, the solution for the problem would require placing flock binary into it's a separate package and adding runtime dependancy on it into pm-utils recipe. Signed-off-by: Peter Tworek <tworaz666@gmail.com> --- meta/recipes-core/busybox/busybox-1.19.3/defconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)