[oe-commits] org.oe.dev automake-1.10: fix do_install

woglinde2 commit oe at amethyst.openembedded.net
Tue May 27 21:26:48 UTC 2008


automake-1.10: fix do_install
- fix do_install 1.9 vs 1.10 linking
- put DEFAULT_PREFERENCE = "-1" up, so we see without scrolling why 
  the recipe is not build

Author: woglinde2 at openembedded.org
Branch: org.openembedded.dev
Revision: d51a6d3f23892685849992325e2558cb7ac52ba1
ViewMTN: http://monotone.openembedded.org/revision/info/d51a6d3f23892685849992325e2558cb7ac52ba1
Files:
1
packages/automake/automake_1.10.bb
Diffs:

#
# mt diff -rbaa0ca21e9eef55a9fd0bbfa74f2f7eda3fd20bb -rd51a6d3f23892685849992325e2558cb7ac52ba1
#
#
#
# patch "packages/automake/automake_1.10.bb"
#  from [2ae0e8bb93521eb42b59f40ca0d76baee5220450]
#    to [154d41fb46bbc66baf95336fc1b914dbcbe62c5d]
#
============================================================
--- packages/automake/automake_1.10.bb	2ae0e8bb93521eb42b59f40ca0d76baee5220450
+++ packages/automake/automake_1.10.bb	154d41fb46bbc66baf95336fc1b914dbcbe62c5d
@@ -2,6 +2,7 @@ SECTION = "devel"
 LICENSE = "GPL"
 HOMEPAGE = "http://www.gnu.org/software/automake/"
 SECTION = "devel"
+DEFAULT_PREFERENCE = "-1"
 
 SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 \
 	${@['file://path_prog_fixes.patch;patch=1', ''][bb.data.inherits_class('native', d)]}"
@@ -21,11 +22,9 @@ do_install () {
 	oe_runmake 'DESTDIR=${D}' install
 	install -d ${D}${datadir}
 	if [ ! -e ${D}${datadir}/aclocal ]; then
-		ln -sf aclocal-1.9 ${D}${datadir}/aclocal
+		ln -sf aclocal-1.10 ${D}${datadir}/aclocal
 	fi
 	if [ ! -e ${D}${datadir}/automake ]; then
-		ln -sf automake-1.9 ${D}${datadir}/automake
+		ln -sf automake-1.10 ${D}${datadir}/automake
 	fi
 }
-
-DEFAULT_PREFERENCE = "-1"






More information about the Openembedded-commits mailing list