diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-02-27 16:53:47 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-02-27 16:53:47 +0100 |
commit | 753b13026aa41bb795ff7b2a2bfe7fb6dd53a163 (patch) | |
tree | f25ec8d0572625a1968f82b2c73a236eef8bac84 /packages/busybox/busybox-static_1.11.3.bb | |
parent | b697819f7e84e19ca2adc9846421c8c8137b8fca (diff) |
busybox-static 1.11.3: make it more convenient to maintain the static version
Diffstat (limited to 'packages/busybox/busybox-static_1.11.3.bb')
-rw-r--r-- | packages/busybox/busybox-static_1.11.3.bb | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/packages/busybox/busybox-static_1.11.3.bb b/packages/busybox/busybox-static_1.11.3.bb index cf82921e9b..9529ab7b4b 100644 --- a/packages/busybox/busybox-static_1.11.3.bb +++ b/packages/busybox/busybox-static_1.11.3.bb @@ -1,4 +1,11 @@ require busybox_${PV}.bb -PR = "r3" +PR = "r4" + +FILESPATH = "${FILE_DIRNAME}/busybox-${PV}:${FILE_DIRNAME}/files:${FILE_DIRNAME}" +S = "${WORKDIR}/busybox-${PV}" + +do_configure_append() { + sed -i -e '/CONFIG_STATIC/d' .config + echo "CONFIG_STATIC=y" >>.config +} -S = "${WORKDIR}/busybox-1.11.3" |