From: Paul Sokolovsky Date: Sun, 10 Jun 2007 22:30:19 +0000 (+0000) Subject: busybox-static 1.2.1: First cut at static busybox. X-Git-Tag: Release-2010-05/1~8868^2~400^2~28 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed1afb2937b654a3e037dc202d1dcb0c3668aea3;p=openembedded.git busybox-static 1.2.1: First cut at static busybox. * Yes, it works. 877916 bytes with uclibc. * Defconfig is based on angstrom's one, with switch_root enabled. --- diff --git a/packages/busybox/busybox-static-1.2.1/.mtn2git_empty b/packages/busybox/busybox-static-1.2.1/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/busybox/busybox-static_1.2.1.bb b/packages/busybox/busybox-static_1.2.1.bb new file mode 100644 index 0000000000..f3bff07530 --- /dev/null +++ b/packages/busybox/busybox-static_1.2.1.bb @@ -0,0 +1,6 @@ +require busybox_${PV}.bb +PR = "r0" + +S = "${WORKDIR}/busybox-1.2.1" + +export CFLAGS:="${CFLAGS} -static"