[oe-commits] Paul Sokolovsky : busybox-static 1.11.3: Actually enable static option.

GIT User account git at amethyst.openembedded.net
Tue Dec 2 12:23:01 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2acd436f83b50471a60eea242bb668662c90cd41
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2acd436f83b50471a60eea242bb668662c90cd41

Author: Paul Sokolovsky <pmiscml at gmail.com>
Date:   Tue Dec  2 14:16:40 2008 +0200

busybox-static 1.11.3: Actually enable static option.

---

 .../busybox-static-1.11.3/angstrom/defconfig       |    2 +-
 packages/busybox/busybox-static-1.11.3/defconfig   |    2 +-
 .../busybox/busybox-static-1.11.3/slugos/defconfig |    2 +-
 packages/busybox/busybox-static_1.11.3.bb          |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/packages/busybox/busybox-static-1.11.3/angstrom/defconfig b/packages/busybox/busybox-static-1.11.3/angstrom/defconfig
index f3130ca..1832409 100644
--- a/packages/busybox/busybox-static-1.11.3/angstrom/defconfig
+++ b/packages/busybox/busybox-static-1.11.3/angstrom/defconfig
@@ -38,7 +38,7 @@ CONFIG_FEATURE_HAVE_RPC=y
 #
 # Build Options
 #
-# CONFIG_STATIC is not set
+CONFIG_STATIC=y
 # CONFIG_PIE is not set
 # CONFIG_NOMMU is not set
 # CONFIG_BUILD_LIBBUSYBOX is not set
diff --git a/packages/busybox/busybox-static-1.11.3/defconfig b/packages/busybox/busybox-static-1.11.3/defconfig
index a7b8ed5..3be63d8 100644
--- a/packages/busybox/busybox-static-1.11.3/defconfig
+++ b/packages/busybox/busybox-static-1.11.3/defconfig
@@ -38,7 +38,7 @@ CONFIG_FEATURE_HAVE_RPC=y
 #
 # Build Options
 #
-# CONFIG_STATIC is not set
+CONFIG_STATIC=y
 # CONFIG_BUILD_LIBBUSYBOX is not set
 # CONFIG_FEATURE_INDIVIDUAL is not set
 # CONFIG_FEATURE_SHARED_BUSYBOX is not set
diff --git a/packages/busybox/busybox-static-1.11.3/slugos/defconfig b/packages/busybox/busybox-static-1.11.3/slugos/defconfig
index d922529..04f4c23 100644
--- a/packages/busybox/busybox-static-1.11.3/slugos/defconfig
+++ b/packages/busybox/busybox-static-1.11.3/slugos/defconfig
@@ -38,7 +38,7 @@ CONFIG_FEATURE_HAVE_RPC=y
 #
 # Build Options
 #
-# CONFIG_STATIC is not set
+CONFIG_STATIC=y
 # CONFIG_PIE is not set
 # CONFIG_NOMMU is not set
 # CONFIG_BUILD_LIBBUSYBOX is not set
diff --git a/packages/busybox/busybox-static_1.11.3.bb b/packages/busybox/busybox-static_1.11.3.bb
index 9e9c4f4..9313c89 100644
--- a/packages/busybox/busybox-static_1.11.3.bb
+++ b/packages/busybox/busybox-static_1.11.3.bb
@@ -1,4 +1,4 @@
 require busybox_${PV}.bb
-PR = "r1"
+PR = "r2"
 
 S = "${WORKDIR}/busybox-1.11.3"





More information about the Openembedded-commits mailing list