]> code.ossystems Code Review - openembedded-core.git/commitdiff
busybox: enable time applet
authorMarcin Juszkiewicz <hrw@openedhand.com>
Mon, 3 Dec 2007 15:31:00 +0000 (15:31 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Mon, 3 Dec 2007 15:31:00 +0000 (15:31 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3299 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/busybox/busybox-1.01/defconfig
meta/packages/busybox/busybox_1.01.bb

index 165276b72c5fcef83d2e84cf33aab5c7df0e7a03..a445cca6a6746c13283e24f4b1b04f6fa1cb1a7a 100644 (file)
@@ -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
 
 #
index 756cf5385956683d4f3c4677bd077e859d2d627a..37bd0a6db31a59121f61c9c2b024f310aaf7df82 100644 (file)
@@ -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 \