diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-02-23 15:45:45 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-23 16:46:32 +0100 |
commit | 18c8a86c9d5115452f74ecda41d694d9593c074a (patch) | |
tree | 34ece03891ed2ac4e053db875ed67db111464ffa /meta-oe/recipes-support/postgresql | |
parent | c81d25cd9b9ec6a20e19ef92c8e6dabc93e3feba (diff) | |
download | meta-openembedded-18c8a86c9d5115452f74ecda41d694d9593c074a.tar.gz |
postgresql: include Makefile.global in SSTATE_SCAN_FILES
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/postgresql')
-rw-r--r-- | meta-oe/recipes-support/postgresql/postgresql.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc b/meta-oe/recipes-support/postgresql/postgresql.inc index 53c38df0d..ab6aea457 100644 --- a/meta-oe/recipes-support/postgresql/postgresql.inc +++ b/meta-oe/recipes-support/postgresql/postgresql.inc | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "PostgreSQL is a powerful, open source relational database system. | |||
2 | HOMEPAGE = "http://www.postgresql.com" | 2 | HOMEPAGE = "http://www.postgresql.com" |
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD" |
4 | DEPENDS = "zlib readline tzcode-native" | 4 | DEPENDS = "zlib readline tzcode-native" |
5 | INC_PR = "r5" | 5 | INC_PR = "r6" |
6 | 6 | ||
7 | ARM_INSTRUCTION_SET = "arm" | 7 | ARM_INSTRUCTION_SET = "arm" |
8 | 8 | ||
@@ -23,6 +23,8 @@ do_compile_append() { | |||
23 | cp /usr/sbin/zic ${S}/src/timezone/ | 23 | cp /usr/sbin/zic ${S}/src/timezone/ |
24 | } | 24 | } |
25 | 25 | ||
26 | SSTATE_SCAN_FILES += "Makefile.global" | ||
27 | |||
26 | PACKAGES =+ "${PN}-client ${PN}-server-dev ${PN}-timezone \ | 28 | PACKAGES =+ "${PN}-client ${PN}-server-dev ${PN}-timezone \ |
27 | libecpg-compat-dbg libecpg-compat \ | 29 | libecpg-compat-dbg libecpg-compat \ |
28 | libecpg-dbg libecpg libecpg-dev \ | 30 | libecpg-dbg libecpg libecpg-dev \ |