Pkg/ccn-lite: use latest ccn-lite commit#21279
Conversation
|
One small remark: Please change the commit message according to our Commit Convention: https://github.com/RIOT-OS/RIOT/blob/master/CONTRIBUTING.md#commit-conventions Something like Other than that the change looks pretty uncritical, but I'll let another maintainer have the final decision. |
7fe9533 to
fa30a74
Compare
done. yeah fairly uncritical. been dealing with ccnl and this would help with the tedium. |
|
I confirmed that the commit versions match and that the PR in For the next PR it would be good to add the full path to the example in the testing instructions. For reference: it is located in |
shoot sorry, the new example dir structure is ...new to me :D didnt think of this |
Contribution description
Currently, when RIOT pulls the ccn-lite package, it gets the commit that's one before the latest, and then applies some patches. one of those patches is the exact same change that the package repo itself got, which is the latest commit of ccn-lite.
This change makes it so that RIOT uses that commit instead, and removes the patch.
the newest commit of the ccn-lite repo in question: 74568442b48b1154719fce8210d9974d75537502
Testing procedure
the file changed by the patch was
ccnl-relay.c. one can look at the diff on it.compile the ccn-lite-relay example.
Issues/PRs references