[oe-commits] org.oe.dev hwdata: add 0.191

koen commit openembedded-commits at lists.openembedded.org
Thu Apr 5 13:17:18 UTC 2007


hwdata: add 0.191

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: dc66d28f2407d4b483ec5e09566d9787024f3b80
ViewMTN: http://monotone.openembedded.org/revision.psp?id=dc66d28f2407d4b483ec5e09566d9787024f3b80
Files:
1
packages/hwdata
packages/hwdata/hwdata_0.191.bb
Diffs:

#
# mt diff -r11fbd241114c45627e68feeedf5c8f172d22de15 -rdc66d28f2407d4b483ec5e09566d9787024f3b80
#
# 
# 
# add_dir "packages/hwdata"
# 
# add_file "packages/hwdata/hwdata_0.191.bb"
#  content [a4e6f065bfb933c005991e7b3698b9b17758f174]
# 
============================================================
--- packages/hwdata/hwdata_0.191.bb	a4e6f065bfb933c005991e7b3698b9b17758f174
+++ packages/hwdata/hwdata_0.191.bb	a4e6f065bfb933c005991e7b3698b9b17758f174
@@ -0,0 +1,14 @@
+DESCRIPTION = "This package contains various hardware identification and configuration data, such as the pci.ids database, or the XFree86/xorg Cards database. It's needed for the kudzu hardware detection."
+LICENSE = "GPL + X11"
+
+SRC_URI = "http://archive.ubuntu.com/ubuntu/pool/main/h/hwdata/hwdata_0.191.orig.tar.gz \
+           http://archive.ubuntu.com/ubuntu/pool/main/h/hwdata/hwdata_0.191-1.diff.gz;patch=1 \
+	   "
+
+PACKAGE_ARCH = "all"
+
+
+do_install() {
+	mkdir -p ${D}${datadir}/hwdata	
+	install -m644 MonitorsDB pci* usb.ids video* upgradelist  ${D}${datadir}/hwdata
+}






More information about the Openembedded-commits mailing list