[oe-commits] Otavio Salvador : Revert "chicken.inc: fix install and compilation issues"

git version control git at git.openembedded.org
Tue Nov 24 20:24:28 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: bad39c9259d10cb30f93bde04c1c09954ec7ea55
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=bad39c9259d10cb30f93bde04c1c09954ec7ea55

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Tue Nov 24 16:38:01 2009 -0200

Revert "chicken.inc: fix install and compilation issues"

This reverts commit 0da71f8df5d8956f3c76677c12c56367da4287f9.

---

 recipes/chicken/chicken.inc |   14 ++------------
 1 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/recipes/chicken/chicken.inc b/recipes/chicken/chicken.inc
index 9aebc4f..f0126a9 100644
--- a/recipes/chicken/chicken.inc
+++ b/recipes/chicken/chicken.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.call-with-current-continuation.org/"
 SECTION = "interpreters"
 PRIORITY = "optional"
 LICENSE = "BSD"
-INC_PR = "r2"
+INC_PR = "r1"
 
 SRC_URI = "http://chicken.wiki.br/releases/${PV}/chicken-${PV}.tar.gz"
 
@@ -13,21 +13,14 @@ PARALLEL_MAKE = ""
 # Required environment values
 export PLATFORM="linux"
 export PREFIX="${prefix}"
-export HOSTSYSTEM="${HOST_SYS}"
+export LIBRARIAN="${TARGET_PREFIX}"
 export TARGETSYSTEM="${TARGET_SYS}"
-export INSTALL_PROGRAM_SHARED_LIBRARY_OPTIONS="-m 755"
-export INSTALL_PROGRAM_STATIC_LIBRARY_OPTIONS="-m 644"
-export INSTALL_PROGRAM_EXECUTABLE_OPTIONS="-m 755"
-export INSTALL_PROGRAM_FILE_OPTIONS="-m 644"
 
 do_compile() {
 	case ${TARGET_ARCH} in
 	i*86)
 		ARCH=x86
 		;;
-	x86_64)
-		ARCH=x86-64
-		;;
 	*)
 		echo "Check ARCH value for ${TARGET_ARCH}"
 		exit 1
@@ -42,9 +35,6 @@ do_install() {
 	i*86)
 		ARCH=x86
 		;;
-	x86_64)
-		ARCH=x86-64
-		;;
 	*)
 		echo "Check ARCH value for ${TARGET_ARCH}"
 		exit 1





More information about the Openembedded-commits mailing list