diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-04-28 23:19:12 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-04-28 23:19:12 +0000 |
commit | 4ae90f26af34d0fd57e0931b155207a68550a54d (patch) | |
tree | a875819aee5b0197cc6348caf953b99549581027 /packages | |
parent | 991eaad8bc38953e945f1b431e787b43d1337164 (diff) | |
parent | aefcddd1b9edab4b50eb1eac321c16e831182c13 (diff) |
merge of '540ebc99010568ee45c73efb2febc13a9df00288'
and 'aaea0467de32876d1094521c446e1e04f7d79c7f'
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 + |