[oe-commits] Frans Meulenbroeks : apache-native: inherit native; NOT inherit cross!

GIT User account git at amethyst.openembedded.net
Thu Feb 19 21:25:48 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0ebbec8076d8c16bead14effc0d7188e6df47dbd
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0ebbec8076d8c16bead14effc0d7188e6df47dbd

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Thu Feb 19 22:24:54 2009 +0100

apache-native: inherit native; NOT inherit cross!

---

 packages/apache2/apache2-native_2.2.3.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/apache2/apache2-native_2.2.3.bb b/packages/apache2/apache2-native_2.2.3.bb
index f58af2a..73f9b8b 100644
--- a/packages/apache2/apache2-native_2.2.3.bb
+++ b/packages/apache2/apache2-native_2.2.3.bb
@@ -1,9 +1,9 @@
 SECTION = "net"
 DEPENDS = "expat pcre"
 
-inherit cross 
+inherit native 
 
-PR ="r8"
+PR ="r9"
 SRC_URI = "http://www.apache.org/dist/httpd/httpd-${PV}.tar.bz2"
 
 S = "${WORKDIR}/httpd-${PV}"





More information about the Openembedded-commits mailing list