summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorLuca Ceresoli2010-05-06 00:16:59 +0200
committerPeter Korsgaard2010-05-06 23:27:58 +0200
commitea0695ff5edff392603a77b9299833fbb399e429 (patch)
treeae420798e8eae97e1b31c97d5c11093092bb883f /CHANGES
parentwpa_supplicant: Fix build with external toolchain (diff)
downloadbuildroot-ea0695ff5edff392603a77b9299833fbb399e429.tar.gz
buildroot-ea0695ff5edff392603a77b9299833fbb399e429.tar.xz
buildroot-ea0695ff5edff392603a77b9299833fbb399e429.zip
customize: fix copy paths
Closes #849, #1135 customize.mk used to copy files with a wrong command, resulting in one directory level in excess. For example, source/etc/myfile would have produced /etc/etc/myfile in the target filesystem instead of /etc/myfile. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 46939f0ea..10ca888e7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,13 +2,15 @@
Fixes all over the tree.
- Updated/fixed packages: hal, mplayer, pciutils,
+ Updated/fixed packages: customize, hal, mplayer, pciutils,
xdriver_xf86-video-openchrome, usb_modeswitch, usbutils,
wpa_supplicant
Issues resolved (http://bugs.uclibc.org):
+ #849: "customize" package copies files to wrong place in target tree
#985: Bump usb_modeswitch package to 1.1.0
+ #1135: Package customize. Wrong copying
#1525: Package hal deletes a whole <target>/etc/rc.d directory
#1699: Fix usbutils dependencies and bump
#1705: Fix pciutils broken cross compiling