All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Make eglibc_{2.9,svn} depend on gperf-native
@ 2009-02-03 23:42 Tom Rini
  2009-02-04  0:15 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Rini @ 2009-02-03 23:42 UTC (permalink / raw)
  To: Khem Raj, OpenEmbedded Devel List

Hello.  Trying to build eglibc 2.9 today I hit a problem on install as I
didn't have gperf installed.  OK to push the following?

diff --git a/packages/eglibc/eglibc_2.9.bb b/packages/eglibc/eglibc_2.9.bb
index 207c73a..e2cac82 100644
--- a/packages/eglibc/eglibc_2.9.bb
+++ b/packages/eglibc/eglibc_2.9.bb
@@ -1,9 +1,10 @@
 require eglibc.inc
 
+DEPENDS += "gperf-native"
 DEFAULT_PREFERENCE = "1"
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/eglibc-svn"
 PV = "2.9"
-PR = "r0"
+PR = "r1"
 SVN_REV="7430"
 EGLIBC_BRANCH="eglibc-2_9"
 SRC_URI = "svn://svn.eglibc.org/branches;module=eglibc-2_9;rev=${SVN_REV};proto=svn \
diff --git a/packages/eglibc/eglibc_svn.bb b/packages/eglibc/eglibc_svn.bb
index a0d322a..fc3ed59 100644
--- a/packages/eglibc/eglibc_svn.bb
+++ b/packages/eglibc/eglibc_svn.bb
@@ -1,10 +1,11 @@
 require eglibc.inc
 
+DEPENDS += "gperf-native"
 SRCREV = "7542"
 # DEFAULT_PREFERENCE = "-1"
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/eglibc-svn"
 PV = "2.9+svnr${SRCREV}"
-PR = "r0"
+PR = "r1"
 EGLIBC_BRANCH="trunk"
 SRC_URI = "svn://svn.eglibc.org;module=trunk \
            file://eglibc-svn-arm-lowlevellock-include-tls.patch;patch=1 \

-- 
Tom Rini



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-02-04  0:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-03 23:42 [PATCH] Make eglibc_{2.9,svn} depend on gperf-native Tom Rini
2009-02-04  0:15 ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.