diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-07-31 17:32:35 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-31 17:32:35 +0000 |
commit | c8862168e6398b8ebaca137d175ea5f93f949769 (patch) | |
tree | 61c7da0c6170d9277588bf4605c3cb456a940e10 /packages/ixp425-eth/ixp425-eth_1.1.bb | |
parent | 061ac449d09f9e7d75f4fef3fe6c053ea7c00677 (diff) |
Remove the unnecessary and confusing copy of the patch
Diffstat (limited to 'packages/ixp425-eth/ixp425-eth_1.1.bb')
-rw-r--r-- | packages/ixp425-eth/ixp425-eth_1.1.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/ixp425-eth/ixp425-eth_1.1.bb b/packages/ixp425-eth/ixp425-eth_1.1.bb index a8be7757c3..84d037d330 100644 --- a/packages/ixp425-eth/ixp425-eth_1.1.bb +++ b/packages/ixp425-eth/ixp425-eth_1.1.bb @@ -8,7 +8,7 @@ SRC_URI = "http://www.intel.com/design/network/swsup/ixp400LinuxEthernetDriverPa file://intdriven.patch;patch=1 \ file://pollcontroller.patch;patch=1 \ file://mm4.patch;patch=1" -PR = "r6" +PR = "r7" S = "${WORKDIR}" @@ -32,11 +32,11 @@ KERNEL_CC += "${TARGET_CC_ARCH} -mno-thumb-interwork" # #addtask ixp425_c_patch_fetch after do_fetch before do_unpack -do_ixp425_c_patch_unpack () { - install -m 0644 ${DL_DIR}/ixp425_eth.c.patch ${WORKDIR}/ -} +#do_ixp425_c_patch_unpack () { +# install -m 0644 ${DL_DIR}/ixp425_eth.c.patch ${WORKDIR}/ +#} -addtask ixp425_c_patch_unpack after do_unpack before do_pre_patch +#addtask ixp425_c_patch_unpack after do_unpack before do_pre_patch do_pre_patch () { patcher -p 0 -i ixp425_eth_1_1_update_nf_bridge.patch |