Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 19 years ago
parent
commit
306150ef73
4 changed files with 15 additions and 1 deletions
  1. +6
    -0
      package/base/linux/linux.conf
  2. +3
    -1
      package/base/ogg-vorbis/ogg-vorbis.desc
  3. +3
    -0
      package/base/python/parse-config
  4. +3
    -0
      package/jimmy/mplayer/mplayer.conf

+ 6
- 0
package/base/linux/linux.conf

@ -534,3 +534,9 @@ case "$pkg_linux_mode" in
;;
esac
# ignore pseudo-deps to other modules
var_append flistrfilter "|" ".*lib/modules/.*/.*"
# ignore some deps to basic system packages (avoiding false cyclic deps)
var_append flistrfilter "|" "net-tools:.*"

+ 3
- 1
package/base/ogg-vorbis/ogg-vorbis.desc

@ -41,7 +41,9 @@
[L] GPL
[S] Stable
[V] 1.1.0
[P] X -?---5---9 120.600
# rebuild in stage 6 because of cyclic dep with speex
[P] X -?---56--9 120.600
[SRC] lib tools

+ 3
- 0
package/base/python/parse-config

@ -0,0 +1,3 @@
var_append flistrfilter "|" ".*/lib/python.*\.pth"

+ 3
- 0
package/jimmy/mplayer/mplayer.conf

@ -102,3 +102,6 @@ var_append confopt " " "--enable-tv-v4l2 --enable-tv-v4l"
hook_add premake 3 mplayer_premake
hook_add postmake 5 mplayer_postmake
var_append flistrfilter "|" "mplayer-fonts:.*"

Loading…
Cancel
Save