[oe-commits] Andrea Adami : klibc: fix packaging of mv

git version control git at git.openembedded.org
Wed Jun 15 16:52:42 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6c2736280a94cbdd5c4ffe683073e790a290a567
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=6c2736280a94cbdd5c4ffe683073e790a290a567

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Wed Jun 15 18:49:21 2011 +0200

klibc: fix packaging of mv

* bad copy and paste
* bump INC_PR to trigger rebuild (just in case)

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>

---

 recipes/klibc/klibc-utils.inc |    2 +-
 recipes/klibc/klibc.inc       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/klibc/klibc-utils.inc b/recipes/klibc/klibc-utils.inc
index b69c16b..c395391 100644
--- a/recipes/klibc/klibc-utils.inc
+++ b/recipes/klibc/klibc-utils.inc
@@ -108,7 +108,7 @@ FILES_${KLIBC_UTILS_PKGNAME}-mkfifo = "${base_bindir}/mkfifo"
 FILES_${KLIBC_UTILS_PKGNAME}-mknod = "${base_bindir}/mknod"
 FILES_${KLIBC_UTILS_PKGNAME}-modprobe = "${base_sbindir}/modprobe"
 FILES_${KLIBC_UTILS_PKGNAME}-mount = "${base_bindir}/mount"
-FILES_${KLIBC_UTILS_PKGNAME}-mv = "${base_bindir}/mount"
+FILES_${KLIBC_UTILS_PKGNAME}-mv = "${base_bindir}/mv"
 FILES_${KLIBC_UTILS_PKGNAME}-nuke = "${base_bindir}/nuke"
 FILES_${KLIBC_UTILS_PKGNAME}-pivot-root = "${base_bindir}/pivot_root"
 FILES_${KLIBC_UTILS_PKGNAME}-poweroff = "${base_bindir}/poweroff"
diff --git a/recipes/klibc/klibc.inc b/recipes/klibc/klibc.inc
index 2040e3a..e5350a5 100644
--- a/recipes/klibc/klibc.inc
+++ b/recipes/klibc/klibc.inc
@@ -10,7 +10,7 @@ LICENSE = "BSD-ADV"
 # (was PACKAGE_ARCH = "${MACHINE_ARCH}")
 MACH_STAGING_KERNEL_DIR = "${STAGING_DIR}/${MACHINE_ARCH}${TARGET_VENDOR}-${TARGET_OS}/kernel"
 
-INC_PR = "r0"
+INC_PR = "r1"
 
 KLIBC_ARCH = '${TARGET_ARCH}'
 KLIBC_ARCH_armeb = 'arm'





More information about the Openembedded-commits mailing list