From 3d164f74fdb994c08c7e3f6d93cd4e1959b4eb7e Mon Sep 17 00:00:00 2001 From: Peter Seebach Date: Fri, 27 Jul 2012 16:54:48 -0500 Subject: pseudo.inc/pseudo_1.4.bb: update pseudo to 1.4 This update replaces the half-baked --arch logic with the use of $CFLAGS to pick compiler flags, on the grounds that it makes a lot more sense for the build system to pick flags than for pseudo to try to guess what they should be; this should allow pseudo to at least compile for targets, and possibly run on them. This doesn't solve the problem of guessing how to forcibly build the 32-bit variant on hosts, because we really don't have a general solution for that. There's no idiom for "given this set of compiler flags and this architecture, what flags would you use to request a 32-bit compile instead?" So we basically ignore that for now. If someone comes along trying to use the build system to build pseudo-native on a 64-bit host that also supports 32-bit binaries and isn't x86, we will revisit this. (From OE-Core rev: 711fcb4f10e2cefd7ff6e1921d87d1cad840d0c8) Signed-off-by: Richard Purdie --- meta/recipes-devtools/pseudo/pseudo_git.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'meta/recipes-devtools/pseudo/pseudo_git.bb') diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index 2f58072f36..27ae4b2e27 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb @@ -1,12 +1,12 @@ require pseudo.inc -SRCREV = "2e0189ba5368b1e88d509d0ab82bccb15cfb3653" -PV = "1.3.1+git${SRCPV}" -PR = "r26" +SRCREV = "9b792e4cb91bc22374f47d0b0902dbc4ecd7d6dd" +PV = "1.4+git${SRCPV}" +PR = "r27" DEFAULT_PREFERENCE = "-1" -SRC_URI = "git://github.com/wrpseudo/pseudo.git;protocol=git" +SRC_URI = "git://git.yoctoproject.org/pseudo;protocol=git" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf