diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-04-03 09:51:11 -0700 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-04-06 14:45:34 -0700 |
commit | 28d0f54e301b5063eaf3587c57fd5422ae7fb2b2 (patch) | |
tree | 97fb45c9baf8a5b30fa59bfa26d041530c979023 /recipes/wireless-tools/wireless-tools_29.bb | |
parent | 4c45e60d523f79b0ed9b8d31c6befb18936113a8 (diff) |
wireless-tools: Fix libiw/ifrename packages, bump PR.
We weren't creating the above packages as we needed to use '=+' not '+=' here
to take things from the default package. For these additional packages, add
files with '=' not '+=' and we only need to add ${sysconfdir}/network to the
base package glob. Also we need to run install-static to get libiw.a to be
installed.
Signed-off-by: Tom Rini <trini@embeddedalley.com>
Diffstat (limited to 'recipes/wireless-tools/wireless-tools_29.bb')
-rw-r--r-- | recipes/wireless-tools/wireless-tools_29.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/wireless-tools/wireless-tools_29.bb b/recipes/wireless-tools/wireless-tools_29.bb index 196a1942d1..fb68127df1 100644 --- a/recipes/wireless-tools/wireless-tools_29.bb +++ b/recipes/wireless-tools/wireless-tools_29.bb @@ -1,3 +1,3 @@ require wireless-tools.inc -PR = "r3" +PR = "r4" |