diff options
author | Chris Larson <clarson@kergoth.com> | 2004-04-20 03:11:30 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-04-20 03:11:30 +0000 |
commit | 210df3ce941d17ac9c0602a9f36c55328c6f5503 (patch) | |
tree | 2fa720957b2822f7288af0b27df38ca11e22f5c9 /libtool | |
parent | 1ce1f6f837ae775b06c2c5ada398564f930a82d4 (diff) |
Merge
2004/04/19 14:02:59-05:00 ti.com!a0868066
Merges.
2004/04/19 14:00:46-05:00 ti.com!a0868066
Killing usage of {} expansion, which isnt supported by the ash shell.
BKrev: 408494e2t24Aqbe2prpXURtnZlhCmA
Diffstat (limited to 'libtool')
-rw-r--r-- | libtool/libtool-cross_1.5.oe | 3 | ||||
-rw-r--r-- | libtool/libtool-native_1.5.oe | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/libtool/libtool-cross_1.5.oe b/libtool/libtool-cross_1.5.oe index e63bbf8fc0..20084a7000 100644 --- a/libtool/libtool-cross_1.5.oe +++ b/libtool/libtool-cross_1.5.oe @@ -19,7 +19,8 @@ PACKAGES = "" do_stage () { oe_runmake install - install -d ${STAGING_DATADIR}/{libtool,aclocal} + install -d ${STAGING_DATADIR}/libtool \ + ${STAGING_DATADIR}/aclocal install -m 0755 ${HOST_SYS}-libtool ${STAGING_BINDIR}/${HOST_SYS}-libtool install -m 0755 libtoolize ${STAGING_BINDIR}/${HOST_SYS}-libtoolize install -c config.guess ${STAGING_DATADIR}/libtool/config.guess diff --git a/libtool/libtool-native_1.5.oe b/libtool/libtool-native_1.5.oe index 2e94d5c418..0f90e2034d 100644 --- a/libtool/libtool-native_1.5.oe +++ b/libtool/libtool-native_1.5.oe @@ -17,7 +17,8 @@ EXTRA_OECONF_append = " --program-prefix=${TARGET_SYS}-" do_stage () { oe_runmake install - install -d ${STAGING_DATADIR}/{libtool,aclocal} + install -d ${STAGING_DATADIR}/libtool \ + ${STAGING_DATADIR}/aclocal install -m 0755 ${HOST_SYS}-libtool ${STAGING_BINDIR}/${HOST_SYS}-libtool install -m 0755 libtoolize ${STAGING_BINDIR}/${HOST_SYS}-libtoolize install -c config.guess ${STAGING_DATADIR}/libtool/config.guess |