| Submitter | Eric BENARD |
|---|---|
| Date | Dec. 31, 2010, 10:49 p.m. |
| Message ID | <1293835744-10837-3-git-send-email-eric@eukrea.com> |
| Download | mbox | patch |
| Permalink | /patch/153/ |
| State | Accepted |
| Headers | show |
Comments
On Fri, Dec 31, 2010 at 2:49 PM, Eric Bénard <eric@eukrea.com> wrote: > Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com> > --- > recipes/busybox/busybox-static_1.18.1.bb | 10 ++++++++++ > 1 files changed, 10 insertions(+), 0 deletions(-) > create mode 100644 recipes/busybox/busybox-static_1.18.1.bb > > diff --git a/recipes/busybox/busybox-static_1.18.1.bb b/recipes/busybox/busybox-static_1.18.1.bb > new file mode 100644 > index 0000000..58aca93 > --- /dev/null > +++ b/recipes/busybox/busybox-static_1.18.1.bb > @@ -0,0 +1,10 @@ > +require busybox_${PV}.bb > + > +FILESPATHPKG =. "busybox-${PV}:" > +S = "${WORKDIR}/busybox-${PV}" > + > +do_configure_append() { > + sed -i -e '/CONFIG_STATIC/d' .config > + echo "CONFIG_STATIC=y" >>.config > +} > + > -- > 1.6.3.3 > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel >
Patch
diff --git a/recipes/busybox/busybox-static_1.18.1.bb b/recipes/busybox/busybox-static_1.18.1.bb new file mode 100644 index 0000000..58aca93 --- /dev/null +++ b/recipes/busybox/busybox-static_1.18.1.bb @@ -0,0 +1,10 @@ +require busybox_${PV}.bb + +FILESPATHPKG =. "busybox-${PV}:" +S = "${WORKDIR}/busybox-${PV}" + +do_configure_append() { + sed -i -e '/CONFIG_STATIC/d' .config + echo "CONFIG_STATIC=y" >>.config +} +
Signed-off-by: Eric Bénard <eric@eukrea.com> --- recipes/busybox/busybox-static_1.18.1.bb | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) create mode 100644 recipes/busybox/busybox-static_1.18.1.bb