From: Koen Kooi Date: Thu, 22 Jan 2009 21:19:15 +0000 (+0100) Subject: postgresql: ARM_INSTRUCTION_SET = "arm" X-Git-Tag: Release-2010-05/1~4157 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e50cf5e04fda9ce71683dc047cb3e78dacf705f;p=openembedded.git postgresql: ARM_INSTRUCTION_SET = "arm" --- diff --git a/packages/postgresql/postgresql.inc b/packages/postgresql/postgresql.inc index b30ff3fbf9..da74516830 100644 --- a/packages/postgresql/postgresql.inc +++ b/packages/postgresql/postgresql.inc @@ -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"