diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-30 13:32:23 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-10-23 20:08:50 +0200 |
commit | 3f3faddfceaeb948fbedeb6e9c17473bd320c500 (patch) | |
tree | 5b68ee606b70e95dff8e9e3b1115bed119142510 /packages/apt/apt-native_0.7.14.bb | |
parent | fc0453d3be0a6633c02055767d87160784de4b95 (diff) |
apt-native: remove db-native and curl-native dependencies (from Poky)
idea from:
http://excogito.wordpress.com/2008/06/30/hacks-to-reduce-pokylinux-build-time/
git-svn-id: https://svn.o-hand.com/repos/poky@4747 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'packages/apt/apt-native_0.7.14.bb')
-rw-r--r-- | packages/apt/apt-native_0.7.14.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/apt/apt-native_0.7.14.bb b/packages/apt/apt-native_0.7.14.bb index ef8decc748..268e9df720 100644 --- a/packages/apt/apt-native_0.7.14.bb +++ b/packages/apt/apt-native_0.7.14.bb @@ -1,6 +1,7 @@ require apt-native.inc -PR = "r1" +PR = "r2" SRC_URI += "file://nodoc.patch;patch=1 \ - file://noconfigure.patch;patch=1" + file://noconfigure.patch;patch=1 \ + file://no-curl.patch;patch=1" |