summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-12-03 15:31:00 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-12-03 15:31:00 +0000
commitb25ad8c780b225ac6b6c5aa22530ee2e3e831b55 (patch)
tree7fd82e7b0a3526a33049bf700abfd7a66cd0dda9 /meta
parentec63c681fcf6a14224494227a06f4c1004f671c4 (diff)
downloadpoky-b25ad8c780b225ac6b6c5aa22530ee2e3e831b55.tar.gz
busybox: enable time applet
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3299 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/busybox/busybox-1.01/defconfig2
-rw-r--r--meta/packages/busybox/busybox_1.01.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/busybox/busybox-1.01/defconfig b/meta/packages/busybox/busybox-1.01/defconfig
index 165276b72c..a445cca6a6 100644
--- a/meta/packages/busybox/busybox-1.01/defconfig
+++ b/meta/packages/busybox/busybox-1.01/defconfig
@@ -277,7 +277,7 @@ CONFIG_DC=y
277# CONFIG_MT is not set 277# CONFIG_MT is not set
278# CONFIG_RX is not set 278# CONFIG_RX is not set
279CONFIG_STRINGS=y 279CONFIG_STRINGS=y
280# CONFIG_TIME is not set 280CONFIG_TIME=y
281# CONFIG_WATCHDOG is not set 281# CONFIG_WATCHDOG is not set
282 282
283# 283#
diff --git a/meta/packages/busybox/busybox_1.01.bb b/meta/packages/busybox/busybox_1.01.bb
index 756cf53859..37bd0a6db3 100644
--- a/meta/packages/busybox/busybox_1.01.bb
+++ b/meta/packages/busybox/busybox_1.01.bb
@@ -10,7 +10,7 @@ HOMEPAGE = "http://www.busybox.net"
10LICENSE = "GPL" 10LICENSE = "GPL"
11SECTION = "base" 11SECTION = "base"
12PRIORITY = "required" 12PRIORITY = "required"
13PR = "r14" 13PR = "r15"
14 14
15SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ 15SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
16 file://no_strip.patch;patch=1 \ 16 file://no_strip.patch;patch=1 \