postgresql: ARM_INSTRUCTION_SET = "arm"
authorKoen Kooi <koen@openembedded.org>
Thu, 22 Jan 2009 21:19:15 +0000 (22:19 +0100)
committerKoen Kooi <koen@openembedded.org>
Thu, 22 Jan 2009 21:19:15 +0000 (22:19 +0100)
packages/postgresql/postgresql.inc

index b30ff3f..da74516 100644 (file)
@@ -3,6 +3,8 @@ HOMEPAGE = "http://www.postgresql.com"
 LICENSE = "BSD"
 DEPENDS = "zlib readline"
 
+ARM_INSTRUCTION_SET = "arm"
+
 #WARNING: this recipe assumes you have the timezone compiler present in /usr/sbin/zic
 
 SRC_URI = "ftp://ftp-archives.postgresql.org/pub/source/v${PV}/${P}.tar.bz2"