[oe-commits] org.oe.dev hwdata: fix do_install

koen commit openembedded-commits at lists.openembedded.org
Sun Dec 30 12:53:40 UTC 2007


hwdata: fix do_install

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: ba07168970d9a0620e21a1c8d09d2f013d8cd67c
ViewMTN: http://monotone.openembedded.org/revision/info/ba07168970d9a0620e21a1c8d09d2f013d8cd67c
Files:
1
packages/hwdata/hwdata_0.191.bb
Diffs:

#
# mt diff -r6cde30c201c07026e4889c1df2852bb29eed037e -rba07168970d9a0620e21a1c8d09d2f013d8cd67c
#
# 
# 
# patch "packages/hwdata/hwdata_0.191.bb"
#  from [a4e6f065bfb933c005991e7b3698b9b17758f174]
#    to [75972da3f9c8058b901b63c5530afa723f824921]
# 
============================================================
--- packages/hwdata/hwdata_0.191.bb	a4e6f065bfb933c005991e7b3698b9b17758f174
+++ packages/hwdata/hwdata_0.191.bb	75972da3f9c8058b901b63c5530afa723f824921
@@ -1,14 +1,16 @@ LICENSE = "GPL + X11"
 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"
 
+PR = "r1"
+
 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"
+FILES_${PN} = "${datadir}"
 
-
 do_install() {
 	mkdir -p ${D}${datadir}/hwdata	
-	install -m644 MonitorsDB pci* usb.ids video* upgradelist  ${D}${datadir}/hwdata
+	install -m 644 MonitorsDB pci* usb.ids video* upgradelist  ${D}${datadir}/hwdata
 }






More information about the Openembedded-commits mailing list