diff options
author | Chris Larson <clarson@kergoth.com> | 2005-03-09 18:56:36 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2005-03-09 18:56:36 +0000 |
commit | d59c59b5922e1fd3d31c9951df3c23e69b7193f4 (patch) | |
tree | 9840239c637592ff319ee1d1bd79c288f9fb2548 /packages/gnu-config/gnu-config_cvs.bb | |
parent | eccdf92b20e5fcc8784a1061613d7ea2014ef8fa (diff) |
Merge oe-devel@oe-devel.bkbits.net:openembedded
into handhelds.org:/home/kergoth/code/openembedded
2005/03/09 13:55:44-05:00 handhelds.org!kergoth
Apply config-guess-uclibc patch from gentoo, which makes it able to pick up on a uclibc environment when run in one. This should fix ./configure scripts run natively inside linux-uclibc root filesystems.
BKrev: 422f46e4hX3j48w9mWFop_sczDhETw
Diffstat (limited to 'packages/gnu-config/gnu-config_cvs.bb')
-rw-r--r-- | packages/gnu-config/gnu-config_cvs.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gnu-config/gnu-config_cvs.bb b/packages/gnu-config/gnu-config_cvs.bb index 5aaf2767a2..2ac9eea1ac 100644 --- a/packages/gnu-config/gnu-config_cvs.bb +++ b/packages/gnu-config/gnu-config_cvs.bb @@ -5,9 +5,10 @@ DEPENDS = "" INHIBIT_DEFAULT_DEPS = "1" MAINTAINER = "Chris Larson <kergoth@handhelds.org>" PV = "0.1cvs${CVSDATE}" -PR = "r1" +PR = "r2" SRC_URI = "cvs://anoncvs:@savannah.gnu.org/cvsroot/config;module=config;method=ext;rsh=ssh \ + file://config-guess-uclibc.patch;patch=1 \ file://gnu-configize.in" S = "${WORKDIR}/config" |