summaryrefslogtreecommitdiff
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
parentec63c681fcf6a14224494227a06f4c1004f671c4 (diff)
downloadopenembedded-core-b25ad8c780b225ac6b6c5aa22530ee2e3e831b55.tar.gz
openembedded-core-b25ad8c780b225ac6b6c5aa22530ee2e3e831b55.tar.bz2
openembedded-core-b25ad8c780b225ac6b6c5aa22530ee2e3e831b55.tar.xz
openembedded-core-b25ad8c780b225ac6b6c5aa22530ee2e3e831b55.zip
busybox: enable time applet
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3299 311d38ba-8fff-0310-9ca6-ca027cbcb966
-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 165276b72..a445cca6a 100644
--- a/meta/packages/busybox/busybox-1.01/defconfig
+++ b/meta/packages/busybox/busybox-1.01/defconfig
@@ -277,7 +277,7 @@ CONFIG_DC=y
# CONFIG_MT is not set
# CONFIG_RX is not set
CONFIG_STRINGS=y
-# CONFIG_TIME is not set
+CONFIG_TIME=y
# CONFIG_WATCHDOG is not set
#
diff --git a/meta/packages/busybox/busybox_1.01.bb b/meta/packages/busybox/busybox_1.01.bb
index 756cf5385..37bd0a6db 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"
LICENSE = "GPL"
SECTION = "base"
PRIORITY = "required"
-PR = "r14"
+PR = "r15"
SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
file://no_strip.patch;patch=1 \