diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-08-26 14:40:57 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2006-08-26 14:40:57 +0000 |
commit | de16ac5ca528bba54214c4e8c145fa5b3bb21ba4 (patch) | |
tree | 9adce18ee2d1302bb62d541f84216fcf034e3e8e /packages | |
parent | 0b32edd66ab6a06eaad0b2c749d385a686ca8ffc (diff) | |
parent | 295f7fdd9aa9556b023d3e7cce312ed33d251020 (diff) |
merge of '295aed22d5a8b2aba3ea13993d33fdf1548e9f4a'
and '64e3f453820277e4c667962fa8be6af48627f4fa'
Diffstat (limited to 'packages')
-rw-r--r-- | packages/busybox/busybox_1.2.1.bb | 2 | ||||
-rw-r--r-- | packages/db/db-native_4.3.29.bb | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/packages/busybox/busybox_1.2.1.bb b/packages/busybox/busybox_1.2.1.bb index 8b399f1626..741df3f62d 100644 --- a/packages/busybox/busybox_1.2.1.bb +++ b/packages/busybox/busybox_1.2.1.bb @@ -74,7 +74,7 @@ do_install () { install -d ${D}/busybox ls ${D} -R - mv ${D}${base_bindir} ${D}${base_sbindir} ${D}${prefix} ${D}/busybox/ + cp -dPr ${D}${base_bindir} ${D}${base_sbindir} ${D}${prefix} ${D}/busybox/ # Move the busybox binary back to /bin install -d ${D}${base_bindir} mv ${D}/busybox${base_bindir}/busybox ${D}${base_bindir}/ diff --git a/packages/db/db-native_4.3.29.bb b/packages/db/db-native_4.3.29.bb index 12a875ff13..aac4e2021b 100644 --- a/packages/db/db-native_4.3.29.bb +++ b/packages/db/db-native_4.3.29.bb @@ -10,4 +10,8 @@ inherit native require db_${PV}.bb +do_package() { +: +} + PACKAGES = "" |