[oe-commits] org.oe.dev busybox-static 1.2.1: Enable support for -t & -n options for read command.

pfalcon commit openembedded-commits at lists.openembedded.org
Thu Nov 22 17:55:42 UTC 2007


busybox-static 1.2.1: Enable support for -t & -n options for read command.
* These are timeout and num chars to read options, both are useful
when writing UI interaction code, with busybox-static being targetted
at writing bootloader tools and stuff.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 8d5431bcccfa400f9ae773637669a8c42761e106
ViewMTN: http://monotone.openembedded.org/revision/info/8d5431bcccfa400f9ae773637669a8c42761e106
Files:
1
packages/busybox/busybox-static-1.2.1/defconfig
packages/busybox/busybox-static_1.2.1.bb
Diffs:

#
# mt diff -r5c78b2077c12b748ddbcb3eac965642d2d89c95c -r8d5431bcccfa400f9ae773637669a8c42761e106
#
# 
# 
# patch "packages/busybox/busybox-static-1.2.1/defconfig"
#  from [95138937ebf2eb26a7fa99eb07cf34f2c82f0fbe]
#    to [74661e9906a21f52200ff69389c9b0a841175d30]
# 
# patch "packages/busybox/busybox-static_1.2.1.bb"
#  from [2aae552c9e19ab74a14a57276fb0958dac8be71a]
#    to [6188142c6538e150b17df1a61af6eb200ed871c6]
# 
============================================================
--- packages/busybox/busybox-static-1.2.1/defconfig	95138937ebf2eb26a7fa99eb07cf34f2c82f0fbe
+++ packages/busybox/busybox-static-1.2.1/defconfig	74661e9906a21f52200ff69389c9b0a841175d30
@@ -603,8 +603,8 @@ CONFIG_ASH_JOB_CONTROL=y
 # Ash Shell Options
 #
 CONFIG_ASH_JOB_CONTROL=y
-# CONFIG_ASH_READ_NCHARS is not set
-# CONFIG_ASH_READ_TIMEOUT is not set
+CONFIG_ASH_READ_NCHARS=y
+CONFIG_ASH_READ_TIMEOUT=y
 CONFIG_ASH_ALIAS=y
 CONFIG_ASH_MATH_SUPPORT=y
 # CONFIG_ASH_MATH_SUPPORT_64 is not set
============================================================
--- packages/busybox/busybox-static_1.2.1.bb	2aae552c9e19ab74a14a57276fb0958dac8be71a
+++ packages/busybox/busybox-static_1.2.1.bb	6188142c6538e150b17df1a61af6eb200ed871c6
@@ -1,5 +1,5 @@ require busybox_${PV}.bb
 require busybox_${PV}.bb
-PR = "r0"
+PR = "r1"
 
 S = "${WORKDIR}/busybox-1.2.1"
 






More information about the Openembedded-commits mailing list