[oe-commits] org.oe.dev meta-sdk-sbox: Several updates - we can build binaries now and have the most important tools.

florian commit openembedded-commits at lists.openembedded.org
Thu Apr 5 11:56:42 UTC 2007


meta-sdk-sbox: Several updates - we can build binaries now and have the most important tools.
               Depens on debian, doctools and perl devkit

Author: florian at openembedded.org
Branch: org.openembedded.dev
Revision: ae778e05782024b184fd2dd286013bc1efc83bc9
ViewMTN: http://monotone.openembedded.org/revision.psp?id=ae778e05782024b184fd2dd286013bc1efc83bc9
Files:
1
packages/meta/meta-sdk-sbox.bb
Diffs:

#
# mt diff -r0f3d125f86ee8a1daad6dc72ccdc85b4f09abc82 -rae778e05782024b184fd2dd286013bc1efc83bc9
#
# 
# 
# patch "packages/meta/meta-sdk-sbox.bb"
#  from [9c61510cef6af145b4512e59b6e50d3e8da26c90]
#    to [6e24d2ccdd6e99d6c9f698f0f2cdba71f152249a]
# 
============================================================
--- packages/meta/meta-sdk-sbox.bb	9c61510cef6af145b4512e59b6e50d3e8da26c90
+++ packages/meta/meta-sdk-sbox.bb	6e24d2ccdd6e99d6c9f698f0f2cdba71f152249a
@@ -1,6 +1,7 @@ LICENSE = "MIT"
 DESCRIPTION = "Meta package for a Scratchbox SDK"
 LICENSE = "MIT"
-PR = "r2"
+PACKAGES = ""
+PR = "r4"
 
 inherit rootfs_ipk sdk meta
 
@@ -14,6 +15,7 @@ TARGET_INSTALL = "\
 
 TARGET_INSTALL = "\
     task-sdk-base \
+    task-sdk-sbox \
     task-sdk-x11 \
     task-sdk-x11-ext \
     task-sdk-gpe \
@@ -22,6 +24,7 @@ RDEPENDS = "${TARGET_INSTALL}"
 DEPENDS = "ipkg-native ipkg-utils-native fakeroot-native sed-native"
 RDEPENDS = "${TARGET_INSTALL}"
 
+
 IPKG_TARGET = "ipkg-cl -f ${SDK_DIR}/ipkg-target.conf -o ${SDK_OUTPUT}/${prefix}"
 
 do_populate_sdk() {
@@ -73,9 +76,13 @@ EOF
 	# remove unwanted executables
 	rm -rf ${SDK_OUTPUT}/${prefix}/sbin ${SDK_OUTPUT}/${prefix}/etc
 
-	# remove broken .la files
-	#rm ${SDK_OUTPUT}/${prefix}/lib/*.la
+	# fixup libtool files
+	cd  ${SDK_OUTPUT}/${prefix}/lib/
+	for f in *.la ; do
+                sed -i 's%${STAGING_DIR}${TARGET_SYS}%/usr/%g' "$f"
+        done
 
+
 	# fix pkgconfig data files
 	cd ${SDK_OUTPUT}/${prefix}/usr/lib/pkgconfig
 	for f in *.pc ; do






More information about the Openembedded-commits mailing list