diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux/linux-x86-2.6.20/defconfig | 2 | ||||
-rw-r--r-- | packages/pango/pango-1.16.4/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/pango/pango-1.16.4/no-tests.patch | 10 | ||||
-rw-r--r-- | packages/pango/pango_1.16.4.bb | 4 |
4 files changed, 15 insertions, 1 deletions
diff --git a/packages/linux/linux-x86-2.6.20/defconfig b/packages/linux/linux-x86-2.6.20/defconfig index 2b7dc6a3f7..ed299d667d 100644 --- a/packages/linux/linux-x86-2.6.20/defconfig +++ b/packages/linux/linux-x86-2.6.20/defconfig @@ -702,7 +702,7 @@ CONFIG_S2IO=m # # Wireless LAN (non-hamradio) # -# CONFIG_NET_RADIO is not set +CONFIG_NET_RADIO=y # # Wan interfaces diff --git a/packages/pango/pango-1.16.4/.mtn2git_empty b/packages/pango/pango-1.16.4/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/pango/pango-1.16.4/.mtn2git_empty diff --git a/packages/pango/pango-1.16.4/no-tests.patch b/packages/pango/pango-1.16.4/no-tests.patch new file mode 100644 index 0000000000..dafcb20c3b --- /dev/null +++ b/packages/pango/pango-1.16.4/no-tests.patch @@ -0,0 +1,10 @@ +--- /tmp/Makefile.am 2007-03-01 13:29:37.000000000 +0100 ++++ pango-1.16.0/Makefile.am 2007-03-01 13:29:52.545251000 +0100 +@@ -1,6 +1,6 @@ + ## Process this file with automake to create Makefile.in. + +-SUBDIRS= pango modules pango-view examples docs tools tests ++SUBDIRS= pango modules pango-view examples docs tools + + EXTRA_DIST = \ + autogen.sh \ diff --git a/packages/pango/pango_1.16.4.bb b/packages/pango/pango_1.16.4.bb new file mode 100644 index 0000000000..2749b0ba1e --- /dev/null +++ b/packages/pango/pango_1.16.4.bb @@ -0,0 +1,4 @@ +DEFAULT_PREFERENCE = "-1" + +require pango.inc + |