diff options
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/busybox/busybox-1.19.3/defconfig | 2 | ||||
-rw-r--r-- | meta/recipes-core/busybox/busybox_1.19.3.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/busybox/busybox-1.19.3/defconfig b/meta/recipes-core/busybox/busybox-1.19.3/defconfig index ca4967142d..372d7b5a3a 100644 --- a/meta/recipes-core/busybox/busybox-1.19.3/defconfig +++ b/meta/recipes-core/busybox/busybox-1.19.3/defconfig | |||
@@ -172,7 +172,7 @@ CONFIG_CAT=y | |||
172 | CONFIG_DATE=y | 172 | CONFIG_DATE=y |
173 | # CONFIG_FEATURE_DATE_ISOFMT is not set | 173 | # CONFIG_FEATURE_DATE_ISOFMT is not set |
174 | # CONFIG_FEATURE_DATE_NANO is not set | 174 | # CONFIG_FEATURE_DATE_NANO is not set |
175 | # CONFIG_FEATURE_DATE_COMPAT is not set | 175 | CONFIG_FEATURE_DATE_COMPAT=y |
176 | CONFIG_ID=y | 176 | CONFIG_ID=y |
177 | CONFIG_GROUPS=y | 177 | CONFIG_GROUPS=y |
178 | CONFIG_TEST=y | 178 | CONFIG_TEST=y |
diff --git a/meta/recipes-core/busybox/busybox_1.19.3.bb b/meta/recipes-core/busybox/busybox_1.19.3.bb index 45e284f1e1..49ac859143 100644 --- a/meta/recipes-core/busybox/busybox_1.19.3.bb +++ b/meta/recipes-core/busybox/busybox_1.19.3.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | require busybox.inc | 1 | require busybox.inc |
2 | PR = "r4" | 2 | PR = "r5" |
3 | 3 | ||
4 | SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ | 4 | SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ |
5 | file://udhcpscript.patch \ | 5 | file://udhcpscript.patch \ |