From 3abb2b2ab999f428c9e8f1215cf393eea8589e9f Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 1 Jul 2004 00:44:57 +0000 Subject: Merges. 2004/06/30 19:43:22-05:00 (none)!kergoth Clean up SRC_URI and remove oe_machinstall usage per the recent FILESPATH change. BKrev: 40e35e89nLvooGCio5W-357_SZU3iA --- linux/omap_2.6.5-omap1.oe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/omap_2.6.5-omap1.oe') diff --git a/linux/omap_2.6.5-omap1.oe b/linux/omap_2.6.5-omap1.oe index d35dfced88..8593e83072 100644 --- a/linux/omap_2.6.5-omap1.oe +++ b/linux/omap_2.6.5-omap1.oe @@ -11,7 +11,7 @@ inherit kernel KERNEL_IMAGETYPE = "zImage" do_configure_prepend() { - oe_machinstall -m 0644 ${WORKDIR}/defconfig ${S}/.config || die "no default configuration for ${MACHINE} available." + install -m 0644 ${WORKDIR}/defconfig ${S}/.config || die "no default configuration for ${MACHINE} available." oe_runmake oldconfig } -- cgit v1.2.3