[oe-commits] org.oe.dev merge of '58a64bc4f0e9295e4e68eaf15495ee2eb9e6fbd8'

hrw commit openembedded-commits at lists.openembedded.org
Wed Jan 23 18:06:45 UTC 2008


merge of '58a64bc4f0e9295e4e68eaf15495ee2eb9e6fbd8'
     and '72f985b233bd7f6a6cccf8ae78b46faac96fd50a'

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: f8ff231a78b465cc9a7581f07cda1458d94ad382
ViewMTN: http://monotone.openembedded.org/revision/info/f8ff231a78b465cc9a7581f07cda1458d94ad382
Files:
1
packages/libgcrypt/libgcrypt_1.4.0.bb
packages/font-update-common
packages/font-update-common/files
packages/font-update-common/files/update-fonts
packages/font-update-common/font-update-common_0.1.bb
Diffs:

#
# mt diff -r58a64bc4f0e9295e4e68eaf15495ee2eb9e6fbd8 -rf8ff231a78b465cc9a7581f07cda1458d94ad382
#
# 
# 
# add_file "packages/libgcrypt/libgcrypt_1.4.0.bb"
#  content [b1dae0759fc4781ccd62f97bbf98ed78f9053815]
# 
============================================================
--- packages/libgcrypt/libgcrypt_1.4.0.bb	b1dae0759fc4781ccd62f97bbf98ed78f9053815
+++ packages/libgcrypt/libgcrypt_1.4.0.bb	b1dae0759fc4781ccd62f97bbf98ed78f9053815
@@ -0,0 +1,22 @@
+DESCRIPTION = "A general purpose cryptographic library based on the code from GnuPG"
+SECTION = "libs"
+PRIORITY = "optional"
+LICENSE = "GPL LGPL FDL"
+DEPENDS = "libgpg-error"
+PR = "r1"
+
+# move libgcrypt-config into -dev package
+FILES_${PN} = "${libdir}/lib*.so.*"
+FILES_${PN}-dev += "${bindir}"
+
+SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${PV}.tar.gz"
+
+inherit autotools binconfig
+
+EXTRA_OECONF = "--without-pth --disable-asm --with-capabilities"
+
+ARM_INSTRUCTION_SET = "arm"
+
+do_stage() {
+	autotools_stage_all
+}


#
# mt diff -r72f985b233bd7f6a6cccf8ae78b46faac96fd50a -rf8ff231a78b465cc9a7581f07cda1458d94ad382
#
# 
# 
# add_dir "packages/font-update-common"
# 
# add_dir "packages/font-update-common/files"
# 
# add_file "packages/font-update-common/files/update-fonts"
#  content [1b9e3ca0a6c1a92d985a483a69277efc62e85ebf]
# 
# add_file "packages/font-update-common/font-update-common_0.1.bb"
#  content [0ebbd8ef7c30e884b61dc0a06514703e0107c6b5]
# 
============================================================
--- packages/font-update-common/files/update-fonts	1b9e3ca0a6c1a92d985a483a69277efc62e85ebf
+++ packages/font-update-common/files/update-fonts	1b9e3ca0a6c1a92d985a483a69277efc62e85ebf
@@ -0,0 +1,4 @@
+#!/bin/sh
+#Author: Rolf Leggewie
+
+run-parts /etc/update-fonts-common.d/
============================================================
--- packages/font-update-common/font-update-common_0.1.bb	0ebbd8ef7c30e884b61dc0a06514703e0107c6b5
+++ packages/font-update-common/font-update-common_0.1.bb	0ebbd8ef7c30e884b61dc0a06514703e0107c6b5
@@ -0,0 +1,13 @@
+DESCRIPTION = "Scripts to be called when fonts are installed or removed \
+to make them known to the WM, whether X11 or Opie"
+AUTHOR = "Rolf Leggewie <oe-devel at rolf.leggewie.biz"
+
+SRC_URI = "file://update-fonts"
+
+do_install() {
+        install -d ${D}${bindir}
+        install -d ${D}${sysconfdir}/update-fonts-common.d/
+        install -m 0755 ${WORKDIR}/update-fonts ${D}${bindir}
+}
+
+PACKAGE_ARCH = "all"






More information about the Openembedded-commits mailing list