[oe-commits] org.oe.dev directfb: don't use linux/config.h in powerpc assembly

jeremy_laine commit oe at amethyst.openembedded.net
Sat Jun 7 02:37:36 UTC 2008


directfb: don't use linux/config.h in powerpc assembly

Author: jeremy_laine at openembedded.org
Branch: org.openembedded.dev
Revision: 73964f8e6912f066c224fed54daeeb44836d9cdf
ViewMTN: http://monotone.openembedded.org/revision/info/73964f8e6912f066c224fed54daeeb44836d9cdf
Files:
1
packages/directfb/files/dont-use-linux-config.patch
packages/directfb/directfb.inc
packages/directfb/directfb_1.0.0.bb
packages/directfb/directfb_1.1.0.bb
Diffs:

#
# mt diff -r53d0d221e3bb7114325c78698987bfcb8919c886 -r73964f8e6912f066c224fed54daeeb44836d9cdf
#
#
#
# add_file "packages/directfb/files/dont-use-linux-config.patch"
#  content [e36d51558ff989f95563394ca911d10ca4417657]
# 
# patch "packages/directfb/directfb.inc"
#  from [04e19140779e214a588ce3945906a18158011979]
#    to [7636873a711a2ff73ab22ef51689749ae798bcee]
# 
# patch "packages/directfb/directfb_1.0.0.bb"
#  from [69be4c436ee438c7a38abf4093a9edb28e35befe]
#    to [e52d09cf53e4d6a09fdffe006f662714b7877cb3]
# 
# patch "packages/directfb/directfb_1.1.0.bb"
#  from [a68f8d09ee5d595104db535d8df2fc2a0d11220f]
#    to [0cf2dec34724035cfe2a2d74dcd2a885943f13b7]
#
============================================================
--- packages/directfb/files/dont-use-linux-config.patch	e36d51558ff989f95563394ca911d10ca4417657
+++ packages/directfb/files/dont-use-linux-config.patch	e36d51558ff989f95563394ca911d10ca4417657
@@ -0,0 +1,12 @@
+diff -urN DirectFB-1.1.0.orig/lib/direct/ppcasm_memcpy_cachable.S DirectFB-1.1.0/lib/direct/ppcasm_memcpy_cachable.S
+--- DirectFB-1.1.0.orig/lib/direct/ppcasm_memcpy_cachable.S	2007-08-07 21:43:00.000000000 +0200
++++ DirectFB-1.1.0/lib/direct/ppcasm_memcpy_cachable.S	2008-06-07 04:14:26.000000000 +0200
+@@ -34,8 +34,6 @@
+ 
+ #define __ASSEMBLY__
+ 
+-#include <linux/config.h>
+-
+ #if defined(CONFIG_8xx) || defined(CONFIG_403GCX)
+ #define L1_CACHE_LINE_SIZE       16
+ #define LG_L1_CACHE_LINE_SIZE     4 
============================================================
--- packages/directfb/directfb.inc	04e19140779e214a588ce3945906a18158011979
+++ packages/directfb/directfb.inc	7636873a711a2ff73ab22ef51689749ae798bcee
@@ -8,7 +8,7 @@ RV = "1.0-0"
 HOMEPAGE = "http://directfb.org"
 DEPENDS = "jpeg libpng freetype zlib tslib"
 RV = "1.0-0"
-PR = "r4"
+PR = "r5"
 
 SRC_URI = " \
     http://www.directfb.org/download/DirectFB/DirectFB-${PV}.tar.gz \
@@ -17,6 +17,7 @@ SRC_URI = " \
     file://getpagesize.patch;patch=1 \
     file://fix-includes.patch;patch=1 \
     file://mkdfiff.patch;patch=1 \
+    file://dont-use-linux-config.patch;patch=1 \
 "
 S = "${WORKDIR}/DirectFB-${PV}"
 
============================================================
--- packages/directfb/directfb_1.0.0.bb	69be4c436ee438c7a38abf4093a9edb28e35befe
+++ packages/directfb/directfb_1.0.0.bb	e52d09cf53e4d6a09fdffe006f662714b7877cb3
@@ -1,4 +1,3 @@ RV = "1.0-0"
 require directfb.inc
 
 RV = "1.0-0"
-PR = "r4"
============================================================
--- packages/directfb/directfb_1.1.0.bb	a68f8d09ee5d595104db535d8df2fc2a0d11220f
+++ packages/directfb/directfb_1.1.0.bb	0cf2dec34724035cfe2a2d74dcd2a885943f13b7
@@ -1,4 +1,3 @@ RV = "1.1-0"
 require directfb.inc
 
 RV = "1.1-0"
-PR = "r3"






More information about the Openembedded-commits mailing list