edje-native: make sure to use the right edje-config
authorJustin Patrin <papercrane@gmail.com>
Sat, 31 Mar 2007 16:13:41 +0000 (16:13 +0000)
committerJustin Patrin <papercrane@gmail.com>
Sat, 31 Mar 2007 16:13:41 +0000 (16:13 +0000)
packages/efl/edje-native_0.5.0.037.bb

index 2b8c436..4e878ab 100644 (file)
@@ -1,5 +1,5 @@
 require edje_${PV}.bb
-PR = "r3"
+PR = "r4"
 
 inherit native
 
@@ -13,7 +13,7 @@ do_configure_prepend() {
 }
 
 do_install_append() {
-       edje_data_dir=`edje-config --datadir`
+       edje_data_dir=`${S}/edje-config --datadir`
        # could also use ${STAGING_DATADIR}/edje/include
        install -d $edje_data_dir/include
        install -m 0644 data/include/edje.inc $edje_data_dir/include